	function popupPage() {
	var page = "http://www.birthcertificatepassports.com/cgi-bin/popup_Enter.asp";
	windowprops = "height=550,width=450,location=no,"
	+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
	window.open(page, "Popup", windowprops);
	}
