//****************************************
//This function submits the search form:



function setAppointment(){
  var submitted=false;
  if (!submitted) {
    submitted=true;
    document.frmsetAppointment.action="sendappointment.asp";
    document.frmsetAppointment.submit();
  }

}



//****************************************
//This function submits the MLS Search form:
//You'll need to set the document this form submits too, I wasn't sure.


//****************************************
//This function submits the MLS Search form:
//You'll need to set the document this form submits too, I wasn't sure.


//****************************************
//This function submits the MLS Search form:
//You'll need to set the document this form submits too, I wasn't sure.



//****************************************
//This function submits the MLS Search form:
//You'll need to set the document this form submits too, I wasn't sure.
function townProfile() {
  var submitted=false;
  if (!submitted) {
    submitted=true;
    document.frmtownProfile.action="townprofile.asp";
    document.frmtownProfile.submit();
  }
}


function submitVT() {
  var submitted=false;
  if (!submitted) {
    submitted=true;
    document.frmsubmitVT.action="vtours.asp";
    document.frmsubmitVT.submit();
  }
}



//****************************************
//This function submits the MLS Search form:
//You'll need to set the document this form submits too, I wasn't sure.
function townAgentSearch() {
  var submitted=false;
  if (!submitted) {
    submitted=true;
    document.frmtownAgentSearch.action="agentlist.asp";
    document.frmtownAgentSearch.submit();
  }
}


//****************************************
//This function submits the MLS Search form:
//You'll need to set the document this form submits too, I wasn't sure.



function townConnections() {
  var submitted=false;
  if (!submitted) {
    submitted=true;
    document.frmtownConnections.action="connectresult.asp";
    document.frmtownConnections.submit();
  }
}

