var fDesc=new Array(); fDesc[0] = "Maria Casino is a great online casino game. You can try any of our games/slots for free with Fun Money. Just choose to "Play for Fun" in the casino lobby. After clicking on Casino in the menu you will find two options: "Play For Real" and "Play For Fun". To play for Fun, click on "Play For Fun", and to play with real money click on "Play For Real". To play for real you will need to ensure you have "Real Money" in your Main Wallet. We also recommend you get a feel for the game with Fun Money before staking real funds."; 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 = ''; } }