/*ロールオーバー*/
function rollImg(imgName, imgURL){
	document.images[imgName].src = imgURL;
}

