function SwapImage ( ImgID, ImgName )
{
		if (document.images)
  		document.images[ImgID].src = ImgName;
}