var fDesc=new Array(); fDesc[0] = "During the free spins, wildcards are removed from reels one and six. Wildcard pharoahs on reels 2, 3, 4 and 5 will then travel in groups of three. It is therefore possible to have wildcards appear on all positions on reels 2, 3, 4 and 5 - for massive payouts. During the free spins, any additional 3 or more scattered pyramids will award you extra free 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 = ''; } }