
function Right() {
if (event.button==2) {
alert('Sorry, not today! :-)')
}
}
document.onmousedown=Right
