<!--

// タイマー変数の初期化
timer = "";

// スワップイメージ
function SwapImage(img) {
	obj = document.getElementById("image");
	obj.src = img;
}

//-->
