//画像のロールオーバー

function SwapImg(name,url) {
	document.images[name].src=url;
	}
