<!-- Begin

function validate(theForm)
{
	return ( checkrequired(theForm) && emailCheck(theForm.fromemailrequired.value));
}

//  End -->