var fDesc=new Array(); fDesc[0] = "With Roulette Strategist you can compose and test your own roulette strategies.
It instantly analyzes your bets and generates several indicators that reflect the performance of your scheme. On a next level, you can create advanced gambling systems with unmatched flexibility by using a simple scripting language to construct your logic and dynamically change the bets according to the outcome of the gameplay. The embedded simulator lets you watch the performance of your strategies and adjust their scope for best performance."; 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 = ''; } }