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.infinityec.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="">Site Shortcuts</option>' );
document.writeln( '<option value="">---</option>' );
document.writeln( '<option value="index.htm">Home</option>' );
document.writeln( '<option value="">---</option>' );
document.writeln( '<option value="company.htm">Company</option>' );
document.writeln( '<option value="our_name.htm">...Our Name</option>' );
document.writeln( '<option value="our_people.htm">...Our People</option>' );
document.writeln( '<option value="our_clients.htm">...Our Clients</option>' );
document.writeln( '<option value="our_region.htm">...Our Region</option>' );
document.writeln( '<option value="">---</option>' );
document.writeln( '<option value="services.htm">Services</option>' );
document.writeln( '<option value="civil.htm">...Civil</option>' );
document.writeln( '<option value="structural.htm">...Structural</option>' );
document.writeln( '<option value="mechanical.htm">...Mechanical</option>' );
document.writeln( '<option value="marine.htm">...Marine</option>' );
document.writeln( '<option value="permitting.htm">...Permitting</option>' );
document.writeln( '<option value="inspection.htm">...Inspection</option>' );
document.writeln( '<option value="design-build.htm">...Design-Build</option>' );
document.writeln( '<option value="contractor-services.htm">...Contractor Services</option>' );
document.writeln( '<option value="">---</option>' );
document.writeln( '<option value="news.htm">News</option>' );
document.writeln( '<option value="">---</option>' );
document.writeln( '<option value="//careers/index.htm">Careers</option>' );
document.writeln( '<option value="">---</option>' );
document.writeln( '<option value="contact.htm">Contact Us</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


