window.status = "Rolland MARIE  Guide de haute-montagne";

<!-- prechargement des images -->
function MM_preloadImages() { 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function mm_preloadImages() { 
  var d=document; if(d.images){ if(!d.mm_p) d.mm_p=new Array();
    var i,j=d.mm_p.length,a=mm_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.mm_p[j]=new Image; d.mm_p[j++].src=a[i];}}
}


function goHistorique(delta)
{history.go(delta);
}
function goPage(page)
{location.href = page;
}


<!-- ouvrir des popups -->
function popUp()
{
window.open("materielR.php","newFenetre","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=370,top=20,left=650");
}
function popUp1()
{
window.open("tarifsR.php","newFenetre","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200,top=100,left=650");
}
function popUp2()
{
window.open("niveauR.php","newFenetre","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200,top=160,left=650");
}
<!-- ouverture de lafenetre popup de la newsletter -->
function popUp3()
{
window.open("inscription.php","newFenetre","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=215,height=150,top=120,left=150");
}


<!-- ouverture pop up meteo -->
function PopupCentrer(page,largeur,hauteur,options) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
<!-- creation des onglets -->
    function show_hide(id) {
      var objet=document.getElementById(id);
      if (objet.style.display=='none') {
        objet.style.display='';
      }
      else {
        objet.style.display='none';
      }
    }
    
        function selection_menu(id, idmenu) {
	
		document.getElementById('menutopos').className='inactif';
		document.getElementById('menurecherche').className='inactif';
		document.getElementById('menulien').className='inactif';
		document.getElementById('menuacces').className='inactif';
	
		
		document.getElementById(idmenu).className='actif';
		
		/* masquer 'tablemassif','tablerecherche' */
		document.getElementById('tabletopos').style.display='none';
		document.getElementById('tablerecherche').style.display='none';
		document.getElementById('tablelien').style.display='none';
		document.getElementById('tableacces').style.display='none';
	
		/* montrer */
		document.getElementById(id).style.display='';
    }