var fDesc=new Array(); fDesc[0] = "The dinosaurs are back in this monstrous sequel to Jurassic Park. Based on the hit feature films by producer Steven Speilberg, both of which were derived from the novels by author Michael Crichton. Take a dinosaur-stomping adventure through Site B as you try to reach a radiophone so you can call a helicopter to get you out of there. But your journey won't be easy, because along the way you'll run into fierce, menacing dinosaurs that'll try to catch and eat you. Play as characters from the movie and use weapons such as the tranquilizer, rocket launcher, and the shotgun. Featuring 3D graphics, music straight out of the movie, many levels and fast gameplay, Jurassic Park is back ... with bite!"; 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 = ''; } }