//-------function email
var a=new Array("@","contact","com","rbsroutage");var ea=a[1]+a[0]+a[3]+"."+a[2];
function monemail(){  document.write("<a href=\"mailto:"+ea+"\"  class=\"pied\">"+ea+"</a>");}
//-------fin fonction email

window.onload=demarrage;
function demarrage(){

	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
 MM_preloadImages('taille-800-centre.jpg');
}


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';}

}

var closetime=0;

function fermemenu() {
   closetime = window.setTimeout(function(){montre('');}, 800);
}   
function stopfm() {
   clearTimeout(closetime);
}


