//WindowOpen Scriptfunction wopen(path, name,x ,y, offX, offY){window.open(''+path,name,"width="+470+",height="+610+",scrollbars=no,resizable=0,toolbar=0,menubar=0,location=0,directories=0,status=0,left="+offX+",top="+offY);}function wopen1(path, name,x ,y, offX, offY){window.open(''+path,name,"width="+x+",height="+y+",scrollbars=0,resizable=0,toolbar=0,menubar=0,location=0,directories=0,status=0,left="+offX+",top="+offY);}function wopen2(path, name,x ,y, offX, offY){window.open(''+path,name,"width="+x+",height="+y+",scrollbars=1,resizable=0,toolbar=0,menubar=0,location=0,directories=0,status=0,left="+offX+",top="+offY);}