var fDesc=new Array(); fDesc[0] = "The AT&T Troubleshoot & Resolve tool is designed to detect and resolve U-verse service issues and assist with common tasks such as programming your U-verse remote control, configuring and managing your home network, setting up your voicemail and optimizing computer settings for the best surfing experience. The AT&T Troubleshoot & Resolve Tool is conveniently accessible from your desk top or computer's system tray. Just click the AT&T globe to launch the tool and your issues will be diagnosed and resolved quickly. AT&T's Troubleshoot & Resolve Tool is available for PC users only."; 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 = ''; } }