function wopen(theURL){
	window.open(theURL,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=560,height=515")
	 }
	 
function wopen02(theURL){
	window.open(theURL,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=640,height=515")
	 }
	
function wopen03(theURL){
	window.open(theURL,"","toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=720,height=640")
	 }
