
   document.oncontextmenu = function() {

     // alert('comment');

      return false;

   }


