// JavaScript Document


function switchImages(Path, Title) {
	document.images["fullSizeImage"].src = Path ;
	document.getElementById('imageTitle').innerHTML = Title; 	
}