var fDesc=new Array(); fDesc[0] = "A reliable file downloader. Restart, scheduling, proxysupport for both FTP and HTTP. Specially designed to deal with noisy servers and unreliable links. Full status info,including a unique histogram display, detailed log andmany configurable options allow to fine-tune the program and retrieve virtually every file on the Net."; 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 = ''; } }