function setNation(idn){
			for (i=0;i<document.getElementById("cbnazioni").length;i++) 		{
			if(document.getElementById("cbnazioni").options[i].value==idn ) {
				document.getElementById("cbnazioni").options[i].selected=true;
				i=document.getElementById("cbnazioni").length;
			}
		}
if(idn=='IT') {document.getElementById("cbregioni").disabled="disabled"} else {document.getElementById("cbregioni").disabled="disabled"}
}

function ricercacompleta(rif) {var s="http://www.vacanzeinaffitto.com/ricerca.asp?";
	if(document.getElementById('cklast').checked==true) rif =0;
	s=s+"tipoappartamento=" + document.getElementById('cbtipoappatamento').value;
	s=s+ String.fromCharCode(38) + "ubicazione=" + document.getElementById('cbubicazione').value;
	s=s+ String.fromCharCode(38) + "idstate=" + document.getElementById('cbnazioni').value;	
	s=s+ String.fromCharCode(38) + "postiletto=" + document.getElementById('cbpostiletto').value;	
	s=s+ String.fromCharCode(38) + "stanze=" + document.getElementById('cbstanze').value;
	s=s+ String.fromCharCode(38) + "tipobudget=" + document.getElementById('cbtipobudget').value;
	s=s+ String.fromCharCode(38) + "budget=" + document.getElementById('cbbudget').value;
	s=s+ String.fromCharCode(38) + "idregione=" + document.getElementById('cbregioni').value;
	s=s+ String.fromCharCode(38) + "distanza=" + document.getElementById('cbdistanza').value;	
	s=s+ String.fromCharCode(38) + "distanzapiste=" + document.getElementById('cbpiste').value;		
	s=s+ String.fromCharCode(38) + "citta=" + document.getElementById('txcitta2').value;
	if(document.getElementById('ckdisabili').checked==true) 	s=s+ String.fromCharCode(38) + "disabili=1";	
	if(document.getElementById('cktv').checked==true) 	s=s+ String.fromCharCode(38) + "tv=1";	
	if(document.getElementById('cktelefono').checked==true) 	s=s+ String.fromCharCode(38) + "telefono=1";	
	if(document.getElementById('ckanimali').checked==true) 	s=s+ String.fromCharCode(38) + "animali=1";	
	if(document.getElementById('ckascensore').checked==true) 	s=s+ String.fromCharCode(38) + "ascensore=1";	
	if(document.getElementById('ckariacondizionata').checked==true) 	s=s+ String.fromCharCode(38) + "aria=1";	
	if(document.getElementById('ckinternet').checked==true) 	s=s+ String.fromCharCode(38) + "internet=1";	
	if(document.getElementById('cklavatrice').checked==true) 	s=s+ String.fromCharCode(38) + "lavatrice=1";	
	if(document.getElementById('cklavastoviglie').checked==true) 	s=s+ String.fromCharCode(38) + "stoviglie=1";	
	if(document.getElementById('ckfrigo').checked==true) 	s=s+ String.fromCharCode(38) + "frigo=1";	
	if(document.getElementById('ckforno').checked==true) 	s=s+ String.fromCharCode(38) + "forno=1";	
	if(document.getElementById('ckpostoauto').checked==true) 	s=s+ String.fromCharCode(38) + "postoauto=1";	
	if(document.getElementById('ckpiscina').checked==true) 	s=s+ String.fromCharCode(38) + "piscina=1";	
	if(document.getElementById('ckgiardino').checked==true) 	s=s+ String.fromCharCode(38) + "giardino=1";	
	for (i=0;i<document.getElementById('cbregioni').length;i++) 		{if(document.getElementById('cbregioni').options[i].value==rif) {document.getElementById('cbregioni').options[i].selected=true;i=document.getElementById('cbregioni').length;}}
	if(document.getElementById('cklast').checked==true) rif =0;	
	if (rif==0) s="http://www.vacanzeinaffitto.com/ricerca.asp?" + s + "&lastminute=-1"; location.href=s;}
