var fDesc=new Array(); fDesc[0] = "Slots_O'Fish is a 5 reel X 25 Payline videoslot with FreeSpin Feature and a Fishy theme.
Wild cards substitute for all other symbols except scatters. A combination of 3 or more scatters will trigger the feature where you can win up to 20 free games. During the free games any wild card involved in a pay will multiply the pay by the amount shown. During freespins a wild card drawn will be "Held" for one more spin."; 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 = ''; } }