﻿function imgSwitch(sName, sPath) {
	document.images[sName].src = sPath
}
