// JavaScript Document
function click() { 
if (event.button==2) { 
alert('Acesso Negado');
} 
}
document.onmousedown=click; 
