var fDesc=new Array(); fDesc[0] = "BGAN LaunchPad enables you to manage the BGAN terminal from any connected computer. This application allows you to register with the BGAN network, send and receive text messages (SMS), and manage your contacts list. You can turn on TCP Accelerator, which improves the performance of TCP applications over BGAN. At the same time, you can monitor the log of received, dialed and missed calls."; 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 = ''; } }