function changeItemLargePhoto(num) {
	var target = document.getElementById("itemPhotoLargeImage");
	target.src = itemLargePhotoList[num];
}

