function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://mortimergroup.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" style="font-size: 10px; font-family: verdana;" method="get">' );
document.writeln( '<span style="font-size: 10px; font-family: verdana;"><b>Quick Search</b></span>:&nbsp;&nbsp;<select style="font-size: 10px; font-family: verdana;" name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="">Select Area</option>' );
document.writeln( '<option value="index.php">Home Page</option>' );
document.writeln( '<option value="sitecontent.php">About Site</option>' );
document.writeln( '<option value="homes/index.php">Homes</option>' );
document.writeln( '<option value="community/index.php">Community</option>' );
document.writeln( '<option value="relocation/index.php">Relocation</option>' );
document.writeln( '<option value="schools/index.php">Schools</option>' );
document.writeln( '<option value="far_Calculator.php">FAR Calculators</option>' );
document.writeln( '<option value="forms-and-insights.php">Forms and Insights</option>' );
document.writeln( '</select>' );

