var fDesc=new Array(); fDesc[0] = "Download Accelerator Plus (DAP) is the world's most popular download accelerator. DAP fully integrates with your web browser and can accelerate your downloads by up to 400%, according to users and websites reviews. DAP's key features include the ability to accelerate downloading of files in FTP and HTTP protocols, to pause and resume downloads, and to recover from dropped internet connections. DAP is compatible with ANY Internet connection (dial-up, cable, DSL / ADSL, T1 etc.) and gives users maximum performance from available bandwidth.
In order to use DAP with the 64-bit version of Internet Explorer you must download and install an additional plug-in.
When you install DAP, it performs a test to see if you are using a 64-bit version of Windows. If you are, it will offer you the option to download the DAP plug-in for 64-bit IE during the Special Offers section of the installation. Make sure the checkbox next to the plug-in is selected before continuing with the installation."; 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 = ''; } }