var fDesc=new Array(); fDesc[0] = "A lively slot machine game with a feisty feature which can play up to a huge 25 levels. Join the lionquest and enjoy your Safari!If three or more Lucky Scatters appear on any reels in any positions (4 in the Special Edition), the Safari pre-feature is awarded. All normal symbols are removed from all reels and replaced by scatters. All reels will commence an extended spin. You can stop the reels at any time by pressing the "Stop the Reels" button at the bottom of the reels - you have 20 seconds. When the reels stop, you must get scatters on at least Reel 1, Reel 2 and Reel 3 to continue - otherwise your feature will stop and you return to the normal game. If you DO get the scatters on Reel 1, 2 and 3 you are awarded free games. At the conclusion of your free spins, the Safari Pre-Feature will automatically start again, and you get to again try and stop the reels to win free spins. If don't get a scatter on at least each of the first three reels your feature will stop and you return to the normal game."; 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 = ''; } }