function imageSwap(strName,toSrc){
	document.images[strName].src = toSrc;
}