function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.gilacountyaz.gov' ;
  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=""></option>' );
document.writeln( '<option value="/purchasing/bids.html">Bids</option>' );
document.writeln( '<option value="/communitydevelopment/buildingsafety/permits.html">Building Permits</option>' );
document.writeln( '<option value="/personnel/employment/default.html">Employment</option>' );
document.writeln( '<option value="/publicworks/engineering/floodplain.html">Floodplain Info</option>' );
document.writeln( '<option value="/assessor/default.html">Maps</option>' );
document.writeln( '<option value="/clerkoftheboard/default.html">Meeting Agendas</option>' );
document.writeln( '<option value="/boardofsupervisors/ordinances.html">Ordinances</option>' );
document.writeln( '<option value="/governmentrelations&emergencymanagement/rural.html">Rural Addressing</option>' );
document.writeln( '<option value="/health/nursing/flu.html">Seasonal/H1N1 Flu Info</option>' );
document.writeln( '<option value="/communitydevelopment/wastewater/default.html">Septic Systems</option>' );
document.writeln( '<option value="/treasurer/default.html">Tax/Parcel Information</option>' );
document.writeln( '</select>' );
//document.writeln( '</form>' );

