function openwin(cible) {
  window.open(cible,'popup','resizable=yes, scrollbars=no');
}
