var newWindow; function newWin(url){ newWindow=window.open(url,'name','height=585, width=466'); if(window.focus){newWindow.focus()} } function newWin2(url){ newWindow=window.open(url,'name','height=520, width=360'); if(window.focus){newWindow.focus()} } function closeWin(){ self.close(); }