// Bibliothèque de fonctions commune à toutes les pages du site
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 popup(numero) {
largeur=460;
hauteur=400;
posx = (screen.width - largeur)/2;
posy = (screen.height - hauteur)/2;
var w=window.open("formulaire.html?num=" + numero,"formulaire","width="+largeur+",height="+hauteur+",screenX="+posx+",screenY="+posy+",left="+posx+",top="+posy+",menubar=0,toolbar=0,location=0,status=0,scrollbars=yes");
w.focus();
}