<!--popup photos-->
function popup (photo, titre, largeur, hauteur)  { 
        var contenu="<html><head><title>"+titre+"</title></head><body topmargin='0' leftmargin='0'><p><a href='javascript:self.close()'><img border='0' src='../"+photo+"'></a><div id='calque1' style='position:absolute; z-index:1; left:2; top:2'><i><font size='1' face='Verdana, Arial, Helvetica, sans-serif'>Cliquez sur l\'image pour fermer.</font></i></div></p></body></html>";
        var fenetre=open("","","title="+titre+",resizable=no,width="+largeur+",height="+hauteur+"");
        fenetre.document.write(contenu);
        }
		
function changer() {
var site = document.menu.article.selectedIndex;
{
window.location.href = document.menu.article.options[site].value;
}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function hover(obj){
  if(document.all){
    UL = obj.getElementsByTagName('ul');
    if(UL.length > 0){
      sousMenu = UL[0].style;
      if(sousMenu.display == 'none' || sousMenu.display == ''){
        sousMenu.display = 'block';
      }else{
        sousMenu.display = 'none';
      }
    }
  }
}

function setHover(id){
  LI = document.getElementById(id).getElementsByTagName('li');
  nLI = LI.length;
  for(i=0; i < nLI; i++){
    LI[i].onmouseover = function(){
      hover(this);
    }
    LI[i].onmouseout = function(){
      hover(this);
    }
  }
}
function open_fen(URL,name,param) {	
	fen=window.open(URL,name,param);
	fen.focus();
	}
	
<!--menu-->
var xObjet=0,yObjet=0,yNewObjet=0,objet="",rafraichissement=0
function Fixer(ceci,xCeci,yCeci){objet=ceci;xObjet=xCeci;yNewObjet=yCeci;yObjet=yCeci;positionnerObj(objet,xObjet,yNewObjet);boucle()}
function boucle(){
	if(Math.abs(yObjet+yScrollPage()-yNewObjet)>10){yNewObjet+=parseInt((yObjet+yScrollPage()-yNewObjet)/10);positionnerObj(objet,xObjet,yNewObjet);rafraichissement=1}
	else{rafraichissement=100}
	tFixage=setTimeout('boucle()',rafraichissement)
}
function positionnerObj(nom,gauche,haut){
	if(document.all){document.all(nom).style.left=gauche;document.all(nom).style.top=haut}
	else if(document.getElementById){document.getElementById(nom).style.left=gauche+"px";document.getElementById(nom).style.top=haut+"px"}
	else if(document.layers){document.layers[nom].left=gauche;document.layers[nom].top=haut}
}
function yScrollPage() {
	if(document.all){return(document.body.scrollTop)}
	else if(document.getElementById){return(frames.pageYOffset)}
	else if(document.layers){return(frames.pageYOffset)}
}



