<!-- Begin	function openPopWindow(theURL,winName,popW,popH) { //v2.0	  var winleft = (screen.width - popW) / 2;	  var winUp = (screen.height - popH) / 2;	  features = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',location=no,status=no,resizable=no'	  window.open(theURL,winName,features);	}//  End -->