function noclicdroit() {
  return(false);
}

document.oncontextmenu = noclicdroit;
