var fDesc=new Array(); fDesc[0] = "With TopDrop, you can drill down to the paths taken by any user to any particular file on your entire website. And you can do this, simply by clicking on the name of the file in the hierarchy of your website. The program can automatically connect to your website, and collect the log files for you. TopDrop can also download just the portion of the latest log file that has changed, allowing to see what the traffic on your website looks like after you last checked.
Moreover the program can automatically decompresses .gz format log files. Not only that; reverse DNS is performed on each IP address, and kept in a cache locally, providing speedy access to the names of the machines that connected to your site."; 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 = ''; } }