function imgSwap(imgObj, imgFile)
{
	if (x = document.getElementById(imgObj)) x.src = 'images/'+imgFile;
}
