var fDesc=new Array(); fDesc[0] = "uGet is a powerful download manager application with a large inventory of features but is still very light-weight and low on resources.

General App Features:

- Downloads Queue: place your downloads into a Queue to download as many, or as few, downloads as you want simultaneously. As a download finishes the queue will automatically start downloading the remaining files.

- Resume Downloads: if your connection drops out you don't have to worry, you can start right back where you were with download resuming. (not guaranteed, server controlled and can not be bypassed by a download manager).


- Advanced Download Categories: unlimited categories to manage your downloads...scroll down for Category specific features.


- Clipboard Monitor: specify the types of files (via extension) that you want to monitor and any time you add them to your clipboard it will prompt to download the copied files. (universal browser integration) - also works with batch downloads.


- Batch Downloads: allows the user to add an unlimited amount of files at one time to the queue for downloading...scroll down for Batch specific features.


- Multi-Protocol: support for downloading files through HTTP, HTTPS, FTP, BitTorrent* & Metalink*.


- Multi-Connection (aka Multi-Segment): up to 16 simultaneous connections PER download - uGet's Multi-Connection feature also utilizes adaptive segment management which means that when one segment drops out then the other connections pick up the slack to ensure optimal download speeds at all times. This also applies to segments that become drastically slow due to server limitations.


- FTP Login & Anonymous FTP: supports downloading from anonymous FTP as well as login support via Username & Password for private/protected FTP servers.


- Scheduler: scheduling of when uGet is allowed or not allowed to download files.


- FireFox Integration via FlashGot: Clipboard Monitor is all you need for browser integration really but FlashGot is a separately supported FireFox addon so we have made it compatible with uGet, etc."; 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 = ''; } }