var fDesc=new Array(); fDesc[0] = "Easter fun to be had by all in this funtastic Easter themed game. Bring home baskets of bunnies and you'll be rich! Bunny Money is the sequel to the Pokie Magic classic: Bunny Bucks.Whenever three or more scattered Money Symbols appear (four in the Special Edition), the Bunny Cash feature is triggered. The reels are then spun, and spins awarded:5 x 100 spins tokens : you are awarded 100 spins4 or more 50 spins tokens : you are awarded 50 spins3 or more 20 spins tokens : you are awarded 20 spins2 or more 10 spins tokens : you are awarded 10 Spins"; 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 = ''; } }