// Script de rollover pour tous les evenements dynamiques de liens
// Tout droits reserves a Kiwi Savoie, 130 avenue de l'Epee, Outremont

function cb () {temp=navigator.userAgent; if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla")){return true;}}
	if(cb()==true){
	
	menu1on = new Image ();
	menu1on.src = "images/menu_ca_highlight.gif";
	menu1off = new Image ();
	menu1off.src = "images/menu_ca.gif";
	
	menu2on = new Image ();
	menu2on.src = "images/menu_priorites_highlight.gif";
	menu2off = new Image ();
	menu2off.src = "images/menu_priorites.gif";
	
	menu3on = new Image ();
	menu3on.src = "images/menu_realisations_highlight.gif";
	menu3off = new Image ();
	menu3off.src = "images/menu_realisations.gif";
	
	menu4on = new Image ();
	menu4on.src = "images/menu_pauvrete_highlight.gif";
	menu4off = new Image ();
	menu4off.src = "images/menu_pauvrete.gif";
	
	menu5on = new Image ();
	menu5on.src = "images/menu_rapports_highlight.gif";
	menu5off = new Image ();
	menu5off.src = "images/menu_rapports.gif";
	
	menu6on = new Image ();
	menu6on.src = "images/menu_communiquez_highlight.gif";
	menu6off = new Image ();
	menu6off.src = "images/menu_communiquez.gif";
	
	menu10on = new Image ();
	menu10on.src = "../images/menu_ajouter_highlight.gif";
	menu10off = new Image ();
	menu10off.src = "../images/menu_ajouter.gif";
	
	menu11on = new Image ();
	menu11on.src = "../images/menu_modifier_highlight.gif";
	menu11off = new Image ();
	menu11off.src = "../images/menu_modifier.gif";
	
}