document.oncontextmenu = function() {
return false;
}

document.onselectstart=new Function('return false');
function dMDown(e) {return false;}
function dOClick() {return true;}
document.onmousedown=dMDown;
document.onclick=dOClick;
