<!--
function klick() {
if (event.button==2) {
alert('Sorry, but you have no rights on this website!')
}
}
document.onmousedown=klick
// -->