var fDesc=new Array(); fDesc[0] = "Monster Money
Win millions of credits on the magical black cat feature and the hard to get and very spooky white cat feature! Halloween themes resonate through this entire game...real slot machines aren't this fun!

If three or more black cats appear during a spin (four in the special edition) then the Black Cat Feature is triggered - 15 Free spins at triple normal pays. During the black cat spins, if three or more black cats appear (four Special Edition), you win five White Cat spins - played at the end of the black cat feature."; 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 = ''; } }