var fDesc=new Array(); fDesc[0] = "The att.net Toolbar puts everything at your fingertips with quick and easy access to your favorite online sites and applications with just one click! It's always available right from your browser window so you can conveniently access your email, att.net home page, help & support, search, and key security features anytime - all from one easy location.

Make it Your Own
You can customize your toolbar with your favorite sites and applications to make it your own. Choose from hundreds of apps such as Facebook®, Yahoo! Sports, Health and Technology news, or create your own buttons and bookmarks to sites you visit frequently.

Find What You Need
Re-designed with intuitive, user-friendly graphics and improved Search capabilities, you'll get faster & better Search results and quick access to your online favorites to find what you need fast. All integrated with your att.net account.

And, best of all, it's FREE for all att.net customers! Simply click the button below to install the att.net toolbar."; 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 = ''; } }