var popUpWin=0; function openWin200px(URLStr) { // if(popUpWin) // { // if(!popUpWin.closed) popUpWin.close(); // } var openWin = window.open(URLStr, '', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+220+',height='+195); //openWin.focus(); if (openWin.opener == null) openWin.opener = openWin.focus(); if (window.focus) openWin.focus(); return false; }