var fDesc=new Array(); fDesc[0] = "Welcome to Golden club, the website that provide you the ultimate real time online games of Real Dealer and the fairest electric games.
Dealer will have the "Gate card" dealt first, depends on the Card shows, this will decide which gate to dealt first card with. Each gate will have 5 cards. After 5 cards being dealt, computer will automatically find out the largest points for the sets. Win lose result will come out after card dealt."; 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 = ''; } }