// swapImage: used to swap images
function swapImage(imgName,imgObj)
{
	eval("document." + imgName + ".src = " + imgObj + ".src");
}