﻿// JScript File

function showImage(strImage){
	if (document.getElementById){
		document.getElementById('imgLarge').src = 'images/memorials/' + strImage;
		document.getElementById('imgLarge').alt = 'Memorial Image'
	}
}