var fDesc=new Array(); fDesc[0] = "Sunken Treasure is a 5 reel, 20 payline slot machine game.

To play, first add some virtual cash to your game - just click on the $50 or $100 notes to add $50 or $100.

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. The more you bet, the more you can win. You're now ready to play - so click the yellow SPIN button to start your way to fame and fortune. 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 = ''; } }