function menu_goto( menuform )
{
  var baseurl = 'http://www.my561realestate.com/' ;

selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="menu1" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)" style="background-color:#6495ED"' );
document.writeln( '<option value="#">*--> Website Main Menu <--*</option>' );
document.writeln( '<option value="" disabled="disabled">*--> Website Main Menu <--*</option>' );
document.writeln( '<option value="index.html">Home Page</option>' );
document.writeln( '<option value="" disabled="disabled">*---------------------*</option>' );
document.writeln( '<option value="westpalmbeachlandforsale.htm">** West Palm Beach Land for Sale ! * *</option>' );
document.writeln( '<option value="" disabled="disabled">*---------------------*</option>' );
document.writeln( '<option value="listings.htm">Search Real Estate for Sale</option>' );
document.writeln( '<option value="mission.htm">Mission Statement</option>' );
document.writeln( '<option value="about.htm">About Us</option>' );
document.writeln( '<option value="mortgagecalculator.htm">Buyer\'s Mortgage Calc.</option>' );
document.writeln( '<option value="contact.htm">Contact Us Easily</option>' );
document.writeln( '<option value="realestateservices.htm">Our Services</option>' );
document.writeln( '<option value="sitemap.htm">Site Map & Helpful Links</option>' );
document.writeln( '<option value="hurricanelinks.htm">Hurricane Links</option>' );
document.writeln( '<option value="maps.htm">Mapping Properties</option>' );
document.writeln( '<option value="mortgagerates.htm">Current Mortgage Rates</option>' );
document.writeln( '<option value="" disabled="disabled">*--> Popular Real Estate Searches <--*</option>' );
document.writeln( '<option value="searchmls.htm">---Custom Search for Local MLS</option>' );
document.writeln( '<option value="" disabled="disabled">*--> Search By City <--*</option>' );
document.writeln( '<option value="searchhomesforsaleinpalmbeach.htm">---Palm Beach Homes for Sale</option>' );
document.writeln( '<option value="searchhomesforsaleinroyalpalmbeach.htm">---Royal Palm Beach Homes</option>' );
document.writeln( '<option value="searchcondosforsaleinroyalpalmbeach.htm">---Royal Palm Beach Condos</option>' );
document.writeln( '<option value="searchhomesforsaleinwellington.htm">---Wellington Homes for Sale</option>' );
document.writeln( '<option value="" disabled="disabled">*--> Search By Subdivision <--*</option>' );
document.writeln( '<option value="searchhomesforsaleinbellaterra.htm">---Bella Terra Homes for Sale</option>' );
document.writeln( '<option value="searchhomesforsaleinmadisongreen.htm">---Madison Green Homes for Sale</option>' );
document.writeln( '<option value="searchhomesforsaleinandrosisles.htm">---Andros Isles Homes for Sale</option>' );
document.writeln( '<option value="searchcondotownhomesforsaleinandrosisles.htm">---Andros Isles Condos/Townhouses</option>' );
document.writeln( '<option value="searchhomesforsaleinriverwalk.htm">---Riverwalk Homes for Sale</option>' );
document.writeln( '<option value="searchcondotownhomesforsaleinriverwalk.htm">---Riverwalk Condos/Townhouses</option>' );
document.writeln( '<option value="searchhomesforsaleinbaywinds.htm">---Baywinds\' Homes for Sale</option>' );
document.writeln( '<option value="searchcondotownhomesforsaleinbaywinds.htm">---Baywinds\' Condos/Townhouses</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
//document.writeln( '<option value="" disabled="disabled"> ---- separator ----</option>' );