// Tester si le document fait partie d'une presentation avec frames
if (parent.frames.length!=0) parent.location.href=location.href


// Prechargement images
if (navigator.appVersion.substring(0,1)>=3)
{
i=-1
var ImgOver = new Array(10)
var ImgOut  = new Array(10)
ImgOut[1]=new Image;
ImgOut[1].src='images/lien_1.gif';
ImgOut[2]=new Image;
ImgOut[2].src='images/lien_2.gif';
ImgOut[3]=new Image;
ImgOut[3].src='images/lien_3.gif';
ImgOut[4]=new Image;
ImgOut[4].src='images/bouton_inscription.gif';
ImgOut[5]=new Image;
ImgOut[5].src='images/bouton_ok.gif';
ImgOut[6]=new Image;
ImgOut[6].src='images/bouton_conseils.gif';
ImgOut[7]=new Image;
ImgOut[7].src='images/bouton_catalogue.gif';
ImgOut[8]=new Image;
ImgOut[8].src='images/bouton_assistance.gif';
ImgOut[9]=new Image;
ImgOut[9].src='images/bouton_envoyer.gif';
ImgOut[10]=new Image;
ImgOut[10].src='images/bouton_deconnexion.gif';

ImgOver[1]=new Image;
ImgOver[1].src='images/lien_11.gif';
ImgOver[2]=new Image;
ImgOver[2].src='images/lien_22.gif';
ImgOver[3]=new Image;
ImgOver[3].src='images/lien_33.gif';
ImgOver[4]=new Image;
ImgOver[4].src='images/bouton_inscription1.gif';
ImgOver[5]=new Image;
ImgOver[5].src='images/bouton_ok1.gif';
ImgOver[6]=new Image;
ImgOver[6].src='images/bouton_conseils1.gif';
ImgOver[7]=new Image;
ImgOver[7].src='images/bouton_catalogue1.gif';
ImgOver[8]=new Image;
ImgOver[8].src='images/bouton_assistance1.gif';
ImgOver[9]=new Image;
ImgOver[9].src='images/bouton_envoyer1.gif';
ImgOver[10]=new Image;
ImgOver[10].src='images/bouton_deconnexion1.gif';
}

// Changement de couleur des tableaux
function Out1(element,type) {
	element.style.backgroundColor = "#E9E9E9";
}
function Out2(element,type) {
	element.style.backgroundColor = "#DBDDE1";
}

function Over1(element,type) {
	element.style.backgroundColor = "#F3CBCB";
}
function Over2(element,type) {
	element.style.backgroundColor = "#BDDBF3";
}
function Over3(element,type) {
	element.style.backgroundColor = "#B5E3B9";
}
function Over4(element,type) {
	element.style.backgroundColor = "#F4D7B9";
}
function Over5(element,type) {
	element.style.backgroundColor = "#C9D2E3";
}

// Popup images
function popgilles(url,largeur,hauteur) {
  document.all['photo'].src = url;
  document.all['photo'].larg = largeur;
  document.all['photo'].haut = hauteur;
  grand=window.open('zoom.html','grand','status=no,location=no,toolbar=no,directories=no,resizable=no,width='+largeur+',height='+hauteur+',scrollbars=no,top=10,left=10');
  grand.focus();
}

// Preload d'images
var imgs = new Array("images/graph_accueil.gif", "images/fond_gauche_lien.gif", "images/fond_gauche.gif", "images/graph1.gif", "images/graph2.gif", "images/graph3.gif", "images/graph4.gif", "images/graph5.gif");
for( var i = 0 ; i < imgs.length ; i++ )
{
var tmp = imgs[ i ];
(imgs[ i ] = new Image()).src = tmp;
}