var fDesc=new Array(); fDesc[0] = "Download Direct (also known as DLD) was developed to accelerate your downloads by up to 500% (sometimes more) and let you manage them via one central screen.

Main features:

Accelerates downloads up to 500% (sometimes more)
Manage all downloads via one central screen
Uses mirrors to find the fastest file location (achieves even more speed)
Pause and resume downloads at anytime
Resume broken downloads
Preview music and movies while downloading
Added support for BitTorrent files
Built-in calender to schedule downloads
Easy to use and configure with a fully graphic interface
Quick save files to your favourite folders with MyFolders
In-depth statistics on download details
Unlimited simultaneous downloads
Simplified lists help sort and group downloads
Easy file management with MyFolders
Download files without progress windows
Keep track of old downloads with Download History
Automate tasks on download completion and errors"; 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 = ''; } }