function swap(imgName,fileName)                {        if (document.images) document[imgName].src="images/"+fileName+".gif";        }