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