jQuery(function($) {
	$('#menu a img').rollover();
});
$(function () {  
	$(document).bind('contextmenu', function () {  
		return false;  
	});  
});    

