<!--
function get_server(){
	var server;
	var server_url;
	server = document.URL;
	server_url = "";
	
	if(server.indexOf("STAGE-SNWA-NEW") != -1){
		server_url = "/STAGE-SNWA-NEW";
	}
	else{
		server_url = "";
	}
	return server_url;
}

function email_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Email+Address", "EMAIL_Help", "width=325,height=220,scrollbars")
} 
function confirm_email_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Confirm+Email", "Confirm_EMAIL_Help", "width=325,height=275,scrollbars")
} 
function zip_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Zip+Code", "Zip_Help", "width=325,height=200,scrollbars")
}
function phone_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Phone+Number", "Phone_Help", "width=325,height=225,scrollbars")
}
function fax_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Fax+Number", "Fax_Help", "width=325,height=225,scrollbars")
}
function date_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Date", "Date_Help", "width=325,height=200,scrollbars")
}
function past_date_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Past+Date", "Past_Date_Help", "width=325,height=200,scrollbars")
}
function email_mismatch_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Email+Mismatch", "EMail_Mismatch_Help", "width=325,height=275,scrollbars")
}
function password_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Password", "Password_Help", "width=325,height=225,scrollbars")
}
function confirm_password_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Confirm+Password", "Confirm_Password_Help", "width=325,height=225,scrollbars")
}
function password_mismatch_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Password+Mismatch", "Password_Mismatch_Help", "width=325,height=225,scrollbars")
}
function street_number_help() {
 window.open(get_server() + "/cfml/common/help.cfml?e_type=Street+Number", "Street_Number_Help", "width=325,height=200,scrollbars")
}
//-->
