function emailPassword() {	var strEmail = document.frmLogin.txtemail.value;	if (strEmail.length == 0 || strEmail.indexOf("@") < 0)		alert("Please enter your email address.");	else		self.location = "http://connect.stammbt.com/support/_emailPassword.cfm?e=" + strEmail;}