Event.observe(window, "load", function() {
	
	$$("img").each(function(item) {
			item.oncontextmenu = function() {return false};
	});
});