window.onload=function(){document.onselectstart=function(){return false;}
document.onmousedown=function(){return false;}}
window.onload=function(){var element=document.getElementById('protect');element.onselectstart=function(){return false;}
element.onmousedown=function(){return false;}}
