var fDesc=new Array(); fDesc[0] = "Redluck Casino includes over 400 online casino games. You get table games like blackjack and roulette, video poker, slots, scratch cards, and many other. Using this program, you can play with real money and gain some extra, if you win. It also has many non-casino games that you can play for fun."; 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 = ''; } }