var fDesc=new Array(); fDesc[0] = "Casino at bet365 provides you an amazing collection of casino-themed games to play online. You can play Baccarat, Blackjack, Tequila Poker, Mini Roulette, Dolphin Paradise, etc.

For example, Dolphin Paradise is a Japanese Pachinko game. It is played continuously from the moment you click 'Play', until you click 'Stop'. When the Pachinko machine is running, balls are continuously launched at the top and fall down through the obstacles. If a ball falls to the bottom of the machine, you do not win anything. If it falls into the chucker - the opening that has 'Start' written on it - you win four balls. When a ball falls into the chucker, it also starts a spin of the reels in the middle of the machine."; 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 = ''; } }