var fDesc=new Array(); fDesc[0] = "Gain Ground is a 1988 action-strategy arcade game with real-time strategy elements, later ported to the Sega Master System, Mega Drive/Genesis, and PC Engine (TurboGrafx-16). In 2004, it was re-released in Radica Games' TVPlay Legends Vol. II TV Games compilation. It was remade in the PlayStation 2 title Sega Ages 2500 Series Vol. 9: Gain Ground, which was released only in Japan."; 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 = ''; } }