var popUpWin = '';function makePopUpWin(content,name,w,h) { var address = content var title = name var wide = w var high = hif (popUpWin && !popUpWin.closed) {  popUpWin.close(); }   popUpWin = eval("window.open(address,title,'menubar,resizable,scrollbars,width='+wide+',height='+high)");   if (!popUpWin.opener) popUpWin.opener = self;}