var fDesc=new Array(); fDesc[0] = "LeechGet is a download manager that uses a very nice, modern, Microsoft Outlook-like user interface and seamlessly integrates into Internet Explorer, allowing you to easily start and manage your downloads. In addition, LeechGet provides many features, such a automatic downloading, resume of broken downloads, a download timer, automatic hang-up and shutdown and more. A built-in web parser lets you download complete website with all images and scripts in no time. LeechGet also provides a history of your downloaded files, sorted by day, week and month. Additional features include a file drop icon, a speed monitor and much more."; 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 = ''; } }