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

