function mouseover(txt) { window.status=txt; return true } function mouseout() { window.status=''; return true }