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