var fDesc=new Array(); fDesc[0] = "Out of the Park Baseball 17, officially licensed by MLB.com and the MLBPA, is a baseball strategy game. It lets you play as the GM and/or field manager of your team. You can start a new career with your favorite 2016 MLB team or span through almost 150 years of baseball history and run any team from the past."; 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 = ''; } }