function switchImage(id, imageSrc)
{
	document.getElementById(id).src = imageSrc;
}

