// JavaScript Document
document.body.oncontextmenu=function(){return false;};
document.body.ondragstart=function(){return false;};
document.body.onselectstart =function(){return false;};
//document.body.nselect=function(){document.selection.empty();};
//document.body.oncopy=function(){document.selection.empty();};
//document.body.onbeforecopy=function(){return false;};
//document.body.onmouseup=function(){document.selection.empty();};
//document.body.oncut=function(){return false;};
//document.body.onselectstart=function(){return false;};
//document.oncontextmenu=function(){return false;};
//window.onerror = function(){return false;};