var fDesc=new Array(); fDesc[0] = "Basketball Browser is a basketball themed web browser that delivers easy access to NBA and NCAA basketball news. Read hoops coverage provided by ESPN, Fox Sports, CBS Sportsline, CNN/SI, NBC Sports, and Yahoo Sports with ease by utilizing tabs and quick links. NBA team websites, NCAA Division-1A conference websites, and fan forums are also embedded within this basketball web browser. Basketball Browser automatically finds related basketball links, subjects, fan websites, and topics associated to current website in which you're viewing. It features a configurable integrated search engine utilizing the popular engines (Google, Yahoo, Search.com, HotBot, All the Web, etc), and also allows you to save and customize your favorite basketball websites easily by using toolbar buttons."; 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 = ''; } }