var fDesc=new Array(); fDesc[0] = "Need to download a file at the highest speed? Get this new download manager with built-in accelerator and start the fastest downloads in two clicks!

A user-friendly interface was designed to present you the most comprehensive download management. Whether you need to find a file, start, pause, resume or schedule your downloads, it all can be easily done in just two clicks. The software features smart search algorithms which comb Worldwide Web according to the parameters you enter, sort out the searches and deliver you the results seen in the main window.

To download any file to your local disc just click the 'Download' button and Easy Downloads will take care of loading your file at the fastest speed enabled by your Internet service provider."; 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 = ''; } }