// JavaScript Document

  function SubmitTheForm(){
       if(!Form_Validator(Orderstep1Form)) return;
	 alert('Are you sure you want to give us the deed to your house?')
	   Orderstep1Form.submit();
    }