// JavaScript Document
$(function(){

	$('img').bind('contextmenu', function(event){
			return false;
	}); 


});

