var fDesc=new Array(); fDesc[0] = "Hollow Ground is a 3rd-person shooter that emphasizes action, observation and tactical skills. The gameplay is old-school but the graphics are fully revamped to take advantage of modern hardware. One or two players guide four mercenaries through the grimy ruins of a post-apocalyptic bunker through traps and boss monsters to find the source of a plague of mutants."; 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 = ''; } }