// untitled1.java

function click() {
if (event.button==2) {
alert("Protected by copyright");
}
}
document.onmousedown=click
// end hide--&gt; 
