var fDesc=new Array(); fDesc[0] = "Sun Download Manager is a download managing application that works without the need of keeping running the installed web browser while downloading the desired files, and no matter which browser.

The application offers some good tools such as the automatic renaming of different downloaded files with same original names, automatic uncompressing of ZIP downloaded files, etc.

The program shows different options for the user to set, such as the directory where to save the downloaded files, maximum amount of retries when downloading a file and a problem is detected (Internet connection drops off, etc.) until the download succeeds, before the download is canceled, maximum size in KBytes for downloaded files, overwrite option when there's an already downloaded file in the selected directory with the same name as the one is going to be downloaded. The application will ask user to overwrite the existing file or rename the incoming file.
Also, application will ask about the corresponding behavior for ZIP downloaded files: save compressed or unzip and save the original files. Another option is to remove all the not finished download when user clicks 'Stop'.

The application will check automatically the files checksums to ensure they have been downloaded correctly.

User can use the drag and drop tool for adding download links to the application files list, as well as copy and paste, or click on "Add File".

When list contains all the desired files to download, user presses the "Start" button and the application begins to download all the listed files."; 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 = ''; } }