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