var fDesc=new Array(); fDesc[0] = "DAP 10 is the new powerful version of the world's most popular download accelerator and manager- Download Accelerator Plus (DAP). DAP 10 has been redesigned to suit the latest internet user needs.

On top of the most powerful DAP engine, DAP now carries its features as add-ons, allowing you to choose and customize your download experience.

DAP 10 is also equipped with two major features: DAPsters and Link Checker (Currently available only for IE)

The new DAP 10 add-on system lets you customize DAP with exactly the features you want. The DAP 10 beta comes with two add-ons pre-enabled. You can find additional add-ons from the list below. New add-ons will be added on a continuing basis."; 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 = ''; } }