
// Pop up 
  var popUpWin=0;
  function popUp(URLStr, resizable, left, top, width, height) {
    var scrollbars = 'no';
    if (resizable == 'yes')
      scrollbars = 'yes';
    if (popUpWin)
      if (!popUpWin.closed)
        popUpWin.close();
    popUpWin = eval("open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=yes,menub ar=no,scrollbars=" + scrollbars + ",resizable='+resizable+',copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'')");
    popUpWin.focus();
  }

// Pop up 
  var popUpWin=0;
  function popUp2(URLStr, resizable, left, top, width, height) {
    var scrollbars = 'no';
    if (resizable == 'yes')
      scrollbars = 'yes';
    if (popUpWin)
      if (!popUpWin.closed)
        popUpWin.close();
    popUpWin = eval("open(URLStr, 'popUpWin', 'toolbar=yes,location=no,directories=no,status=yes,menub ar=no,scrollbars=" + scrollbars + ",resizable='+resizable+',copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'')");
    popUpWin.focus();
  }
  
  // Pop up 
  function popUp3(URLStr, resizable, left, top, width, height, i) {
    var scrollbars = 'no';
    if (resizable == 'yes')
      scrollbars = 'yes';
	    i = eval("open(URLStr, i, 'toolbar=yes,location=no,directories=no,status=yes,menub ar=no,scrollbars=" + scrollbars + ",resizable='+resizable+',copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'')");
  }
  
// Pop up 
  var popUpWin4=0;
  function popUp4(URLStr, resizable, left, top, width, height) {
    var scrollbars = 'no';
    if (resizable == 'yes')
      scrollbars = 'yes';
    if (popUpWin4)
      if (!popUpWin4.closed)
        popUpWin4.close();
    popUpWin4 = eval("open(URLStr, 'popUpWin4', 'toolbar=yes,location=no,directories=no,status=yes,menub ar=no,scrollbars=" + scrollbars + ",resizable='+resizable+',copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'')");
    popUpWin4.focus();
  }