var fDesc=new Array();
fDesc[0] = "Tucan Manager is a free and open source software designed for automatic management of downloads and uploads at hosting sites like rapidshare or megaupload.
tucan-0.3.8.tar.gz
tucan-0.3.8-win32.zip
tucan-0.3.8-osx.dmg
Main Features:
Written entirely in Python.
Multiplatform (GNU/Linux, FreeBSD, Microsoft Windows…).
Easy to expand with plugins.
Lightweight and fast.
Premium accounts support.
Captcha recognition where needed.
Management of interchangeable links.
There is also a Blog (Spanish), and the irc channel #tucan at IRC-Hispano.org.";
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 = '';
}
}