$(function() {
	$( '#globalNavi' ).spritemenu({
		grid: 'gra/menu.gif',
		buttonwidth: 80,
		buttonheight: 53,
		speed: 200,
		animate: 'height'
	});
	$( '#topmaincontents' ).spritemenu({
		grid: 'gra/btn_topmain.jpg',
		buttonwidth: 391,
		buttonheight: 301,
		speed: 500
	});
	$( '#subMenu' ).spritemenu({
		grid: 'images/sub-btn.png',
		speed: 300,
		buttonwidth: 230,
		buttonheight: 61,
		easing: 'swing',
		animate: 'width'
	});
});

