
function verfonte()
{
if (event.button==2)
{
window.alert ("Jose Crispim - Information Systems - Copy not Authorized")
}
}
document.onmousedown=verfonte


<!--

function keypressed()
{
alert('Jose Crispim - Information Systems - Copy not Authorized');
}
document.onkeydown=keypressed;
//-->
