// JavaScript Document
//ロールオーバー
function rollover(imgObj, imgURL)
{
	imgObj.src = imgURL;
}