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.spokanecityfire.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="http://www.spokanefire.org/">Spokane Fire Department</option>' );
document.writeln( '<option value="http://www.spokanefire.org/">Spokane Fire Department</option>' );
document.writeln( '<option value="http://www.spokanevalleyfire.com//">Spokane Valley Fire Dept</option>' );
document.writeln( '<option value="http://www.cityofcheney.org/fire">Cheney Fire Department</option>' );
document.writeln( '<option value="http://newmanlakefire.com/">Newman Lake Fire</option>' );
document.writeln( '<option value="http://www.camanofire.com/page.asp_Q_navigationid_E_4">CamanoFire</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

