var fDesc=new Array(); fDesc[0] = "The 3G Connection Manager allows you to connect to a 3G network and includes tools that allow you to manage your usage, send and receive SMS messages from your computer and choose your network preferences. When you first use the 3G Connection Manager you will be asked to select a 3G operator. Select your 3G operator profile from the scroll-down list and then click OK. The software will then set up the 3G Connection Manager software to suit your 3G network."; 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 = ''; } }