<!--
//
var menu=0
var dossiers="off"
function grossit(texte){
	if (texte==txtdoss&&menu<3){texte.style.color="#FFFE9A";texte.style.fontSize="14px"}
	if ((texte==txt1&&menu!=1)||(texte==txt2&&menu!=2)||(texte==txt3&&menu!=3)){
		texte.style.color="#FFFE9A";texte.style.fontSize="12px"}
}
function retour(texte){
	if (texte==txtdoss){texte.style.fontSize="13px";texte.style.color="yellow";}
	if ((texte==txt1&&menu!=1)||(texte==txt2&&menu!=2)||(texte==txt3&&menu!=3)){
		texte.style.color="white"; texte.style.fontSize="11px";}
}
function clearBoutons(){
	MM_swapImgRestore()
	txt1.style.color="white";
	txt2.style.color="white"; 
	txt3.style.color="white"; 
	txt17.style.color="#FAFDAA"; txt17.style.fontWeight="normal";
	txt18.style.color="#FAFDAA"; txt18.style.fontWeight="normal";
	txt19.style.color="#FAFDAA"; txt19.style.fontWeight="normal";
}
function Home(){clearBoutons(); menu=0;}
function clicBouton(texte){
	clearBoutons();
	texte.style.fontSize="12px";texte.style.color="#D39004";
	switch (texte){
		case txt1:menu=1;MM_swapImage('image1','','images/bird.gif',1);break;
		case txt2:menu=2;MM_swapImage('image2','','images/bird.gif',1);break;
		case txt3:menu=3;break;
		default: break;
	}
	parent.copyright.document.champs.titrepage.value=menu
}
function clicDossier(texte){
	clearBoutons()
	switch (texte){
		case txt17:menu=17;break;
		case txt18:menu=18;break;
		case txt19:menu=19;break;
		default: break;
	}
	texte.style.color="yellow"; texte.style.fontWeight="600";
	parent.copyright.document.champs.titrepage.value=menu
}
function showMenu(){
if (document.all.divDossiers.style.visibility=="visible") document.all.divDossiers.style.visibility="hidden"
else document.all.divDossiers.style.visibility="visible"
}
//-->
