	function swapImage(theImage, theSrc) {
		document.all[theImage].src = theSrc;
	}

