var fDesc=new Array(); fDesc[0] = "Experience the mysterious powers of the Ancient Aztecs in Aztec Invaders. Bow to the all powerful Xochiquetzal as you harness the power of the third reel and bring amazing wins through the exciting free games. The gold sun disk will power your wins. Can you get enough flowers to trigger the flower feature? Try it now and see3 or more Aztec Pyramid scatters appearing in any position on any reels (4 in the Special Edition) award 20 free games!If 3 or more Aztec Pyramid scatters (4 in the Special Edition) appear in any position on any reel during the Quaxecatacal Feature, then 5 additional Free Games are awarded for each pyramid showing. During the free games, the GOLD SUNDISK can appear on the third reel. If the gold disk appears on the top or bottom line then a wildcard will drop onto each reel and will stop at random and all new wins are paid out"; 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 = ''; } }