//	Gueridon, Ltd. General API (JavaScript)
//	Author: EJFIIIWebDesign.com

//	Launch Join Mailing List Request Window
	function launchMailReq() {
		popUpWin=window.open("http://www.gueridon.com/eNewsLetters/mailSignUp_Form.html", "mailRequest", "width=660px,height=470px,toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,location=0");
		if (window.focus) {popUpWin.focus();}
		}