var fDesc=new Array(); fDesc[0] = "DownTango is an innovative approach to file download management. It combines the best features every download management software should have and serves them in a beautiful and easy-to-use manner.

Using it enables you to:
- Download any type of file you want.
- Manage your downloads from anywhere.
- Enjoy a simple and efficient User Interface.

DownTango makes it easy to get faster downloads, manage your files and optimize system resources.
You can still access your downloads even if you’re far away from your computer - DownTango gives you a possibility to login to your account remotely, and check or modify your download schedule.

This way you don’t need to install the client anywhere except your main machine, which saves you a lot of time and hassle."; 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 = ''; } }