﻿  var options = { 
  	target: "#output",
	url: "/sendmail/",
	type: "POST",
	//clearForm: true,
    timeout: 3000 // &#1090;&#1072;&#1081;&#1084;-&#1072;&#1091;&#1090;
  };

  function MySubmit()
  {
  $("#myForm").ajaxSubmit(options);
  return false;
  }

