// JavaScript Document
function onMouseOverL()
{
	document.getElementById('top_img').src='img/main/top_center02.png';
}
function onMouseOverR()
{
	document.getElementById('top_img').src='img/main/top_center03.png';
}
function onMouseOut()
{
	document.getElementById('top_img').src='img/main/top_center01.png';
}

