var fDesc=new Array(); fDesc[0] = "Makelogictail shows the last few lines of a growing log file in real time. It comes with an easy to use GUI. Tail can be used to monitor the log files of various servers. Ex. Error logs and access logs of web servers.

Main features:
- Used for monitoring log files in real time
- Projects: Group related log files in one project
- Highlights keywords in different colors
- Users can choose the keywords
- Search the log files
- Easy to use GUI with Drag and Drop features
- Works on Windows 2003, XP, 2000, 98, NT and Linux
- Multiple log files can be tailed at the same time
- Shows line number and column number of the cursor
- Shows last modified date and time
- Keeps track of recently opened documents"; 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 = ''; } }