<!--
// クリックで画像を変更する
function ChImage(string) {
	document.image.src = string;
}
// -->

        
