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://www.surplusmachinery.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="">Navigation Menu</option>' );
document.writeln( '<option value="default.htm">Home</option>' );
document.writeln( '<option value="cascade_partswasher.htm">Cascade Automatic Partswashers</option>' );
document.writeln( '<option value="chipequipment.asp">Chip Processing Equipment</option>' );
document.writeln( '<option value="automatics.htm">Multi-Spindle Screw Machines</option>' );
document.writeln( '<option value="single.asp">Single Spindle Screw Machines</option>' );
document.writeln( '<option value="barfeed.asp">Automatic Bar Feeds</option>' );
document.writeln( '<option value="drilling.asp">Drilling Equipment</option>' );
document.writeln( '<option value="milling.asp">Milling Machines</option>' );
document.writeln( '<option value="grinders.asp">Grinding Machines</option>' );
document.writeln( '<option value="lathes.asp">Lathes - Engine & Turret</option>' );
document.writeln( '<option value="misc.asp">All Other Machines</option>' );
document.writeln( '<option value="">-------------</option>' );
document.writeln( '<option value="about.htm">Products & Services</option>' );
document.writeln( '<option value="buymachines.htm">List Your Machinery For Sale</option>' );
document.writeln( '<option value="clearance.htm">Clearance Center</option>' );
document.writeln( '<option value="mailing.htm">Join Our Mailing List</option>' );
document.writeln( '<option value="contact.htm">Contact Us</option>' );
document.writeln( '<option value="sitemap.htm">Site Map</option>' );
document.writeln( '<option value="">Small Tools & Supplies</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


