<!--
function popup(img,long) {if(long==null)long=500;//img=nom du fichier image, long= Longueur de l'image en pixels (500 maximum)
 w=open(img,'image','top=100,left='+(screen.width-100-long)+',width=100,height=100,toolbar=no,scrollbars=no,resizable=no,location=no,url=no');	
	w.document.write("<HTML><HEAD><TITLE>Gérard Barray</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript>function checksize()  { X=document.images[0].width+20;  if (X>screen.width-300) X=screen.width-300; Y=document.images[0].height+95+30*(navigator.appName.indexOf('xpl')>0); if (Y>screen.height-150) Y=screen.height-150; window.resizeTo(X,Y); }</SCRIPT>");
     w.document.write("<style>body{background-color: #ffcc99;margin:2px; font-size:12px; font-weight:bold;color:#660033;}");
     w.document.write("img{margin:0;padding:0;border:solid #660033 1px;}</style>");
	w.document.write("<BODY onload='checksize()' onmousedown='window.close()' onkeydown='window.close()' onblur='window.close()'><div align=center><IMG src='"+img+" '><p></p>");
	w.document.write('<b>Cliquez pour fermer / Hit to close</b></div></BODY></HTML>');
	w.document.write("<SCRIPT language=javascript>{window.focus();}</SCRIPT>");
	w.document.close();
}
function over(img){document.getElementById(img).style.visibility='visible';}
function out(img){document.getElementById(img).style.visibility='hidden';}
function passe()
{var pass="";pass="_"+prompt("Mot de passe?/password?","");if(pass.toLowerCase()!="_colnem") window.top.location.href="../accueil.htm";}
-->
