// JavaScript Document


function rediriger_lien(form){
	
	if (form.theme.value == 2){
		document.location.href="../point-of-interest/mountain-hotel.shtml";
	}else	if (form.theme.value == 3){
		document.location.href="../point-of-interest/seaside-hotel.shtml";
	}else 	if (form.theme.value == 4){
		document.location.href="../point-of-interest/city-centre-hotel.shtml";
	}else	if (form.theme.value == 5){
		document.location.href="../point-of-interest/wellness-hotel.shtml";
	}



}

function rediriger_lien_2(form){
	
	if (form.theme.value == 2){
		document.location.href="../top-destination/bangkok-hotel.shtml";
	}else	if (form.theme.value == 3){
		document.location.href="../top-destination/berlin-hotel.shtml";
	}else 	if (form.theme.value == 4){
		document.location.href="../top-destination/vienne-hotel.shtml";
	}else	if (form.theme.value == 5){
		document.location.href="../top-destination/amsterdam-hotel.shtml";
	}else	if (form.theme.value == 6){
		document.location.href="../top-destination/paris-hotel.shtml";
	}else	if (form.theme.value == 7){
		document.location.href="../top-destination/rome-hotel.shtml";
	}else	if (form.theme.value == 8){
		document.location.href="../top-destination/sao-paulo-hotel.shtml";
	}else	if (form.theme.value == 9){
		document.location.href="../top-destination/sydney-hotel.shtml";

}



}
