<!--
function click() {
if (event.button==2){
alert('Botão direito bloqueado!') }
}
document.onmousedown=click
// -->