/* BOUTONS DES MENUS */

bt1on = new Image(); bt1off = new Image();
bt2on = new Image(); bt2off = new Image();
bt3on = new Image(); bt3off = new Image();
bt4on = new Image(); bt4off = new Image();
bt5on = new Image(); bt5off = new Image();
bt10on = new Image(); bt10off = new Image();
bt11on = new Image(); bt11off = new Image();
bt12on = new Image(); bt12off = new Image();
bt1on.src="./images/bt-groupe-bugis-on.gif";
bt1off.src="./images/bt-groupe-bugis-off.gif";
bt2on.src="./images/bt-bugis-production-on.gif";
bt2off.src="./images/bt-bugis-production-off.gif";
bt3on.src="./images/bt-bugis-evenements-on.gif";
bt3off.src="./images/bt-bugis-evenements-off.gif";
bt4on.src="./images/bt-bugis-presse-on.gif";
bt4off.src="./images/bt-bugis-presse-off.gif";
bt5on.src="./images/bt-bugis-engagement-on.gif";
bt5off.src="./images/bt-bugis-engagement-off.gif";
bt10on.src="./images/bt-bugis-mode-on.gif";
bt10off.src="./images/bt-bugis-mode-off.gif";
bt11on.src="./images/bt-bugis-technique-on.gif";
bt11off.src="./images/bt-bugis-technique-off.gif";
bt12on.src="./images/bt-bugis-medical-on.gif";
bt12off.src="./images/bt-bugis-medical-off.gif";

btdrapeauFon = new Image(); btdrapeauFoff = new Image();
btdrapeauFon.src="./images/bt-drapeau-f-on.gif";
btdrapeauFoff.src="./images/bt-drapeau-f-off.gif";
btdrapeauEon = new Image(); btdrapeauEoff = new Image();
btdrapeauEon.src="./images/bt-drapeau-e-on.gif";
btdrapeauEoff.src="./images/bt-drapeau-e-off.gif";

