/*function reserve(Id,trkref,curlang,day,month,year,numnights,rooms) {	if (Id == "") {		alert("Choisissez un hotel pour rˇserver");	}	else {		var argsplus = "";		if (day != "") {			argsplus += "&day=" + day;		}		if (month != "") {			argsplus += "&month=" + month;		}		if (year != "") {			argsplus += "&year=" + year;		}		if (numnights != "") {			argsplus += "&numnights=" + numnights;		}		if (rooms != "") {			argsplus += "&rooms=" + rooms;		}		var largeur = 802;		var hauteur = 500;		var redim = "yes";		var ascensseurs = "yes";		window.open("http://www.activehotels.com/servlet/bookingservletxml/index.do?hotelid=" + Id + "&trkref=" + trkref + "&subid=&language=" + curlang + argsplus, "Reserve", "resizable=" + redim + ", location=no, width=" + largeur + ", height="+ hauteur +", menubar=no, status=yes, scrollbars=" + ascensseurs + "");	}}function mapper(){	document.mapping.submit();}*///afficher une carte//http://www.multimap.com/map/browse.cgi?lat=42.3100700378418&lon=9.14966869354248&scale=5000&icon=x&title=macarte//http://www.mapquest.com/maps/map.adp?searchtype=address&formtype=latlong&latlongtype=decimal&latitude=42.31007&longitude=9.1496686//http://www.mapblast.com/(cm3n1oqabyx01hy2z4uyeb55)/map.aspx?L=EUR&C=42.28192%2c9.12267&A=78.83333&P=|42.28192%2c9.12267|1|20250+(postcode)%2c+France|L1|function ouvreCarto(carte) {	var fenetre = window.open(carte,"Carte","menubar=no,status=no,scrollbars=no,location=no,resizable=no");	var largeurE = window.screen.width;	var hauteurE = window.screen.height;	var largeurF = 660;	var hauteurF = 500;	fenetre.resizeTo(largeurF,hauteurF+50);	fenetre.innerHeight = hauteurF;	fenetre.innerWidth = largeurF;	fenetre.moveTo((largeurE-largeurF)/2,(hauteurE-(hauteurF+20))/2);	//return false;}function reserver(Id,trkref,curlang,day,month,year,numnights,rooms) {	if (Id == "") {		alert("Choisissez un hotel pour rˇserver");	}	else {		var argsplus = "";		if (day != "") {			argsplus += "&day=" + day;		}		if (month != "") {			argsplus += "&month=" + month;		}		if (year != "") {			argsplus += "&year=" + year;		}		if (numnights != "") {			argsplus += "&numnights=" + numnights;		}		if (rooms != "") {			argsplus += "&rooms=" + rooms;		}		window.location.href = "http://www.activehotels.com/servlet/bookingservletxml/index.do?hotelid=" + Id + "&trkref=" + trkref + "&subid=&language=" + curlang + argsplus;	}}function reserve(Id,trkref,curlang,day,month,year,numnights,rooms) {	if (Id == "") {		alert("Choisissez un hotel pour rˇserver");	}	else {		var argsplus = "";		if (day != "") {			argsplus += "&day=" + day;		}		if (month != "") {			argsplus += "&month=" + month;		}		if (year != "") {			argsplus += "&year=" + year;		}		if (numnights != "") {			argsplus += "&numnights=" + numnights;		}		if (rooms != "") {			argsplus += "&rooms=" + rooms;		}		var largeur = 802;		var hauteur = 500;		var redim = "yes";		var ascensseurs = "yes";		window.open("p_reserve.php?hotelid=" + Id + "&trkref=" + trkref + "&subid=&language=" + curlang + argsplus, "Reserve", "resizable=" + redim + ", location=no, width=" + largeur + ", height="+ hauteur +", menubar=no, status=yes, scrollbars=" + ascensseurs + "");	}}
