var fDesc=new Array(); fDesc[0] = "Some Online Casinos allow the player to spin the wheel without betting anything (You will find the list of the recommended casinos below). The twisted thing is that you spin the wheel and tell the software which result did appeared in the previous round. The software knows the algorithm of different online casinos and tells you when to bet, and on which fields. Thats why you have to tell Roulette Cash System which casino you are playing when you start it. The software also calculates the possibilities."; 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 = ''; } }