function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.0
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://petshop.8m.net/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="http://www.healthypet.com/Library/index.html">General Pet Care</option>' );
document.writeln( '<option value="http://h4hamster.tripod.com/links_petshops.htm">Singapore Hamster Retailers</option>' );
document.writeln( '<option value="http://web.singnet.com.sg/~yvelui/SHR/dir/petshops.html">Singapore Bunny Retailers</option>' );
document.writeln( '<option value="http://petshop.8m.net/dogretailers.htm">Singapore Dog Retailers</option>' );
document.writeln( '<option value="http://www.geocities.com/Heartland/Valley/3662/faqs.htm#Q02">Singapore Chinchilla Retailers</option>' );
document.writeln( '<option value="http://petshop.8m.net/animalclinics.htm">Singapore Vets</option>' );
document.writeln( '<option value="http://petshop.8m.net/animalhospitals.htm">Singapore Animal Hospitals</option>' );
document.writeln( '<option value="http://www.petloss.com/">Pet Loss Support</option>' );
document.writeln( '<option value="http://petshop.8m.net/petboarding.htm">Singapore Pet Boarding</option>' );
document.writeln( '<option value="http://petshop.8m.net/pettransportation.htm">Singapore Pet Taxi</option>' );
document.writeln( '<option value="http://petshop.8m.net/petgrooming.htm">Singapore Pet Grooming</option>' );
document.writeln( '<option value="http://pub59.ezboard.com/fpetclassifiedsfrm8">PetShop! Hamsters Classified</option>' );
document.writeln( '<option value="http://pub59.ezboard.com/fpetclassifiedsfrm5">PetShop! Dogs Classifieds</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

