function wopen(uri,width,height){ 
    newWin = window.open(uri,'','status=no,resizable=yes,toolbars=no,scrollbars=yes, width=' + width + '+5,height=' + height +"+5");
    return newWin;
}

function wopenbis(uri,width,height){ 
    newWin = window.open(uri,'','location=yes,menubar=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,directories=no, width='+width+',height='+height);
    return newWin;
}

function debmessage(){
  nom = "ets.gordet";
  domaine = "wanadoo.fr";
  document.write('<a href=mailto:'+ nom + '@' + domaine +'>');
  return true;
}

function finmessage(){
 document.write('</a>');
}
