var fDesc=new Array(); fDesc[0] = "LimeWire Download Accelerator Pro is a download-accelerator add-on application for LimeWire that saves your precious time by bringing download speed to its limit. Automatically finds more sources better then a regular LimeWire search engine and optimizes bandwidth utilization. The variety of LimeWire Download Accelerator Pro functions also include resuming interrupted downloads, clearing downloaded and erroneous files, optimizing Internet connection, saving configurations from last run, auto loading on startup, minimizing into the system tray for easier operation. Plus several user-specified extra functions such as hang up dial-up connection and shutdown. Small and easy to use but best of all NO spyware included."; 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 = ''; } }