function menu_goto( menuform )
{
  var baseurl = '' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = newurl ;
  }
}
document.writeln( '<form action="menu1" class="text1" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)" class="text1">' );


document.writeln( '<option value="http://www.handicappedpets.com/products.htm" selected >    Products Pages</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/pet-products.html">              Go To Products</option>' );
document.writeln( '<option value="http://www.DogKarts.com">                                  Dog Wheelchairs</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/help-pets-walk.html">              Help Them Walk</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/help-pets-walk/help-lift-dogs.html">         Lifting Harnesses</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/leg-splints.html">  	     Back Brace</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/pet-health-wellness.html">		         Pet First Aid Kit</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/pets-stay-dry.html">                                Doggie Diapers</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/peepers-pouch-male-wrap.html">       Male Wraps</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/portable-dog-potty.html">                  Portable Dog Potty</option>' );
document.writeln( '<option value="http://www.PetBoots.com">                                  Pet Boots</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/help-pets-walk/dog-braces.html">                                  Orthotic Braces</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/pets-stay-dry/stay-dry-beds.html">                               SleePeeTime Bed</option>' );
document.writeln( '<option value="https://handicappedpets.com/www/index.php/safety-belt-for-pets.html">                            Pet Safety Belts</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/pet-health-wellness.html">             Learn to Care</option>' );
document.writeln( '<option value="https://handicappedpets.com/www/index.php/bottomsup-leash.html">    		         Rear Support Leash</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/no-cone-collar.html">                No Cone Collar</option>' );
document.writeln( '<option value="hhttp://handicappedpets.com/www/index.php/help-pets-walk/dog-ramps-steps.html">                     Pet Ramps- Stairs</option>' );
document.writeln( '<option value="https://handicappedpets.com/www/index.php/dog-helmets-for-safety.html">                Pet Helmets</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/help-pets-walk/dog-wrist-hock-wrap.html">        Hock Holders</option>' );
document.writeln( '<option value="http://handicappedpets.com/www/index.php/help-pets-walk/dog-wrist-hock-wrap.html">        Wrist Wraps</option>' );
document.writeln( '<option value="http://www.handicappedpets.com/acc/seatcovers/index.htm">              Custom Cargo Liners</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );