function PopupImage(img) {
titre="© ATOC";
w=open("",'image','width=800,height=600,toolbar=no,scrollbars=no,resizable=no');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<STYLE type='text/css'>BODY {margin:0; padding:0;}DIV.calque {position:absolute; font-family:verdana, arial; text-align:center;}#fond { Z-index:0; top:200; left:100; color:blue;}#photo { Z-index:1; top:0; left:0;}#signature { Z-index:2; right:'10'; bottom:'0'; width=2790;}#signature { text-align: right; color=#FFFF00;}</STYLE>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><TR>");
w.document.write("<TD valign='middle' align='center'><DIV id='photo' class='calque'><IMG src='"+img+"' border=0 alt='© Copyright ATOC'></DIV><DIV id='signature' class='calque'><table border='0' cellpadding='0' cellspacing='0' bordercolor='#FF0000' height='45'><tr><td vAlign='middle'><DIV id='signature' class='calque' style='MARGIN-BOTTOM:0px';><img src='images/logo4.gif' width='100'height='80' style='MARGIN-RIGHT:145px';></td><td vAlign='middle' id='signature' class='calque' style='font-size: 18px';>ATOC</td></tr></table></DIV>");
w.document.write("</TD></TR></TABLE>");
w.document.write("</BODY></HTML>"); 
w.document.close(); 
}
