$(document).ready(function(){
	$('#menu').spritemenu({
		grid:"/ui/img/menu.png",
		buttonwidth: 120,
		buttonheight: 80,
		speed: 'slow',
		easing: 'easeOutBounce',  //You need the easing plugin for anything other than 'swing' or 'linear'
		animate: 'height'
	});
	$('#menu2').spritemenu({
		grid:"/ui/img/menu.png",
		buttonwidth: 120,
		buttonheight: 80
	});
});
