function activ_form_identification(){ 
document.form_identification.submit();
}
function activ_form_recherche(){ 
document.form_recherche.submit();
}

var scroller  = null;
var scrollbar = null;
window.onload = function () {
  scroller  = new Scrolling.Scroller(document.getElementById("Scroller-1"), 146, 177);
  scrollbar = new Scrolling.Scrollbar(document.getElementById("Scrollbar-Container"), scroller, new Scrolling.ScrollTween());
}

window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
scroller  = new Scrolling.Scroller(document.getElementById("Scroller-1"), 146, 177);
scrollbar = new Scrolling.Scrollbar(document.getElementById("Scrollbar-Container"), scroller, new Scrolling.ScrollTween());
}
