function afficheMaxi() {
 html = '<HTML><HEAD><TITLE>Infos Légales</TITLE></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><IMG SRC="images/il-texte.gif" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+10,document.imageTest.height+50)"></CENTER></BODY></HTML>';
 popupImage = window.open('','_blank','toolbaw0,scrollbars=1,resizable=1,top=30,left=30');
 popupImage.document.open();
 popupImage.document.write(html);
 popupImage.document.close()
}
function voleur(e)  { return false; }
function bien() { return true; }

document.onselectstart=new Function ("return false");
if (window.sidebar) { document.onmousedown=voleur; document.onclick=bien; }
