var fDesc=new Array(); fDesc[0] = "Jump Shot Basketball allows you to accurately simulate any basketball season, past, present and future. Import an entire past season. Draft, create, import and edit your players and leagues. Import college players and see how they stack up with the pros. Import your own draft files created in Excel or notepad. You can enter the college stats and let the game do the rest. Build your dream team, trade away your nightmare and see if your squad comes out on top. Draft and sign new players to replace aging stars and build your dynasty with career play. View the stats in your browser. Create your own team page or run a complete league complete with pages for all teams and players. Generate revenue by building an arena, setting ticket prices or moving to a new city. Build the most profitable team in the business and gain the advantage. JSB includes this and much more."; 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 = ''; } }