Begin
function PopUp(whatURL){
		open( whatURL ,"ProjView","scrollbars=yes,toolbar=no,width=500,height=600");
		}
		// End

