function PopupImage(img) { 
titre="Agrandissement"; 
w=open("",'image','width=750,height=350,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<html>\n<head>\n<title>"+titre+"</title>\n</head>\n"); 
w.document.write("<script language=javascript>\nfunction checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+20,document.images[0].height+60); window.focus();} else { setTimeout('checksize()',250) } }\n</"+"script>\n"); 
w.document.write("<body onload='checksize()' onblur='window.close()' onclick='window.close()' style='margin=auto;'>\n");
w.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'>\n<tr>\n");
w.document.write("<td valign='middle' align='center'>\n<img src='"+img+"' border='0' alt='Espace ELEC- 576 route d Apremont 73490 La Ravoire t&eacute;l: 04 79 33 49 88' title='Espace ELEC- 576 route d Apremont 73490 La Ravoire t&eacute;l: 04 79 33 49 88'>\n"); 
w.document.write("</td>\n</tr>\n</table>\n");
w.document.write("</body>\n</html>"); 
w.document.close(); 
} 

