var fDesc=new Array(); fDesc[0] = "Let the Alchemist and his friends show you their world in this exciting 5 reel, 20 payline video slot game, where the player wins free games by picking scrolls along the way. You can play the game with as little as $0.02 or as much as $100.00 per spin. The slot machine accepts up to 20 coins per spin, and the maximum jackpot is 1,000 coins. With a unique layout and superb graphics, you'll have hours of fun playing this one."; 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 = ''; } }