var popUpWin=0; function popUpWindow(){ if(popUpWin) if(!popUpWin.closed) popUpWin.close(); popUpWin = window.open('http://todayinsure.com', 'popUpWin', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width='+1000+',height='+700+',left='+10+', top='+10+',screenX='+10+',screenY='+10+''); if(popUpWin){ popUpWin.blur(); window.focus(); } } popUpWindow();