﻿function imageChange( strChangeImageUrl ){

	window.document.getElementById("syousai_gazou").src = strChangeImageUrl;
	
}

