ouverture_menu = function(param, param2){
	var version = navigator.appVersion;
	if(param2 == 'nivo1'){
		for(i = 0; i<tableau_nivo_1.length; i++){
			document.getElementById('img_'+tableau_nivo_1[i]).src = img_fleche_1;
			if(document.getElementById('ul_'+tableau_nivo_1[i])){
				document.getElementById('ul_'+tableau_nivo_1[i]).style.display = 'none';
			}
			document.getElementById('a_'+tableau_nivo_1[i]).style.backgroundColor = '#FFF';	
		}
	}
	if(param2 == 'nivo2'){
		for(i = 0; i<tableau_nivo_2.length; i++){
			document.getElementById('img_'+tableau_nivo_2[i]).src = img_fleche_1;
			if(document.getElementById('ul_'+tableau_nivo_2[i])){
				document.getElementById('ul_'+tableau_nivo_2[i]).style.display = 'none';
			}
			document.getElementById('a_'+tableau_nivo_2[i]).style.backgroundColor = '#FFF';	
		}
	}
	if(param2 == 'nivo3'){
		for(i = 0; i<tableau_nivo_3.length; i++){
			if(navigator.appName == 'Microsoft Internet Explorer' && version.indexOf('MSIE 6.0') != -1){
				if(document.getElementById('a_'+tableau_nivo_3[i])){
					document.getElementById('a_'+tableau_nivo_3[i]).style.height = '17px';
				}
			}
			document.getElementById('img_'+tableau_nivo_3[i]).src = img_fleche_1;
			if(document.getElementById('ul_'+tableau_nivo_3[i])){
				document.getElementById('ul_'+tableau_nivo_3[i]).style.display = 'none';
			}
/*			document.getElementById('a_'+tableau_nivo_3[i]).style.backgroundColor = '#FFF';	
*/		}
	}
	if(navigator.appName == 'Microsoft Internet Explorer' && version.indexOf('MSIE 6.0') != -1){
		if(document.getElementById('a_'+param)){
			document.getElementById('a_'+param).style.height = '15px';
		}
	}
	if(param2 == 'nivo1'){
		document.getElementById('a_'+param).style.backgroundColor = '#f4f4f4';	
	}
	if(param2 == 'nivo2'){
		document.getElementById('a_'+param).style.backgroundColor = '#f4f4f4';	
	}
/*	if(param2 == 'nivo3'){
		document.getElementById('a_'+param).style.backgroundColor = '#f4f4f4';	
	}
*/	if(document.getElementById('ul_'+param)){
		document.getElementById('ul_'+param).style.display = 'block';
		document.getElementById('img_'+param).src = img_fleche_2;
	}
}

fermeture_menu_nivo4 = function(){
		for(i = 0; i<tableau_nivo_3.length; i++){
			if(document.getElementById('ul_'+tableau_nivo_3[i])){
				document.getElementById('ul_'+tableau_nivo_3[i]).style.display = 'none';
			}
		}
}

