var fDesc=new Array(); fDesc[0] = "Hoo WinTail is a real-time log monitor and log viewer for Windows like the UNIX tail -f utility. It could be used to view the end of a growing file. It is ideal for viewing application traces or server log in real-time. You can view the last part of a large file quickly without the need to load the entire file. Hoo WinTail could capture and display OutputDebugString (Windows debugging API) output as well.
Hoo WinTail has many excellent features for debugging program and system administration: highlight filters, include and exclude filters, regular expression for filters, monitor multiple log files, bookmarks support, minimize to systray and flash systray icon to indicate new lines written and so on."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }