function ouvreImage(img) {
	w=open("",'image','width=100,height=100,toolbar=no,scrollbars=no,resizable=no');
	w.document.write("<script language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+50,document.images[0].height+120); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
	w.document.write("<style type=text/css>body{background:#702800; margin:0; font-family:Verdana, Arial, sans-serif; font-size:0.8em; color:#7C2800;}</style><title>photo grand format</title>");
	w.document.write("<body onload='checksize()' oncontextmenu='return false' ondragstart='return false' onselectstart='return false'  topmargin='0' class=popup>");
	w.document.write("<table width=90% align=center border=0 cellpadding=0 cellspacing=0><tr><td height='22' align='center' bgcolor='#D6C285'><strong>March&eacute; des Iles</strong></td></tr>");
	w.document.write("<tr><td align='center'>");
	w.document.write("<a title=Fermer href=\"javascript:window.close()\"><img border='0' src='"+img+"'></a>");
	w.document.write("</td></tr></table");
	w.document.write("");
	w.document.write("</body></html>");
	w.document.close();
}
