var fDesc=new Array(); fDesc[0] = "By entering username and password, users will get automatic navigation to their fantasy teams, ESPNLocal if an Insider subscriber, and will no longer need to log in to ESPN. The ESPN Toolbar allows users to select headlines for each sport and displays them in an easy to use pull down menu. Using RSS News and Team feeds, the ESPN Toolbar replicates many of the features found in popular new reader clients, alerting users of new team content, and marking seen and unseen content."; 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 = ''; } }