var fDesc=new Array(); fDesc[0] = "VIP Lounge Casino is an online casino that prides itself in providing the Online Blackjack experience you can find on the Web. The blackjack strategy guides and the great promotions will help you win big. You have more incentives to play, and a casino VIP program that is built to reward player loyalty, no matter if you are winning or losing, VIP Lounge Casino is the online casino for you."; 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 = ''; } }