    document.onselectstart=mylock1;
    document.oncontextmenu=mylock1;
    function mylock1(){
      event.returnValue=false;
    }

