var fDesc=new Array(); fDesc[0] = "Beat the bank and win billions in The Golden Vault!
During normal play the Gold Bullion acts as a wildcard and substitutes for all symbols except scattered Gold Dollar symbols. For each scattered dollar symbol which appears during normal play, one additional dollar is added to your Cash Vault balance.
The Cash Diamond Feature
3 or more scattered Dollar symbols appearing during normal play (4 in the special edition) will start the Cash Diamond free games.
During the free games, additional Cash Diamond spins can be won!
The Wild Diamond Bonus
During the Cash Diamond Feature all normal Gold Bullion wildcards are removed from all reels. They are replaced by special Wildcard Diamonds - which substitute for all symbols except scattered dollars. After each spin one additional Wild Diamond is added to ALL reels!"; 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 = ''; } }