function PGPopupImage(img, titre) {
	var w1=open("",'image','top=200,left=200,width=1,height=1,location=no, directories=no, status=no, menubar=no, toolbar=no,scrollbars=no,resizable=no');       
        w1.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");
        w1.document.write("<script type='text/javascript'>function checksize() {if (document.images[0].complete) { window.resizeTo(document.images[0].width+15,document.images[0].height+80); window.focus();}else { settimeout('checksize()',250) } }</"+"script>");
        w1.document.write("<body onload='checksize()' onblur='window.close()' onclick='window.close()' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
        w1.document.write("<div align='center'>");
        w1.document.write("<IMG src='http://www.golfdemachilly.com/trombines/" +img+ "' border='1' onMouseOver='parent.close()'>");
        w1.document.write("</div>");
        w1.document.close();
}
