function high(obj) { obj.firstChild.style.color="#FFCC66"; }; function low(obj) { obj.firstChild.style.color="#FFFFFF"; };