var fDesc=new Array(); fDesc[0] = "TrueDownloader is a small project from a French guy, Sylvain Dupont.
It's another downloader program for Windows, developed in Visual Basic. It also acts as a download accelerator.
As a program of the genre, it offers the very basic and essential functions: a download basket, pause and resume downloads, ignore file extensions, browser integration (Internet Explorer and Firefox), number of segments, maximum of simultaneous downloads, bandwidth limitation, scheduling and proxy. Oh, I forgot, you can specify the user data needed for HTTP authentication when downloading a file (if the server asks you for it).
You can switch the user interface language to spanish, french, portuguese and others.
Sincerely, there is no reason to download this program, as you already know, there is another one that offers much more functionality, with a better user interface: yes, I'm talking about FDM! (Don't forget to check it out!)
But wait a minute, I'm not saying that this program sucks, it's just that you can find something better for sure."; 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 = ''; } }