jQuery().ready(function() {  

	jQuery(document).bind("contextmenu",function(e){
              return false;
       });
}); 