document.ondragstart=new Function("return false");
document.onselectstart=function(e) {return false;}
document.onmousedown=function(e) {return false;}