var fDesc=new Array(); fDesc[0] = "Golden Dragon
With its Mystical Mahjong feature and the second level Golden Dragon feature, you won't want to stop playing. Visit the East from the comfort of your chair!

Three or more scattered Pagodas (four in the Special Edition) trigger the Mahjong Feature - 16 free games at double normal pays. If on any spin during the Mahjong Feature, three or more scatter symbols appear on ANY reels, 7 Golden Dragon spins are awarded.

When the Mahjong feature is complete, any Golden Dragon spins awarded will be played - all wins at quadruple normal pays. During the Golden Dragon feature, the Golden Dragon wildcard symbol appears only on reels 1, 2, 4 and 5 in the five reel version and on reels 1, 2, 4 and 6 in the six reel version. All pays are paid normally, then after each spin, all reels with the Golden Dragon wildcard on them are respun, with the Golden Dragon wildcard filling all positions on the reels it appears - wins galore!"; 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 = ''; } }