function gotocounty (menu1) {

countyurl = "dealers_county.htm#" + menu1.options[menu1.selectedIndex].value;

window.location.href = countyurl;

}

function gotomanufacturer (menu2) {

manufacturerurl = "dealers_manufacturer.htm#" + menu2.options[menu2.selectedIndex].value;

window.location.href = manufacturerurl;


}