function jumpto(x){

if (document.SelectCounty.County.value != "null") {
document.location.href = x
}
if (document.SelectTown.Town.value != "null") {
document.location.href = x
}
}