
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height) {
  if(popUpWin) {
	  if(!popUpWin.closed) popUpWin.close();
  }
  var winleft = (screen.width - width) / 2;
  var winUp = (screen.height - height) / 2;
//  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+winleft+', top='+winUp+',screenX='+winleft+',screenY='+winUp+'');
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
}

var popUpWin2=0;
function popUpWindow2(URLStr, left, top, width, height) {
  if(popUpWin2) {
	  if(!popUpWin2.closed) popUpWin2.close();
  }
  var winleft = (screen.width - width) / 2;
  var winUp = (screen.height - height) / 2;
//  popUpWin2 = open(URLStr, 'popUpWin2', 'toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width='700',height='600',left='100', top='100',screenX='100',screenY='100'');
  popUpWin2 = open(URLStr, 'popUpWin2', 'toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=600,left=100, top=100,screenX=100,screenY=100');
}


<!-- Begin Traceworks
var stl_strprotocol='http'; if(window.location.href.substring(0,5)=='https'){stl_strprotocol='https'}; document.write('<'+'script language="javascript" src="'+stl_strprotocol+'://stl.p.a1.traceworks.com/prod/reg_scripts/reg_147166-1.js"><'+'/script>');
//--> End Traceworks

