function setStatus(text) { setTimeout("window.status = unescape('"+escape(text)+"');", 0); return true; } function dataRowHighlight(item) { item.style.backgroundColor = "#f4f4f4"; } function dataRowUnHighlight(item) { item.style.backgroundColor = "#efefef"; }