document.onselectstart=new Function('return false');
function md(e){return false;}
function dc(){return true;}
document.onmousedown=md;
document.onclick=dc;