var fDesc=new Array(); fDesc[0] = "Jackpot Grand is a gaming platform that allows you to experience the casino life directly on your desktop computer. You can join various worldwide tournaments, win consistent prizes, play game such as slot machines, Texas Hold'em, European Roulette and Baccarat. You can start playing in the practice mode and you can decide later to play with real money."; 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 = ''; } }