		function wopen(path){window.open(path,"","toolbar=no,scrollbars=no,resizable=yes,location=no,directories=no,width=382,height=500");}
		function wopen2(path,w,h){window.open(path,"","toolbar=no,scrollbars=no,resizable=no,location=no,directories=no,width="+w+","+"height="+h);}
		function wopen3(path){window.open(path,"","toolbar=no,scrollbars=no,resizable=yes,location=no,directories=no,width=780,height=454");}