var fDesc=new Array(); fDesc[0] = "GlobeTrotter Mobility Manager is a high-end connection management application providing full control and worldwide visibility of connections to WWAN, WLAN and wired networks over a very wide range of technologies including HSUPA, HSDPA, UMTS, EDGE, GPRS, GSM, WLAN, and LAN. Key functions are fully automated, while the easy-to-use interface and modular design approach make it easy for users to tailor both network and connection preferences and look and feel to match their needs precisely. The solution is fully compatible with all current Option® devices."; 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 = ''; } }