function ouverture(img) 
{
	titre="Landhof";
	w=open("",'image','width=450,height=450,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("<style type=\"text/css\"><!--a {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; color: #000000; text-decoration: underline;} --></style>");
	w.document.write("<BODY bgcolor=\"#F2F4E4\" onload=\"checksize()\" leftMargin=\"0\" topMargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");
	w.document.write("<div align=\"center\"><a href=\"#\" onclick=\"window.close();\"><IMG src=\""+img+"\" border=0></a><br><br><a href=\"#\" onclick=\"window.close();\"> Fermer la fen&ecirc;tre</a><br></div>");
	w.document.write("</BODY>");
	w.document.write("</HTML>");

	w.document.close();
}
