function mouse() { 
  if (event.button==2) { 
    alert('Prawa autorskie zastrzeżone!');
  } 
} 
document.onmousedown=mouse;