// Ajouter aux favoris
function AjoutFavoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
	{
	window.sidebar.addPanel("Camping Le Grand Calme","http://www.camping-legrandcalme.com","");
	}
else
	{
	window.external.AddFavorite("http://www.camping-legrandcalme.com","Camping Le Grand Calme");
	}
}

// Diaporama des photos
function ejs_aff_photos(num)
	{
	if(document.getElementById)
		{
		ejs_fin = "";
		if(num!=0)
			ejs_fin += "<a href=\"#\" onClick=\"ejs_aff_photos("+(num-1)+");return(false)\"><img src=\"images/location-camping-mobil-home.gif\" border=\"0\" alt=\"\"></a>&nbsp;";
		if(num!=(ejs_photo.length-1))
			ejs_fin += "&nbsp;<a href=\"#\" onClick=\"ejs_aff_photos("+(num+1)+");return(false)\"><img src=\"images/location-camping-mobile-home.gif\" border=\"0\" alt=\"\"></a>";
		document.getElementById("ejs_photo_box").innerHTML = "<table width=\"468\" border=\"0\" bordercolor=\"#000000\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td height=\"351\" align=\"center\"><IMG SRC=\""+ejs_photo[num]+"\" alt=\"\"></td></tr></table><BR>"+ejs_fin+"";
		}
	}
	
	
//Thickbox
function popupModale() {
	var lien = "?height=410&width=410&inlineId=promo&modal=true";
	thick_popup(lien);
}

function closePopup() {
	$.modal.close();
	document.getElementById("promo").style.display = "none";
}



