function afficheMaxi(chemin)
{
i1 = new Image;
i1.src = chemin;
html = '
Image';
popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,top=100,left=100,width=100,height=100');
popupImage.document.open();
popupImage.document.write(html);
popupImage.document.close();
}
function aide()
{
window.open('http://www.xponsor.com/aide/index.html','Aide','toolbar=0,location=0,scrollbars=1, status=0,width=540,height=340');
};
function valider(radio)
{
for (var i=0; i