//キャプションの切り替えfunction changeCap(i,j){document.img.src=i;if (document.getElementById){document.getElementById("caption").innerHTML=msg[j];}}