/* メニューイメージの切替 */

function swapImage(btnObj,sURL){
	btnObj.src = sURL;
}
function pageMove(linkUrl){
	location.href = linkUrl;
}
