function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.bajawesternOnion.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="best-of-the-bwo.asp">Best of The Onion - Quick Select Navigation Bar...</option>' );
document.writeln( '<option value="baja-airport-parking-info.asp">Airport and Parking Information</option>' );
document.writeln( '<option value="baja-auto-importation-licensing-info.asp">Auto and Truck Importation and licensing Info</option>' );
document.writeln( '<option value="baja-auto-repair-info.asp">Auto and Truck Repairs and Services</option>' );
document.writeln( '<option value="baja-banking-and-money-info.asp">Banking and Money in Mexico</option>' );
document.writeln( '<option value="baja-computer-tips.asp">Computer Tips and Information</option>' );
document.writeln( '<option value="baja-doctors-and-medical-info.asp">Doctors, Dentists, Hospitals and Medical Information</option>' );
document.writeln( '<option value="baja-government-info.asp">Government and Law Info - La Paz, Baja California and Mexico</option>' );
document.writeln( '<option value="baja-immigration-info.asp">Immigration and Residency Information for Mexico - FMTs, FM3s, FM3s, Permits and Tourist Visas</option>' );
document.writeln( '<option value="baja-insect-info.asp">Insects and Other Baja Pests</option>' );
document.writeln( '<option value="baja-internet-resources-info.asp">Internet Resources and Baja Online Links</option>' );
document.writeln( '<option value="baja-services-info.asp">Local Services and Shopping Info</option>' );
document.writeln( '<option value="baja-misc-info.asp">Miscellaneous Baja Information</option>' );
document.writeln( '<option value="baja-pet-info.asp">Pet Info - Cats, Dogs, Animal Rescue, Veterinarians, and Travelling with Pets</option>' );
document.writeln( '<option value="baja-police-and-corruption-info.asp">Police, Traffic Laws and Corruption</option>' );
document.writeln( '<option value="baja-property-ownership-info.asp">Property Ownership: Real Estate, Fidelcomisos, Mexican Laws</option>' );
document.writeln( '<option value="baja-restaurant-info.asp">Restaurant and Dining Info and Reviews</option>' );
document.writeln( '<option value="baja-services-info.asp">Businesses and Services Information</option>' );
document.writeln( '<option value="baja-telephone-and-internet-info.asp">Telephones and Internet Services Info</option>' );
document.writeln( '<option value="baja-travel-and-hotel-info.asp">Travel and Hotel Information</option>' );
document.writeln( '<option value="baja-utilities-info.asp">Utilities Info - Water, Sewer, Electrical and Telephone Service</option>' );
document.writeln( '<option value="baja-weather-info.asp">Weather Information and Resources</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );