function openwin(lang) {
	var mywindow1link="home.php";
	var mywindow1=window.open(mywindow1link,"ChezGaspartGuestHouse","width=897,height=672,scrollbars=yes,location=no,resizable=yes");
	if (!mywindow1) {
		alert("Votre Pop-up Killer bloque l'ouverture de la page principale");
		//window.location.href = "home.htm";
	} else {
		//mywindow1.moveTo( ((screen.width-200)/2) , ((screen.height - 300)/2) );
	}
}

function openpopup(chambre) {
	
	if (chambre == 'chambre') {
		var mywindow1link="chambrepopup.php";
	} else if (chambre == 'suite') {
		var mywindow1link="suitepopup.php";
	} else if (chambre == 'petitdej') {
		var mywindow1link="petitdej.php";
	} else {
		var mywindow1link="tablepopup.php";
	}
	var mywindow1=window.open(mywindow1link,"ChezGaspartPicGallery","width=300,height=340,scrollbars=no,location=no,resizable=no,status=no");
	if (!mywindow1) {
		alert("Votre Pop-up Killer bloque l'ouverture de la page principale");
		//window.location.href = "home.htm";
	} else {
		//mywindow1.moveTo( ((screen.width-200)/2) , ((screen.height - 300)/2) );
	}
}

function planpopup() {
	
	var mywindow1link="planpopup.php";
	var mywindow1=window.open(mywindow1link,"ChezGaspartPlan","width=500,height=380,scrollbars=no,location=no,resizable=no,status=no");
	if (!mywindow1) {
		alert("Votre Pop-up Killer bloque l'ouverture de la page principale");
		//window.location.href = "home.htm";
	} else {
		//mywindow1.moveTo( ((screen.width-200)/2) , ((screen.height - 300)/2) );
	}
}

Normal1 = new Image();
Normal1.src = "/images/arrowback-white.gif";
Highlight1 = new Image();
Highlight1.src = "/images/arrowback-blue.gif";

Normal2 = new Image();
Normal2.src = "/images/arrowforward-white.gif";
Highlight2 = new Image();
Highlight2.src = "/images/arrowforward-blue.gif";

function changelinkimg (imgnbr, imgobject) {
  window.document.images[imgnbr].src = imgobject.src;
}
