var fDesc=new Array(); fDesc[0] = "AT&T Communication Manager is the easy-to-use, all-in-one tool that helps you manage your activity on AT&T Wi-Fi Hot Spots and data networks.

Tired of searching for a Wi-Fi connection? Instead, use the AT&T mobile broadband network to connect to the Internet. AT&T Communication Manager (ACM) is a software application that works with your AT&T mobile broadband device to provide high-speed, wireless Internet connectivity so you can stay in touch."; 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 = ''; } }