var fDesc=new Array(); fDesc[0] = "Mermaids love this slot machine game - they feel right at home with its underwater theme! Look out for those starfish!

The starfish feature preview is triggered when a starfish appears on the first and last reel during any non feature spin. All inner reels are respun once, and if you end up with three or more starfish you win the Starfish Feature - 20 spins with all pays TRIPLED.

During the Starfish Feature, any three or more starfish appearing in any position on any reel during a spin will award you 20 additional free spins."; 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 = ''; } }