<!-- Masqué pour les anciens navigateurs

function OuvrirPopupPhoto (adresse, largeur, hauteur, jss) {
//Ouvre une fenêtre réduite pour l'affichage des fichiers d'aides

var avant =  window.open (adresse,
jss,
'toolbar=no,' +
'location=no,' +
'directories=no,' +
'status=no,' +
'menubar=no,' +
'scrollbars=no,' +
'resizable=no,' +
'width='+largeur+',' +
'left=10,' +
'top=10,' +
'height='+hauteur+','); 
if(avant.focus){avant.focus();}
}


function control(how){
if (showHot){
if (jss == 0) jss=1;
tn_prec = TN[jss];
tnobj_prec = TNObj[jss];
tnsrc_FO = TNSrcFO[jss];
if (how=="H") jss = 1;
if (how=="F") jss = jss + 1;
if (how=="B") jss = jss - 1;


if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){



}

document.images.PictureBox.src = preLoad[jss].src;
document.images.PictureBox.alt = TexteAlt[jss];
control2('C', tn_prec, tnobj_prec, tnsrc_FO);
control2('V', '', TNObj[jss], TNSrc[jss]);
photo_gray_sel = TNSrcFO[jss];
obj_sel = TN[jss];
objet_sel = TNObj[jss];
adresseLarge = Large[jss];
largeur = Largeur[jss];
hauteur = Hauteur[jss];

}
}

function control2(type, chk_obj, b, s){
action = true;
if(type == 'O'){
	if(chk_obj == obj_sel){
		action = false;
	}
}

if(action == true){	

	if (showHot){
if (document.all){
b.style.filter="blendTrans(duration=2)";
b.style.filter="blendTrans(duration=0.5)";
b.filters.blendTrans.Apply();
}

b.src = s;

if (document.all) b.filters.blendTrans.Play();

}

	

	}

}

function echanger (b, s, tn, obj, photo, photo_grise, ind_large) {

		if (document.images)

				b.src = s;
				b.alt = TexteAlt[ind_large];

				obj.src = photo;
				adresseLarge = Large[ind_large];
				largeur = Largeur[ind_large];
				hauteur = Hauteur[ind_large];
				jss = ind_large;

				control2('O', tn, objet_sel, photo_gray_sel);
				photo_gray_sel = photo_grise;
				obj_sel = tn;
				objet_sel = obj;
				photo_sel = photo;
				tn.src = photo;



		}

	// -->



function runSlideShow(){
	if(run == false){
		run = true;
	}else{
		run = false;
}


if (document.all){

document.images.PictureBox.style.filter="blendTrans(duration=2)";

document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";

document.images.PictureBox.filters.blendTrans.Apply();}

if (jss == 0) jss=2;

document.images.PictureBox.src = preLoad[jss].src;

if(run == true){

if (document.all) document.images.PictureBox.filters.blendTrans.Play();

jss = jss + 1;

if (jss > (pss)) jss=1;

	tss = setTimeout('runSlideShow2()', SlideShowSpeed);

}

}


function runSlideShow2(){

if (document.all){

document.images.PictureBox.style.filter="blendTrans(duration=2)";

document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";

document.images.PictureBox.filters.blendTrans.Apply();}

if (jss == 0) jss=2;

document.images.PictureBox.src = preLoad[jss].src;

if(run == true){

if (document.all) document.images.PictureBox.filters.blendTrans.Play();

jss = jss + 1;

if (jss > (pss)) jss=1;

	tss = setTimeout('runSlideShow2()', SlideShowSpeed);

}

}
// fin de la section masquée -->