$fond = "#484141";
$ecriture = "white";
$hilite = "#5eb5dd";
$cadre = "grey";

<!-- hide script from old browsers
//detect browser:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";
else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1";
else browserVer = "2";

//preload images:
if (browserVer == 1) {
accueil1 = new Image(150,20);
accueil1.src = "images/accueil.jpg";
accueil2 = new Image(150,20);
accueil2.src = "images/accueil2.jpg";

description1 = new Image(150,20);
description1.src = "images/description.jpg";
description2 = new Image(150,20);
description2.src = "images/description2.jpg";

equipement1 = new Image(150,20);
equipement1.src = "images/equipement.jpg";
equipement2 = new Image(150,20);
equipement2.src = "images/equipement2.jpg";

services1 = new Image(150,20);
services1.src = "images/services-annexes.jpg";
services2 = new Image(150,20);
services2.src = "images/services-annexes2.jpg";

situation1 = new Image(150,20);
situation1.src = "images/situation.jpg";
situation2 = new Image(150,20);
situation2.src = "images/situation2.jpg";

galeriephotos1 = new Image(150,20);
galeriephotos1.src = "images/photos.jpg";
galeriephotos2 = new Image(150,20);
galeriephotos2.src = "images/photos2.jpg";

activites1 = new Image(150,20);
activites1.src = "images/activites.jpg";
activites2 = new Image(150,20);
activites2.src = "images/activites2.jpg";

acces1 = new Image(150,20);
acces1.src = "images/acces.jpg";
acces2 = new Image(150,20);
acces2.src = "images/acces2.jpg";

disponibilite1 = new Image(150,20);
disponibilite1.src = "images/disponibilite.jpg";
disponibilite2 = new Image(150,20);
disponibilite2.src = "images/disponibilite2.jpg";

tarifs1 = new Image(150,20);
tarifs1.src = "images/tarifs.jpg";
tarifs2 = new Image(150,20);
tarifs2.src = "images/tarifs2.jpg";

contact1 = new Image(150,20);
contact1.src = "images/contact.jpg";
contact2 = new Image(150,20);
contact2.src = "images/contact2.jpg";

}

//Changement photo
function hiLite(imgDocID, imgObjName, comment) {
if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src");
window.status = comment; return true;
}}

//Changement encadrement 
function hiLiteTable(imgDocID, imgcolor) {
if (browserVer == 1) {
  document.getElementById(imgDocID).style.border = '10px solid ' + imgcolor;
return true;
}}

//Chargement de la galerie Photos
function AfficheAlbum(album, titre) {
  document.getElementById("album").innerHTML = "Album : " + titre;
  <!-- Script that embeds gallery. -->
  var so = new SWFObject("flashgallery.swf", "gallery", "800", "600", "8"); // Location of SWF file. You can change gallery width and height here (using pixels or percents).
  so.addParam("quality", "high");
  so.addParam("allowFullScreen", "true");
  so.addParam("wmode", "transparent");
  so.addVariable("content_path",album); // Location of a folder with JPG and PNG files (relative to php script).
  so.addVariable("color_path","flashgallery.xml"); // Location of XML file with settings.
  so.addVariable("script_path","flashgallery.php"); // Location of PHP script.
  so.write("gallery");
}

