function afficheMaxian(chemin) {
i1 = new Image;
i1.src = chemin;
html = '
Image';
html += '
';
popupImage = window.open('','_blank','toolbar=0,status=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=0,top=100,left=100,width=640,height=640');
popupImage.document.open();
popupImage.document.write(html);
popupImage.document.close();
return false;
}
var contenant = '\
\
Galeries-pub\
\
\
\
\
\
 | \
 | \
 | \
 | \
\
\
 | \
 | \
 | \
 | \
\
\
 | \
 | \
 | \
 | \
\
\
 | \
 | \
 | \
 | \
\
\
\
';
document.write(contenant);