var fDesc=new Array(); fDesc[0] = "You will delight in the vibrant colours and magical wins in Funpark Fortune oin the clowns and Elmo the wildcard elephant and prepare for the Ferris Feature where your wins can be multiplied up to 3125 times!
The Ferris Feature
3 or more Ferris Wheel scatters (4 in the 7 reel and Special Edition) appearing in any position on any reel will trigger the Ferris Feature. All pays during the initial Ferris Feature are as normal. If 3 or more Ferris Wheel scatters (4 in the 7 reel and Special Edition) appear in any position on any reel during the Ferris Feature, then the Hammer Bonus Round will commence."; 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 = ''; } }