var fDesc=new Array(); fDesc[0] = "Club Vegas USA is the latest casino out on the net. This game has the unique i-Slots machines that are multi-reel and multi-line slots enhanced with thrilling extras. At the start of every i-Slot,are shown an animated video clip that introduces them to a unique world with its own atmosphere and characters. i-Slots offers to the players a chance to bet, play and win."; 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 = ''; } }