function showTown() {
   	nState = document.forms['formSearch'].stateId_lng.value;
	
    document.getElementById("towns").innerHTML="<img src='../../img/0/gral/gif-carrega.gif'>";
		
    asyncGet('mod/009/07/ajaxListTowns.php','inputState='+nState,'error','towns','text');		
}

function showTowns(nState) {
	
    document.getElementById("selectTowns").innerHTML="<img src='../../img/0/gral/gif-carrega.gif'>";
		
    asyncGet('mod/030/00/ajaxListTowns.php','inputState='+nState,'error','selectTowns','text');		
}

function showPCs(nTown) {
	
    document.getElementById("selectPCs").innerHTML="<img src='../../img/0/gral/gif-carrega.gif'>";
		
    asyncGet('mod/030/00/ajaxListPCs.php','inputTown='+nTown,'error','selectPCs','text');		
}
/*MARCELO__*/
/*function showState_1() {
    nCountrie = document.forms['formSearch'].countryId_lng.value;
	
    document.getElementById("selectCountrie").innerHTML="<img src='../../img/0/gral/gif-carrega.gif'>";
		
    asyncGet('mod/009/07/ajaxListCountries.php','inputCountrie='+nCountrie,'error','state','text');		
}
function showState_1s(nCountrie) {
	
    document.getElementById("selectCountrie").innerHTML="<img src='../../img/0/gral/gif-carrega.gif'>";
		
    asyncGet('mod/009/07/ajaxListCountries.php','inputCountrie='+nCountrie,'error','state','text');		
}*/
