function ValidateForm()
{
	return DoAlert(
		vMail("email","E-Mail Address")+
		vText("pswd","Password")
	);
};

