function swapImage(sObject, sState) {
	window.document.all(sObject).src = "Images/" + sObject + "_" + sState + ".gif";
}
