// JavaScript Document

function click() {
if (event.button==2) {
alert('A tartalom jogvédett!');
}
}
document.onmousedown=click