function WinOpen(url,name,x,y,w,h) {W=w+20;H=h+28;msg=open(url,name,"toolbar=no,directories=no,menubar=no,status=no,resizable=no,left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+W+",height="+H+",innerWidth="+w+",innerHeight="+h);}
function Info(txt) {window.status=txt;}
