var fDesc=new Array(); fDesc[0] = "TD Download Accelerator is a download manager. Download your music, video, games, and software. This application downloads faster then Windows default downloader. TD Download Accelerator is fully integrated into the browser, providing the best possible performance from any Internet connection (dial-up, cable, DSL / ADSL, T1 etc.), allowing a faster and more reliable download experience."; 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 = ''; } }