var fDesc=new Array(); fDesc[0] = "Diceland is your home for online casino gaming, offering a classy casino theme and all of your favorite games. Our games are powered by TopGame Software, one of the most successful online casino game developers, providing software to a variety of thriving online gaming sites. At Diceland you can play virtually any of your favorite casino games including Blackjack, Roulette, Keno, Video Slots, Classic Slots, Video Poker and more. Diceland offers exciting progressive jackpots, a slew of special promotions and bonuses and table limits for every bankroll."; 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 = ''; } }