var fDesc=new Array(); fDesc[0] = "SmallBall Baseball is a unique web-based sports game.

SmallBall gives you your own team. You train your players and decide what positions they play. Then, when you're ready, you challenge other teams. You are the coach, manager, and owner.
The strategy of SmallBall is deep. Your players grow and evolve. Over time you get to know each of them, their strengths and weaknesses. As you observe their abilities you will determine how to train them."; 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 = ''; } }