
function PopupImage(img) {
	Fenetre = window.open('','Image','width=20,height=20,toolbar=no,scrollbars=no,resizable=no');
  	Fenetre.document.write("<html><head><title>LFA CONCEPT</title></head>");
  	Fenetre.document.write("<script type=\"text/javascript\">function twAjustePopUp() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+50,document.images[0].height+80); window.focus();} else { setTimeout('twAjustePopUp()',1000) } }</"+"script>");
  	Fenetre.document.write("<body onload='twAjustePopUp()' onblur='window.close()' onclick='window.close()' bgcolor='#000000' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
  	Fenetre.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr><td valign='middle' align='center'>");
    Fenetre.document.write("<table width='20' border='0' cellspacing='0' cellpadding='0' height='20'><tr><td valign='middle' align='center'>");
  	Fenetre.document.write("<img src='"+img+"' border='0' alt='Réalisation LFA CONCEPT' title='copyright LFA CONCEPT'>");
    Fenetre.document.write("</td></tr></table>");
  	Fenetre.document.write("</td></tr></table></body></html>");
  	Fenetre.document.close();
}
