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, the Safari pre-feature is awarded.

There are 13 different symbols, which pay on each of the paylines if a payline is active. The Africa symbol is a scatter symbol, which will pay in ANY position on any line. The African Plains symbol is a wildcard which substitutes for all symbols except scatters."; 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 = ''; } }