$(document).ready(function()
	  {
	    $(document).bind("contextmenu",function(event){
	      return false;
	    });
	  });
