var fDesc=new Array(); fDesc[0] = "Maria Poker allows you to play online poker right from your desktop.

As a Maria poker player you will have 2 wallets, a Maria wallet and a Maria Poker wallet. You need to make a deposit through the Maria website. You can then transfer funds using the Maria website or through the bank page in the poker software."; 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 = ''; } }