// JavaScript Document
 
function stop(){ 
return false; 
} 
document.oncontextmenu=stop; 
