function wopen(path,w,h){
	window.open(path,"","toolbar=no,scrollbars=auto,resizable=yes,location=no,directories=no,width="+w+","+"height="+h);
}	

function wopen2(path,scr,w,h){
	window.open(path,"","toolbar=no,scrollbars="+scr+","+"resizable=yes,location=no,directories=no,width="+w+","+"height="+h);
}	