
	
	<!-- hide script from old browsers
	
	
	function newWindow(varURL) {
	  window.open(varURL,"","width=530,height=320,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes")
	}

	
	
	function newWindow1(varURL) {
	  window.open(varURL,"","width=400,height=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes")
	}
	
	
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,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

-->