function carregaconcelhotop(c){
   d=document.getElementById("distrito").value;
   if(d!=""){
       if(c==0){c=-1;}
       ajaxFunction("concelhotopo","comum/loadconcelhotop.php?d="+d+"&c="+c);
   }
}
function carregadistritotop(c){
   d=document.getElementById("distrito").value;
   if(d!=""){
       ajaxFunction("localdeemprego","comum/distritopesquisa.php?key=todos&d="+d);
   }
}
function loadsearch(d){
   d=document.getElementById("distrito").value;
   c=document.getElementById("concelho").value;
   if(d!=""){
       location="index.php?option=com_pesquisa&key=todos&d="+d+"&c="+c;
   }
}
