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