self.focus(); var width = screen.width var height = screen.height w = (width-775)/2; h = (height-500)/2; x = Math.round(w*1); y = Math.round(h*1); self.resizeTo(775,500); self.moveTo(x,y); function my_closeWin(){ a033=window.open("prices/prices.html","_self",",scrollbars=no,directories=no,location=no,menubar=no,resizable=yes,status=no,toolbar=no"); var width = screen.width var height = screen.height w = (width-580)/2; h = (height-550)/2; x = Math.round(w*1); y = Math.round(h*1); a033.resizeTo(580,550); a033.moveTo(x,0); a033.resizeTo(580,550); } //if(window.Event)document.captureEvents(Event.ONCLICK); //document.onclick=my_closeWin;