function PopupImage(img) {
titre="BIDAIA";
w=open("",'image','width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE><Link rel='stylesheet' href='http://www.bidaia.com/style.css' media='all' type='text/css'><style>body { background-color: #BD69CE; }</style></HEAD>");
w.document.write("<BODY onload='checksize()'><br><div align='center'><a href='javascript:window.close();'><IMG id='zoom' src='http://www.bidaia.com/"+img+"'></a><p align='center'><a id='fermer' href='javascript:window.close();'>FERMER LA FENETRE</a></p></div>");
w.document.write("<");
w.document.write("SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+12+46,document.images[0].height+12+118); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
w.document.write("");
w.document.write("</BODY></HTML>");
w.document.close();
}