document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
// true
document.oncontextmenu=new Function("event.returnValue=true;");
document.onselectstart=new Function("event.returnValue=true;");