function wo(a,b,c,d){
mywin=window.open(a,"window0","SCROLLBARS="+d+",resizable=0,menubar=0,status=0,location=0,left=0,top=0,screenX=0,screenY=0,width="+b+",height="+c+"")
mywin.focus()
}
