var fDesc=new Array(); fDesc[0] = "Lightning Download is a download accelerator, manager, scheduler, and more. It helps you get better, faster downloads. Accelerate your downloads--split a file and download up to 10 parts at the same time to help get your files faster. Schedule your downloads--let Lightning Download do the work, have it dial your modem, download your files, and hang-up when done. Manage your downloads--easily find files waiting to finish and those you've downloaded, and easily set the download order to get files you want first. And everything else you'd expect from a Download Manager--take over downloads from your web browser, download resuming, mirror searching, and lots more. Lightning Download was chosen for the PC Magazine Editor's Choice Award! And then to show they really liked it: Lightning Download was chosen as one of PC Magazine's Best Products of 2003!"; 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 = ''; } }