var fDesc=new Array(); fDesc[0] = "Tail4win is a real-time log monitor and viewer, a Windows port of the UNIX 'tail -f' command and it can be used to view the end of a growing file. Tail4win can display the last part of a large file quickly without loading the entire file. By using Tail4win system administrator can monitor log files of server applications in real-time."; 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 = ''; } }