\n'); } function DoPop(args){ sw=screen.width; sh=screen.height feats=(IE)? "height=100,left="+((sw-100)*0.5)+",location=no,menubar=no,dependent=no,resizable=no, scrollbars=no,status=no,titlebar=no,toolbar=no,top ="+((sh-100)*0.5)+",width=100" : "height=200,location=0,menubar=0,dependent=0,resizable=1,screenX="+((sw-100)*0.5)+",screenY="+((sh-100)*0.5)+",scrollbars=0,status=0,titlebar=0,toolbar=0,width= 200"; win=open("","picture",feats); win.document.write("
"); win.document.close(); } function Resizer(){ w=win.document.images[0].width h=win.document.images[0].height win.moveTo((sw-w)*0.5,(sh-h)*0.5) win.resizeTo(w+100, h+100) if (!IE) { w=(w*2)+100-win.innerWidth h=(h*2)+100-win.innerHeight }else{ w=(w*2)+100-win.document.body.clientWidth h=(h*2)+100-win.document.body.clientHeight } win.resizeTo(w, h); }