function ImageSwap(DocName,ImageSource) {
	document[DocName].src = ImageSource;       
	}