var fDesc=new Array(); fDesc[0] = "Enjoy these interactive Buffalo Bills browsers for FREE thanks to Bing, the default search engine.
By clicking Download, you are accepting the Brand Thunder License Agreement.Whether you're in Firefox or IE, you'll enjoy breaking news from the team right in the browser. Open the multimedia sidebar for news, blogs, and Twitter feeds from the Buffalo Bills. Plus, you'll have one click access to the best of BuffaloBills.com like the tickets, schedule, store and more. It's a great way to show your team spirit and be an active part of the Bills community.It's a simple add-on to your existing Internet browser, so all your bookmarks and favorites remain the same, but it's a world of difference for your Internet experience.
You'll enjoy:
- A sidebar featuring breaking team news
- Social connections to the Bills Facebook and Twitter updates
- Direct links to buffalobills.com, videos, tickets and more
- Plus a theme full of Bills spirit"; 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 = ''; } }