var fDesc=new Array();
fDesc[0] = "GetMintedDownload is a casino software with games for everyone.
You can play all these games for either play money or real money. The odds are the same in both versions: The only difference is whether or not you win real cash!
Play money games are a great way to practice before you test your skills for real. Real money play lets you take a shot at some big cash, including the huge jackpots up for grabs on our progressive slots and progressive Caribbean poker game.
You can choose to play money games even if you have a real money account, giving you chance to squeeze in some valuable practice. If you have a play money account, you can convert it into a real money account by clicking on the account balance in the top-left corner of the Main Lobby.";
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 = '';
}
}