function popup(f,nom, w, h, scroll)
 {
  window.open(f, nom, 'resizable=no,scrollbars=' + scroll + ',left=0,top=0,menubar=no,width=' + w + ',height=' + h);
 }
