var fDesc=new Array(); fDesc[0] = "Jurassic Park: Rampage Edition - Play as the dinosaur expert Grant, or the dangerous man-eating Raptor! Each has their ups and downs! Grant can use loads of weapons, such as the electro-gun. Raptor can use his feet as weapons, and has Raptor Rage, which makes the dinosaur a very dangerous character! You battle through levels, killing army guys and dinosaurs as you collect stuff along the way. You have to collect dinosaur samples, too!"; 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 = ''; } }