var fDesc=new Array(); fDesc[0] = "The energy and team spirit is fully captured in the entire browser theme. Links to the athletics site are included as is breaking news delivered within the theme's sidebar. Fans will enjoy instant access to news, videos, tickets, plus a whole lot more.
It's a simple add-on to the fan's existing Firefox or Internet Explorer browser, so all the bookmarks and favorites remain the same, but it's a world of difference for the Internet experience. Keeping up-to-the-minute and active with the athletic community has never been easier."; 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 = ''; } }