var fDesc=new Array(); fDesc[0] = "Egyptian Dreams 1 was the first ever Pokie Magic slot machine simulation released - it has the famous nudge feature which will keep you playing for hours at a time. Egyptian Dreams 2 builds further on the fun playstyle. If you get three or more pyramids in any position on any reel, the special nudge feature is awarded. You can choose:10 Nudges x 1 Pay or 6 Nudges x 2 Pay or 4 Nudges x 3 Pay or 2 Nudges x 5 Pay.A special ONE FREE SPIN symbol will replace all pyramids on all reels during the special nudge feature. Each time this symbol appears on ANY reel during ANY nudge spin, you will be awarded one bonus spin. When the nudge spins are complete, all accumulated bonus spins are played at the same multiplier as the nudge spins. During the bonus spins, three or more (four in the special edition) scattered pyramids will trigger additional 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 = ''; } }