function OnSubmitContactForm(){
    var obj = document.email_form;
    var email = obj.Send_Email_To.value;
    obj._mailto.value = email;
}
