


//クリック時に画像を切り替える
function display_change(img_pass, text){

	document.images["big_image"].src = img_pass;
	document.getElementById("photo_text").innerHTML = text;
	

}


