function swapImg(linkN,linkImg)
{
	document.getElementById(linkN).src = linkImg;
}