var fDesc=new Array(); fDesc[0] = "Turn back the clock and help the dinosaurs rule once again in Raptor Rage, a fun and frenetic action game for the entire family.
A long time ago there lived a young dinosaur named Ricky. He lived a good life surrounded by lush forests and green open spaces where he could roam freely. All was peaceful and calm until the day the farm animals arrived to the roar of deafening chainsaws. They cleared the land, destroyed the forest, and polluted the rivers. Ricky was sad, Ricky was mad, and now, Ricky was going to get even."; 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 = ''; } }