

function form_validate() {
  alert(this.Form1.Contact_method);
  if (this.theForm.Contact_Method == "email") {
    if ( Email == null ) {
      //alert("Enter email address");
    return false;
    }
  }
}

