$(document).ready(function() 
{		
		function exit(){return false;}
		document.body.oncontextmenu=exit;				
		
});

