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