function OLDpopupWin() {text =  "<html>\n<head>\n<title>\nNewsletter Subscription</title>\n<body BGCOLOR='#d6e6f6'>\n";text += "<P>\n<FONT FACE='verdana' SIZE='2'>\nRegister now for our free monthly newsletter.  Your first copy will arrive shortly after you register.</FONT>\n</P>\n";text += "<FORM NAME='newsletter' METHOD='post' ACTION='/cgi-sys/formmail.pl'>\n";text += "<input TYPE='hidden' NAME='subject' VALUE='Newsletter Signup'>\n";text += "<input TYPE='hidden' NAME='redirect' VALUE='http://www.waterhousegroup.com/popup_done.html'>\n";text += "<input TYPE='hidden' NAME='recipient' VALUE='info@waterhousegroup.com'>\n";text += "<input TYPE='hidden' NAME='required' VALUE='first_name,last_name,e-mail'>\n";text += "<input TYPE='hidden' NAME='sort' VALUE='order:first_name,last_name,e-mail'>\n";text += "<TABLE CELLPADDING='4'>\n";text += "<TR>\n";text += "<TD ALIGN='right'>\n<FONT FACE='verdana' SIZE='1'>\nFirst Name</FONT>\n</TD>\n";text += "<TD>\n<INPUT TYPE='text' NAME='first_name' SIZE='30'><FONT FACE='verdana' SIZE='1'>\n(required)</FONT>\n</TD>\n";text += "</TR>\n";text += "<TR>\n";text += "<TD ALIGN='right'>\n<FONT FACE='verdana' SIZE='1'>\nLast Name</FONT>\n</TD>\n";text += "<TD>\n<INPUT TYPE='text' NAME='last_name' SIZE='30'><FONT FACE='verdana' SIZE='1'>\n(required)</FONT>\n</TD>\n";text += "</TR>\n";text += "<TR>\n";text += "<TD ALIGN='right'>\n<FONT FACE='verdana' SIZE='1'>\nEmail Address</FONT>\n</TD>\n";text += "<TD>\n<INPUT TYPE='text' NAME='e-mail' SIZE='30'><FONT FACE='verdana' SIZE='1'>\n(required)</FONT>\n</TD>\n";text += "</TR>\n";text += "</TABLE>\n";text += "<P ALIGN='center'>\n<INPUT TYPE='submit' NAME='submit' VALUE='Submit'>\n</P>\n";text += "</FORM>\n";text += "</center>\n</body>\n</html>\n";setTimeout('windowProp(text)', 3000); 		// delay 3 seconds before opening}function popupWin() {text =  "<html>\n<head>\n<title>\nNewsletter Subscription</title>\n<body BGCOLOR='#d6e6f6'>\n";text += "<P>\n<FONT FACE='verdana' SIZE='2'>\nRegister now for our free monthly newsletter.  Your first copy will arrive shortly after you register.</FONT>\n</P>\n";text += "<FORM NAME='newsletter' METHOD='post' ACTION='http://laser.sparklist.com/scripts/submany.pl'>\n";text += "<input TYPE='hidden' NAME='redirect' VALUE='http://www.waterhousegroup.com/popup_done.html'>\n";text += "<input TYPE='hidden' NAME='list' VALUE='join-teamsellingnews@laser.sparklist.com'>\n";text += "<TABLE CELLPADDING='4'>\n";text += "<TR>\n";text += "<TD ALIGN='right'>\n<FONT FACE='verdana' SIZE='1'>\nName</FONT>\n</TD>\n";text += "<TD>\n<INPUT TYPE='text' NAME='name' SIZE='30'><FONT FACE='verdana' SIZE='1'></FONT>\n</TD>\n";text += "</TR>\n";text += "<TR>\n";text += "<TD ALIGN='right'>\n<FONT FACE='verdana' SIZE='1'>\nEmail Address</FONT>\n</TD>\n";text += "<TD>\n<INPUT TYPE='text' NAME='email' SIZE='30'><FONT FACE='verdana' SIZE='1'>\n(required)</FONT>\n</TD>\n";text += "</TR>\n";text += "</TABLE>\n";text += "<P ALIGN='center'>\n<INPUT TYPE='submit' NAME='submit' VALUE='Submit'>\n</P>\n";text += "</FORM>\n";text += "</center>\n</body>\n</html>\n";setTimeout('windowProp(text)', 3000); 		// delay 3 seconds before opening}function windowProp(text) {newWindow = window.open('','newWin','width=300,height=350');newWindow.document.write(text);setTimeout('closeWin(newWindow)', 120000);	// delay 5 seconds before closing}function closeWin(newWindow) {newWindow.close();				// close small window and depart}
