<!--
// Dimensions pour les fiches d'identité des membres
var idendim="width=720,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=460,toolbar=no,menubar=no,status=no,scrollbars=no";

// Dimensions pour les programmes des soirées
var progdim="width=440,height=540,toolbar=no,menubar=no,status=no,scrollbars=1";

// Article de journal
var artidim="width=500,height=500,left=0,top=0,toolbar=no,menubar=no,status=no,scrollbars=1";

var newWindow; var newContent;
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='sjs/fstyle.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='images/fermerb.gif' onmouseover='this.src=\"images/fermerc.gif\";' ";
    newContent+="onmouseout='this.src=\"images/fermerb.gif\";' alt='F E R M E R' /></a></div></body></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='sjs/fstyle.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='images/fermerb.gif' onmouseover='this.src=\"images/fermerc.gif\";' ";
    newContent+="onmouseout='this.src=\"images/fermerb.gif\";' alt='F E R M E R' /></a></div></body></html>";
    newWindow.document.write(newContent); newWindow.document.close(); 
}
-->
