<!--


function affiche_boutonON()
	{
	//affiche le bouton en ON et les autres en OFF
	for(a=1;a<=nb_photo;a++)
		{
		if(a==indice_photo)
			document.images['b'+a].src="../images/diapo/nav/b"+a+"on.jpg";
		else
			document.images['b'+a].src="../images/diapo/nav/b"+a+"off.jpg";
		}
	}


function affiche_photo()
	{
	//affiche la [i_pho]iœme photo de la [i_cha]iœme chambre
	document.images.photo.src="../images/diapo/photos/"+prefixe+indice_photo+".jpg";
	}
	
function test_lien(i,b){
if (navigator.appName=="Microsoft Internet Explorer"){
document.links[b+i].blur();}
}

function zape_photo(i_pho)
	{
	indice_photo = i_pho;
	//passer d'une chambre ù l'autre
	affiche_boutonON();
	affiche_photo();
	test_lien(indice_photo,6);
	}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->
