var showingit;showingit=false;function altProvinceSelector(){if(showingit){$("allcitiesselector").style.display="none";showingit=false}else{$("allcitiesselector").style.display="block";$("allcitiesselector").innerHTML="Cargando...";var a="/wp-content/themes/mapalia20/getprovinces.php";var b=new Ajax.Updater("allcitiesselector",a,{method:"get"});showingit=true}};