var fDesc=new Array(); fDesc[0] = "Telstra Broadband Assistant is an application that allows you to keep your Telstra Home Broadband ADSL service working at its best. Once you download the program, it will constantly run in the background to help keep your connection firing on all cylinders, maximizing your ADSL experience. If for some reason you do lose your connection to your modem, the program detects this and helps you get back online as soon as possible."; 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 = ''; } }