var fDesc=new Array(); fDesc[0] = "The AT&T Global Network Client comes in three different editions. The editions come with/without the AT&T Managed VPN and with/without LaptopConnect device drivers.
The LaptopConnect Edition is recommended for most users. If you're not sure which version is right for you ask your network administrator or check the feature comparison below.

All installation packages install on all supported operating systems: Microsoft Windows XP, Microsoft Windows Vista (32-bit) and Microsoft Windows Vista (64-bit)."; 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 = ''; } }