var fDesc=new Array(); fDesc[0] = "Netants is a fast download manager. It is compact, stable, rich in features, and easy to use with an attractive interface. With the ability to split file into chunks and download simultaneously, it dramatically speeds up your download time. NetAnts offers numerous valuable options: batch download, URL snatcher, browser integration, proxy management, corrupted zip fix and multi-language support... Above all, it is totally free(AD sponsored)!"; 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 = ''; } }