

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

