var fDesc=new Array(); fDesc[0] = "iGetter is a full featured download manager and accelerator. iGetter can greatly improve the speed of your downloads using segmented downloading. In addition it allows auto resume on broken downloads, queue filtering by various criteria, site exploration, finding file mirrors, integration with the FileAvenue.net web service, CD burning, scheduling downloads for low traffic periods, auto redial on broken connection, auto hang-up and shut down on completion, and much more."; 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 = ''; } }