function click() {
if (event.button==2) {
alert('Copyright by Arne Goethe, Do Not Duplicate or Redistribute In Any Form')
}
}
document.onmousedown=click
