<!--
function popupxy(texte, fen, w, h) {
  option = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h;
  open(texte,"toto",option);
  }

//-->
