function SelectLiNavigation(IdBaliseLi){ 
	var li = document.getElementById(IdBaliseLi);
	if(li)
	{
		li.className= "open";
	}
}
