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 MM_openBrWindow(theURL,winName,features) {
   window.open(theURL,winName,features);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

