function popupdialog(pagephp, x, y, h, w) {
  var winmatchs = window.open (pagephp, 'FFBdialog',
      'height='+h+', width='+w+', top='+x+', left='+y+
      ',toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, directories=no, status=no');
  winmatchs.focus();
}
function popident() {
  popupdialog('../identification/moncompte.php', '100', '100', '350', '350');
}
function Travaux() {
  alert('en travaux');
}

