
function searchLocal() {
  location.href='?class=Local&psrc='+document.localForm.text_nev.value;
}

function loc_CountryList(caller) {
  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value;
}

function loc_RegionList(caller) {
  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value+'&regionid='+document.localForm.list_region.value;
}

function loc_CountyList(caller) {
  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value+'&regionid='+document.localForm.list_region.value+'&countyid='+document.localForm.list_county.value;
}

function loc_CityList(caller) {
//  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value+'&regionid='+document.localForm.list_region.value+'&countyid='+document.localForm.list_county.value+'&cityid='+document.localForm.list_city.value;
  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value+'&cityid='+document.localForm.list_city.value;
}

function localScope(caller) {
//  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value+'&regionid='+document.localForm.list_region.value+'&countyid='+document.localForm.list_county.value+'&cityid='+document.localForm.list_city.value+'&localid='+document.localForm.list_local.value;
  location.href='?class='+caller+'&countryid='+document.localForm.list_country.value+'&cityid='+document.localForm.list_city.value+'&localid='+document.localForm.list_local.value;
}

function programsScope() {
     location.href='?class=Programs&localid='+document.localForm.list_local.value+'&actid='+document.localForm.list_title.value+'&catid='+document.localForm.list_category.value;
}

function programsTitle() {
     location.href='?class=Programs&actid='+document.localForm.list_title.value;
}

function programsCategory() {
     location.href='?class=Programs&catid='+document.localForm.list_category.value;
}

function setPrior0(id) {
    location.href='?class=Priorize&setid='+id;
}

function setPrior(id,tag) {
    location.href='?class=Priorize&setid='+id+'&setprior='+tag;
}
