var fDesc=new Array(); fDesc[0] = "Vegas Casino Online lets you play a wide variety of card games. You can play for free if you are a beginner, or with real money if you are more experienced. It also offers you the common games you find in most casino programs, such as Roulette. You can also play specialty games such as "Bingo and Keno"."; 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 = ''; } }