function SwapImage(sId,sImageSrc){	document.getElementById(sId).src = sImageSrc;}
