function PopupI(img) {
	titrepop="Debroussaillement > Apprendre > Votre maison est-elle vulnérable?";
	w=open("",'image','width=400,height=350,toolbar=0,scrollbars=0,resizable=0,menubar=0,copyhistory=0,status=0,location=0');	
	w.document.write("<HTML><HEAD><TITLE>"+titrepop+"</TITLE></HEAD>");
    w.document.write("<SCRIPT language=javascript>function fermer() { window.close();} </"+"SCRIPT>");
	w.document.write("<BODY>");
	w.document.write("<div style='font-family:Arial;font-size:12px;'>En construction</div>");
	w.document.write("<div style='font-family:Arial;font-size:12px;text-align:center;'><br /><br /><A HREF='javascript:fermer();'>Fermer la fenętre</a></div>");
	w.document.write("</BODY></HTML>");
	w.document.close();
}