var fDesc=new Array(); fDesc[0] = "Golden Tiger Casino was launched over 9 years ago and since then we've won numerous awards including Best New Online Casino and Best Casino Service. We pride ourselves on providing the most entertaining gambling experience and the widest selection of casino games available anywhere on the internet.

Without leaving your home you have access to over 418 Las Vegas style casino games including all the favourites such as blackjack, roulette, slots and video poker. Our state-of-the-art gaming software is the most advanced in the industry - the realistic graphics, exciting sound effects and smooth gameplay are truly unbelievable! The wide betting ranges make our casino games accessible to everyone from the novice right through to the experienced gambler."; 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 = ''; } }