function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.pep-plastic.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="townandcountry/index.htm">Home</option>' );
document.writeln( '<option value="townandcountry/about.htm">About Us</option>' );
document.writeln( '<option value="townandcountry/gen1.htm">General Information</option>' );
document.writeln( '<option value="townandcountry/ph.htm">Pollution Handling & Treat. Equip.</option>' );
document.writeln( '<option value="townandcountry/ca.htm">Corrosion & Acid Resistant Equip.</option>' );
document.writeln( '<option value="townandcountry/neut1.htm">Neutralization Tanks & Systems</option>' );
document.writeln( '<option value="townandcountry/grease1.htm">Grease Traps & Oil Interceptors</option>' );
document.writeln( '<option value="townandcountry/sed1.htm">Sedinent (Solids) Interceptorts</option>' );
document.writeln( '<option value="townandcountry/sinks1.htm">Sinks & Accessories</option>' );
document.writeln( '<option value="townandcountry/drains1.htm">Floor, Trench & Roof Drains</option>' );
document.writeln( '<option value="townandcountry/pipes1.htm">Pipes, Valves & Fittings</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

