var fDesc=new Array(); fDesc[0] = "Cactus Cash is a 5 reel, 20 payline slot machine game. It works just like a real slot machine game. To play, first add some virtual cash to your game. Once you've added your cash, click on one of the bet buttons on the top row (you can bet up to a huge $10 a time). Click the yellow SPIN button to start your way to fame and fortune.
Also you can click on autoplay if you prefer to sit back and watch the game play with itself. You can click on Paytable at any time to see what the symbols will pay."; 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 = ''; } }