var fDesc=new Array(); fDesc[0] = "Portable Download Manager is a Windows download manager application that makes it easy to download video/audio streams and files from Internet sites at the maximum available speed. Download resume is supported. Multiple channels technology significantly reduces download time.
Portable Download Manager supports a wide range of downloads: from usual and secured (HTTPS) Web sites, FTP servers, Real Media and Microsoft Media stream servers. The support of stream protocols makes it simple to download stream video and audio for offline viewing."; 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 = ''; } }