window.defaultStatus = '';

//Menu principal
encours= "BVA_1"
choix= "BVA_1"
function BV_Anime(choix)
{	
	document.images[encours].src="../images/Bouton_Menu_Noir.bmp";
	document.images[choix].src="../images/Bouton_Menu_Bleu.bmp";
	encours= choix;
}
function BV_Stop()
{
}

//Detection Frames
nompage= ""
nomrep= ""
function DetecteFrames(nompage,nomrep)
{
if(!(parent.frames["F_Gauche"] && parent.frames["F_Droite"])) location.replace("../P_Redirige_Frames.asp?affiche="+nompage+"&rep="+nomrep);
}

activ_men = function(nav) {
if (document.all && document.getElementById(nav).currentStyle) {
var navroot = document.getElementById(nav);
var lis = navroot.getElementsByTagName("LI");
for (i=0; i<lis.length; i++) {
if (lis[i].lastChild.tagName == "UL") {
lis[i].onmouseover = function() {
this.lastChild.style.display = "block";
};
lis[i].onmouseout = function() {
this.lastChild.style.display = "none";
};
}
}
}
};
