function PopupImage() {
	titrepop="Eufirelab Hotline";
	w=open("",'','width=400,height=400,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 leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
	w.document.write("<table><tr><td style='font-family:Arial;font-size:75%;font-weight:bold;'>Eufirelab Hotline</td></tr>");
	w.document.write("<tr><td style='font-family:Arial;font-size:75%;'>Please, report any problem by e-mail to the <a href='mailto:daniel.alexandrian@mtda.fr'>webmaster</a>. <br/>Do not only write &laquo;it doesn't work !&raquo;. ");
	w.document.write("Indicate as many details as possible (what you have done/what happened, which computer, OS, browser and Internet connection you are using).");
	w.document.write("Sometimes, it is useful to use the &laquo; print screen &raquo; button of your keyboard to save screen messages and add some images to your e-mail.<br/>");
	w.document.write("Most of the time, you will be answered within 24h (sometimes, 48h, in case of travel).<br/>");
	w.document.write("You will be kindly asked to confirm, as soon as a solution to your problem is found<br/>");
	w.document.write("<div align=center><A HREF='javascript:fermer();'>Close</a></div>");
	w.document.write("</td></tr></table></BODY></HTML>");
	w.document.close();
}