var fDesc=new Array(); fDesc[0] = "Year of the slots is a 5 reel, 20 payline slot machine game. It works just like a real slot machine game. You can't win any real money, but you can win plenty of virtual money to impress everyone.

To play, first add some virtual cash to your game - just click on the $50 or $100 notes to add $50 or $100."; 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 = ''; } }