// JavaScript Document
function cambia_regione(){
 var regione=document.ricerca.regione.value;
 window.location="cerca.php?regione="+regione;
}

function scelta(){
 	var regione=document.ricerca.regione.value;
	var provincia=document.ricerca.provincia.value;
	var nome=document.ricerca.nome.value;
	var categoria=document.ricerca.categoria.value;
	var tipo=document.ricerca.tipologia.value;
	
	var trattamento=document.ricerca.trattamento.value;
	if(document.ricerca.trattamento[0].checked==true)
	 trattamento="cc";
	if(document.ricerca.trattamento[1].checked==true)
	 trattamento="sc";
	
	
	var localita=document.ricerca.localita.value;
	var n_persone=document.ricerca.n_persone.value;
	var n_camapp=document.ricerca.n_camapp.value;
	
	var day_ci=document.ricerca.day_ci.value;
	var month_ci=document.ricerca.month_ci.value;
	
	var day_co=document.ricerca.day_co.value;
	var month_co=document.ricerca.month_co.value;
	
	var data_in=month_ci+"/"+day_ci;
	var data_out=month_co+"/"+day_co;
	
	if(data_in=="01/01" && data_out=="12/01"){
		data_in="NULL";
		data_out="NULL";
	}
	
	/*if(n_persone=="") n_persone="NULL";
	if(n_camapp=="") n_camapp="NULL";
	if(localita=="") localita="NULL";*/
	if(trattamento == undefined) trattamento="NULL";
	
    /*if(document.ricerca.ord_prezzo.checked) var ord_prezzo=true;
	else var ord_prezzo=false;
	
	if(document.ricerca.ord_giudizio.checked) var ord_giudizio=true;
	else var ord_giudizio=false;*/
	
	var ord=document.ricerca.ord.value;
	if(document.ricerca.ord[0].checked==true)
	 ord="prezzo";
	if(document.ricerca.ord[1].checked==true)
	 ord="giudizio";
	
	
	window.location="cerca.php?regione="+regione+"&provincia="+provincia+"&ragione="+nome+"&categoria="+categoria+"&tipo="+tipo+"&localita="+localita+"&n_persone="+n_persone+"&n_camapp="+n_camapp+"&data_in="+data_in+"&data_out="+data_out+"&trattamento="+trattamento+"&ord="+ord;

}

function sceltaeng(){
 	var regione=document.ricerca.regione.value;
	var provincia=document.ricerca.provincia.value;
	var nome=document.ricerca.nome.value;
	var categoria=document.ricerca.categoria.value;
	var tipo=document.ricerca.tipologia.value;
	
	var trattamento=document.ricerca.trattamento.value;
	if(document.ricerca.trattamento[0].checked==true)
	 trattamento="cc";
	if(document.ricerca.trattamento[1].checked==true)
	 trattamento="sc";
	
	
	var localita=document.ricerca.localita.value;
	var n_persone=document.ricerca.n_persone.value;
	var n_camapp=document.ricerca.n_camapp.value;
	
	var day_ci=document.ricerca.day_ci.value;
	var month_ci=document.ricerca.month_ci.value;
	
	var day_co=document.ricerca.day_co.value;
	var month_co=document.ricerca.month_co.value;
	
	var data_in=month_ci+"/"+day_ci;
	var data_out=month_co+"/"+day_co;
	
	if(data_in=="01/01" && data_out=="12/01"){
		data_in="NULL";
		data_out="NULL";
	}
	
	/*if(n_persone=="") n_persone="NULL";
	if(n_camapp=="") n_camapp="NULL";
	if(localita=="") localita="NULL";*/
	if(trattamento == undefined) trattamento="NULL";
	
    /*if(document.ricerca.ord_prezzo.checked) var ord_prezzo=true;
	else var ord_prezzo=false;
	
	if(document.ricerca.ord_giudizio.checked) var ord_giudizio=true;
	else var ord_giudizio=false;*/
	
	var ord=document.ricerca.ord.value;
	if(document.ricerca.ord[0].checked==true)
	 ord="prezzo";
	if(document.ricerca.ord[1].checked==true)
	 ord="giudizio";
	
	
	window.location="cerca_eng.php?regione="+regione+"&provincia="+provincia+"&ragione="+nome+"&categoria="+categoria+"&tipo="+tipo+"&localita="+localita+"&n_persone="+n_persone+"&n_camapp="+n_camapp+"&data_in="+data_in+"&data_out="+data_out+"&trattamento="+trattamento+"&ord="+ord;

}

function sposta(x){
 return window.scrollBy(0,x);	
}

function popup(pagina){
	var w = 650;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
 	window.open(pagina,"Descrizione","resizable=yes,scrollbars=yes,status=no,"+"width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
