var fDesc=new Array(); fDesc[0] = "What puts Fast Break College Basketball apart from the rest is the many unique features. Below is an example of some great features that FBCB has to offer:

*Play as any of the 327 current Division I teams.

*Customizable preseason tournaments: Choose the dates and number of teams included for each tournament.

*Full NIT and NCAA style tournaments at the end of the season. An optional play-in game for the 64th and 65th teams may be used in the championship tournament.

*Recruit players from over 11,000 US High Schools, Junior Colleges, or foreign countries.

*Choose from 4 different rating styles: 1-10,1-20,1-100,A-F"; 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 = ''; } }