window.onload = function(){
  document.onselectstart = function() {return false;}
  document.onmousedown = function() {return false;}
}



