var fDesc=new Array(); fDesc[0] = "Maidens TreasureSave Damsels and win rewarding free spins. Save more Damsels to win more spins... beat the dragons!If you get three or more scattered Fiery Knights and Dragons in any positions on any reels, you win the DAMSEL FEATURE.You must then choose one of five damsels to save. When you have saved a damsel, you are awarded 10, 15, 20 or 25 free spins, at X 1 multiplier. During the free spins, all "tens" are removed from the reels and replaced by Damsel Crowns. For each Damsel Crown symbol appearing anywhere in the window during each spin, your multiplier for that spin is increased by one."; 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 = ''; } }