function OnSubmitContactForm(formname)
{
	if (formname == "email_form")
	{
		document.forms[formname].action = "/SendMail.cm";
	}
}