var fDesc=new Array(); fDesc[0] = "Dinosaurs dictate your winnings in this stone age themed game. Pterodactyls increase your wins, but the Ice Age may destroy your feature! You choose the feature eggs to enter as high as the Cretaceous Feature - where all wins are multiplied by 15!If three or more scattered earth symbols (four in the Special Editions) appear on any of the reels, the feature begins. During this Dino Feature, each egg that appears on any position on any reel is added to your egg counter. If you get a enough eggs in the egg counter (shown at the top right of the screen), you advance to the next feature."; 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 = ''; } }