var fDesc=new Array(); fDesc[0] = "GT Connect for Quicksilver, GT UItra and GT Ultra Express supports Windows 7, Vista and XP. If you are using Windows 7 you also need to download and install the latest drivers. The GlobeTrotter Connect application is a small, easy to use tool to manage your connection to the Internet over 2G and 3G mobile networks. It is designed for use with all of Option’s data products."; 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 = ''; } }