function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.acep.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="index.htm">Quick Jump</option>' );
document.writeln( '<option value="eventresources.htm">All Categories</option>' );
document.writeln( '<option value="catering.htm">Beverage Catering</option>' );
document.writeln( '<option value="catering.htm">Caterers / Food Suppliers </option>' );
document.writeln( '<option value="entertainment.htm">Entertainment</option>' );
document.writeln( '<option value="floral_decor.htm">Event Rental, Floral & Décor</option>' );
document.writeln( '<option value="event_services.htm">Event Services</option>' );
document.writeln( '<option value="event_facilities_hotels.htm">Facilities & Hotels</option>' );
document.writeln( '<option value="eventresources.htm">Member Services</option>' );
document.writeln( '<option value="photography.htm">Photography / Videography</option>' );
document.writeln( '<option value="event_services.htm">Planners / Consultants</option>' );
document.writeln( '<option value="special_event_publications.htm">Publications</option>' );
document.writeln( '<option value="eventresources.htm">Schools</option>' );
document.writeln( '<option value="potluck_in_the_park.htm">Potluck in the Park</option>' );
document.writeln( '<option value="index.htm">Home</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

