/* Insight Web Design - Copyright 2008

changes the larger images on click

*/
 
function showImage(element,imagePath)
{	
	document.getElementById(element).setAttribute('src',imagePath);	
}
