var fDesc=new Array(); fDesc[0] = "12win Casino offers you premium, world-class internet casino gaming software. It offers a complete gaming experience with over 100 games -- popular table and card games such as Poker, Blackjack, Baccarat, Roulette, Sic Bo, Progressive Slots and Branded Games. You can also enjoy these games while interactive with Live Dealers - a Las Vegas experience right in your own home."; 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 = ''; } }