
document.onselectstart = function() {return false;}
document.onmousedown = function() {return false;}
document.oncontextmenu = function(){return false}

