function affgd(img) {
	titre="expo monstres";
	w=open("",'image','width=50,height=50,left=50,top=15,toolbar=no,scrollbars=no,resizable=yes');	
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href='javascript:parent.close()'><IMG src='../moyen/"+img+"' border=0 alt='cliquez sur l&#39;image pour fermer la fenetre'></a>");
	w.document.write("");
	w.document.write("</BODY></HTML>");
	w.document.close();
}
function affzoom(img) {
	titre="expo monstres";
	w=open("",'image','width=800,height=600,left=0,top=0,toolbar=no,scrollbars=yes,fullscreen=yes');	
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD><link rel=stylesheet type=text/css href=../style.css><p align=center>");
	w.document.write("<BODY leftMargin=0 topMargin=0 marginwidth=0 marginheight=0 bgcolor=#000000><a href='javascript:parent.close()'><IMG src='../zoom/"+img+"' border=0 align='absmiddle'  alt='cliquez sur l&#39;image pour fermer la fenetre'></a>");
	w.document.write("");
	w.document.write("</BODY></HTML>");
	w.document.close();
}