var fDesc=new Array(); fDesc[0] = "During normal play the Fiery Dragon acts as a wildcard and substitutes for all symbols except scattered Lucky Coins. Dragon Dollars has two entirely different free games features and the bonus Jade Jackpot! This is our first ever 25 payline game! All pays are left to right only during normal play. The Lucky Coin Feature.3 or more scattered lucky coins during normal play will award you 12 free games - the Lucky Coin Feature.The game pays left to right AND right to left during the free games."; 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 = ''; } }