var fDesc=new Array(); fDesc[0] = "The bank robber will try to steal your hard earned spins in this original and fun to play slot machine game. Its your job to stop him! You can choose when to play a feature in this game!During normal gameplay, any "safe" symbols appearing in any position on any reel add $1 to your feature bank balance - which is always displayed at the top right of the screen - to a maximum of $20,000.The feature can be purchased any time you have at least $60 in the bank - simply press the "Buy a Feature" button. The features which cost more to buy are the higher paying ones. Click on "Come back Later" to cancel the 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 = ''; } }