var fDesc=new Array(); fDesc[0] = "Roulette Xtreme allows Roulette players to design and test their own systems before trying them in a real casino world..Now, you can design your system, run through the spins automatically, look at Statistics, save your spins, modify your system, and re-run until you are confident that your system will give you the results to take to the real (or online) casinos. No more spending hours with paper and pencil (or electronic spreadsheets) writing, testing and manually entering spins."; 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 = ''; } }