var fDesc=new Array(); fDesc[0] = "The new Telstra Pre-Paid Mobile Broadband Connection Manager can now send and receive SMS. Just open your Connection Manager and click on the My Messages button to get started. When downloading this update, your recharge balance will not be affected. Once you plug the USB modem into your computer, your Telstra Pre-Paid device should install itself and automatically load the Telstra Pre-Paid Mobile Broadband Connection Manager. Just click on the Connection Manager and use your regular browser to get onto the internet."; 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 = ''; } }