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=yes,location=no,directories=no,width="+w+","+"height="+h);}
