var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}


function MM_openBrWindow(theURL,winName) { //v2.0

  window.open(theURL,winName,'scrollbars=no,resizable=no,width=750,height=600');

}



function popUp(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=yes,location=0,status=0,menubars=0,resizable=0,width=350,height=250')")
width=(screen.width/2)-175
height=(screen.height/2)-125
fineline.window.moveTo(width,height)
window.creator=self
}