<!--
// Dimensions pour les fiches d'identité des membres
var idendim="width=750,height=600,left=0,top=0,toolbar=no,menubar=no,status=no,scrollbars=no";

// Dimensions pour le rectangle de démission
var demidim="width=300,height=100,left=100,top=100,toolbar=no,menubar=no,status=no,scrollbars=no";

// Dimensions pour les jaquettes des CD
var diskdim="width=420,height=480,toolbar=no,menubar=no,status=no,scrollbars=no";

// Dimensions pour les programmes des soirées
var progdim="width=440,height=640,toolbar=no,menubar=no,status=no,scrollbars=1";

// Article de journal
var artidim="width=500,height=720,left=100,top=0,toolbar=no,menubar=no,status=no,scrollbars=1";

var newWindow; var newContent; //Nvlle définition avec les pages dans le sous-dossier "code"
function showimage(nimag) {
    newWindow=window.open("","",dime[nimag]);
    nomi=X+nimag+".jpg";
    if (nimag<100) { nomi=X+"0"+nimag+".jpg"; }
    if (nimag<10) { nomi=X+"00"+nimag+".jpg"; }
    newContent ="<html>\n";
    newContent+="<head>\n";
    newContent+="<title>"+titreF+"</title>\n";
    newContent+="<link rel='stylesheet' type='text/css' href='../css/fstylebase.css' />\n";
    newContent+="<style> body { margin-top:0; margin-left:0; }</style>\n";
    newContent+="</head>\n";
    newContent+="<body>\n";
    newContent+="  <div class='textcentre'>\n";
    newContent+="    <b>"+text[nimag]+"</b><br />\n";
    newContent+="    <img src='../../imag/"+chemin+nomi+"' alt='"+texteA+"' /><br />\n";
    newContent+="    <a href='' onclick='window.close();'  onmouseover='window.status=\"Fermer la fen&ecirc;tre\"; return true'>\n";
    newContent+="    <img src='../icon/fermerb.gif' onmouseover='this.src=\"../icon/fermerc.gif\";' onmouseout='this.src=\"../icon/fermerb.gif\";' alt='F E R M E R' /></a>\n";
    newContent+="  </div>\n";
    newContent+="</body>\n";
    newContent+="</html>";
    newWindow.document.write(newContent); newWindow.document.close(); 
}

function Vimag(nimag) {
    newWindow=window.open("","",dime[nimag]);
    nomi=X+nimag+".jpg";
    if (nimag<100) {nomi=X+"0"+nimag+".jpg"; }
    if (nimag<10) {nomi=X+"00"+nimag+".jpg"; }
    newContent="<html><head><title>"+titreF+"</title>";
    newContent+="<link rel='stylesheet' type='text/css' href='css/fstylebase.css' /><style> body { margin-top:0; margin-left:0; }</style></head>";
    newContent+="<body><div class='textcentre'><b>"+text[nimag]+"</b><br /><img src='../imag/"+chemin+nomi+"' alt='"+texteA+"' />";
    newContent+="<br /><a href='' onclick='window.close();'  onmouseover='window.status=\"Fermer la fen&ecirc;tre\"; return true'>";
    newContent+="<img src='icon/fermerb.gif' onmouseover='this.src=\"icon/fermerc.gif\";' ";
    newContent+="onmouseout='this.src=\"icon/fermerb.gif\";' alt='F E R M E R' /></a></div>\n</body>\n</html>";
    newWindow.document.write(newContent); newWindow.document.close(); 
}
function Uimag() {
    newWindow=window.open("","",dimension);
    newContent="<html><head><title>"+titreF+"</title>";
    newContent+="<link rel='stylesheet' type='text/css' href='css/fstylebase.css' /><style> body { margin-top:0; margin-left:0; }</style></head>";
    newContent+="<body><div class='textcentre'><b>"+legende+"</b><br /><img src='../imag/"+chemin+nomi+"' alt='"+texteA+"' />";
    newContent+="<br /><a href='' onclick='window.close();'  onmouseover='window.status=\"Fermer la fen&ecirc;tre\"; return true'>";
    newContent+="<img src='icon/fermerb.gif' onmouseover='this.src=\"icon/fermerc.gif\";' ";
    newContent+="onmouseout='this.src=\"icon/fermerb.gif\";' alt='F E R M E R' /></a></div>\n</body>\n</html>";
    newWindow.document.write(newContent); newWindow.document.close(); 
}
-->

