window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	if (d) {
		d.style.display='block';
		//ducument.getElementById("BtMenu-2").style.backgroundImage = "url(../../images/menu_arp_hover.gif)";
	}
}


function cache(id){
var d = document.getElementById(id);
	if (d){
		d.style.display='none';
	}
}


/*function setBackImg(btMenu) {
var btMenu_ = document.getElementById(btMenu);
	//if (btMenu_) {
		btMenu_.style.display='block';
		btMenu_.style.backgroundImage = "url(images/menu_arp_hover.gif)";
		//btMenu_.style.height="25px";
	//}
}*/
/*-------------------------------------*/

