var fDesc=new Array(); fDesc[0] = "RBIBaseball 94 is a free baseball video game that was originally released for Sega Genesis in 1994. The game allows you to play a full 162-game season complete with playoffs and world championship. Although the game does not have a Major League Baseball license, all 28 teams from 1993 are represented by city names and ballparks that have been modeled after authentic stadiums. The game modes include: Home Run Derby, Game Breakers, Practice, Single Game, Season and Create Teams."; 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 = ''; } }