function PopupImage(img, x, y) {	titre="One shot images";	w=		w.document.write("<html><head><title>"+titre+"</title></head>");	w.document.write("<body leftMargin='0' topMargin='0' marginwidth='0' marginheight='0'><center><IMG src='"+img+"' border='0'></center>");	w.document.write("</body></html>");	w.document.close();}