﻿
function ChangeImageLeft(Big,TextAlt) {
	document.getElementById('center_left_image').src = Big;
	document.getElementById('center_left_image').alt = TextAlt;
	document.getElementById('center_left_image').title = TextAlt;
}
