var fDesc=new Array(); fDesc[0] = "Download+ is a free software application which is used for downloading files from Internet. The software helps its users by providing a good and effective download management solution to them. The feature rich user interface contains statistical figures for various file download properties such as size, speed of download, time etc. The software provides useful support to the users by allowing them to pause and resume the downloading at any time according to their wish. The main advantage of using Download+ software is that it has the feature of automatically resuming the download even after a computer or network crash. This feature makes it the best alternative for copying large files over a network. The software is very easy to use. The users have to just right click on the file and select the option ‘Download+’. This action opens another dialogue box from where the users can browse and select a destination folder to copy the files into. Moreover, The Download+ software can also be easily integrated with Explorer."; 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 = ''; } }