
function swapMainImg(image)
{

	mainImage = document.getElementById('mainimage');
	mainImage.src = image;

}
