function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.bhhtait.com/projects/' ;
  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" CLASS="jumpmenu" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="nochange">S E L E C T</option>' );
document.writeln( '<option value="index.htm" CLASS="jumpmenucat">MEDICAL</option>' );
document.writeln( '<option value="index.htm">- Abby Medical Center</option>' );
document.writeln( '<option value="medical_02.htm">- Apex Medical Office Center</option>' );
document.writeln( '<option value="medical_03.htm">- Neurology Associates</option>' );
document.writeln( '<option value="medical_04.htm">- Neuroscience Imaging Center</option>' );
document.writeln( '<option value="banking_01.htm" CLASS="jumpmenucat">BANKING</option>' );
document.writeln( '<option value="banking_01.htm">- Artisans Bank</option>' );
document.writeln( '<option value="corporate_01.htm" CLASS="jumpmenucat">CORPORATE</option>' );
document.writeln( '<option value="corporate_01.htm">- Bernardon Haber Holloway</option>' );
document.writeln( '<option value="corp_chatham_01.html">- Chatham Financial</option>' );
document.writeln( '<option value="corporate_02.htm">- Beyer &amp; Associates</option>' );
document.writeln( '<option value="corporate_03.htm">- Endo</option>' );
document.writeln( '<option value="corporate_04.htm">- JP Morgan Chase</option>' );
document.writeln( '<option value="corporate_05.htm">- TransUnion</option>' );
document.writeln( '<option value="corporate_06.htm">- Uniqema</option>' );
document.writeln( '<option value="corporate_07.html">- Air Liquide</option>' );
document.writeln( '<option value="corporate_08a.html">- BPG International Inc.</option>' );
document.writeln( '<option value="corporate_09.htm">- BHH Tait</option>' );
document.writeln( '<option value="hospitality_02.htm" CLASS="jumpmenucat">HOSPITALITY</option>' );
document.writeln( '<option value="hospitality_02.htm">- Coatesville Country Club</option>' );
document.writeln( '<option value="hospitality_03.htm">- Concord Country Club</option>' );
document.writeln( '<option value="hospitality_04.htm">- French Creek Golf  Club</option>' );
document.writeln( '<option value="hospitality_05a.html">- RiverCrest Golf Club &amp; Preserve</option>' );
document.writeln( '<option value="hospitality_06b.html">- Aronimink Country Club</option>' );
document.writeln( '<option value="government_01.htm" CLASS="jumpmenucat">GOVERNMENT</option>' );
document.writeln( '<option value="government_01.htm">- New Castle County Court House</option>' );
document.writeln( '<option value="edu_maclary_01.html" CLASS="jumpmenucat">EDUCATION</option>' );
document.writeln( '<option value="edu_maclary_01.html">- Maclary Elementary School</option>' );
document.writeln( '<option value="snr_cokesbury_01.html" CLASS="jumpmenucat">SENIOR LIVING</option>' );
document.writeln( '<option value="snr_cokesbury_01.html">- Cokesbury Village</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


