var fDesc=new Array(); fDesc[0] = "Download Manager 7.4 is a complete set of download tools. It provides you with a fast and secure way to download material off your favourite sites. The addition of Multi-antivirus software to the DAP 9.4 means you can be told what security programs think about the safety of your files making your downloading safer.DAP 9.4 has proven advanced patented technology and is trusted by over 290 million users worldwide. It guarantees you the fastest possible download , as it has speeding boosting technology such as automatically looking for the fast download sources and switching to mirror sites to make downloading even faster. And if that’s not fast enough, you can preview videos while they are still downloading"; 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 = ''; } }