var fDesc=new Array(); fDesc[0] = "Baseball Mogul is designed to help you manage your team over many simulated years. Manage your team one day at a time, or let the computer simulate weeks or months at a stretch so you can play for virtual years or decades. As your players age, their abilities mature and decline realistically. Don't forget to build your team for the long term, rather than spending all your money on free agents this season.
Watch your team rise and fall in the standings, watch your bank statement, and read the news stories to stay on top of what's happening with all the ball clubs in both leagues. If you pick the right players, manage your finances well, and stick to a winning strategy, your team may win the Championship, and you too may become a Baseball Mogul!"; 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 = ''; } }