var fDesc=new Array(); fDesc[0] = "Baseball Mogul Diamond is the 18th version of the baseball simulatior. The game gives you the job of General Manager for your favorite team. You can draft the right players and make the best trades to turn your team into a multi-season dynasty. Also, it goes beyond the front office, giving you the option to jump into Play-By-Play mode and make all the managerial moves."; 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 = ''; } }