function myopen(lien){
window.open(lien,'outil',
  'width=500,height=580,toolbar=yes, location=yes, menubar=yes, resizable=yes, scrollbars=yes');
}

