var fDesc=new Array(); fDesc[0] = "PC Replay Baseball brings all the fun and action from the Replay Baseball tabletop to your PC. PC Replay Baseball IS Replay Baseball! Each PC Replay full season (excluding great teams sets) includes every batter and pitcher who played that season, real-life schedule, starting lineups and starting pitchers for each game, and roster moves. When you purchase a season, you will receive a confirmation email with a download link for that season, usually within 1 business day."; 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 = ''; } }