<!--//

//alert("JS is loading.");


function launch(newURL, newName, newFeatures, orgName) {
	var remote = open(newURL, newName, newFeatures);
		if (remote.opener == null)
	remote.opener = window;
	remote.opener.name = orgName;
	return remote;
}

// Footer & Registration Remotes

function launchRemotePrivacyPolicy() {
	 PrivacyPolicy = launch("/remotes/privacy.cfm", "PrivacyPolicy", "height=450,width=650,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteEmailPolicy() {
	 EmailPolicy = launch("/remotes/email.cfm", "EmailPolicy", "height=400,width=650,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemotePassword() {
	 Password = launch("/login/sendpwd.cfm?spsm=1", "Password", "height=400,width=500,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteAutoSignInFAQ() {
	 AutoSignInFAQ = launch("/remotes/AutoSignInFAQ.htm", "AutoSignInFAQ", "height=400,width=500,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteTerms() {
	 Terms = launch("/remotes/terms.cfm", "Terms", "height=500,width=600,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

// MyVLH remotes
















// -->
