<!-- 
function SwapImage(imgObj, cachedImgObj){
	eval('document.' + imgObj + '.src=' + cachedImgObj + '.src');
}
// -->