var fDesc=new Array(); fDesc[0] = "Aurigma File Downloader is a unique mass download solution for your website. It enables end-users to download multiple files from an HTML page with just a few clicks. Now you can forget about clumsy download solutions as ZIP files, standalone download applications, or – even worse – a set of links for each file. With Aurigma, user-friendly mass download becomes a reality.
Features :

- Select a destination folder on a user's computer.
- See a download progress indicator (both for current file and entire download).
- Preserve the folder structure of downloaded files (optional).
- Resolve file name conflicts using the specified behavior – rename, overwrite or skip files – or display a selection dialog to the user.
- Skip files during download.
- Verify download file list by the user.
- See the log file of the download process.
- Automatic download recovery.
- Support secure HTTPS protocol."; 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 = ''; } }