/*ロールオーバー*/
function swapimg(ImgName, ImgSrc) {
document.images[ImgName].src=ImgSrc;
}