var fDesc=new Array(); fDesc[0] = "X-feeder Time Machine is a highly efficient tool for back-testing betting strategies.
Using special files with historical data Time Machine reproduces exactly the same games that took place at BetFair Exchange Games on the specified day. That is, it shows you the same cards and prices, simulating the exchange in real-time mode and letting you run the same day's data over and over again.
Moreover, you can change the speed at which the games are running! Normally you would have to wait for several minutes before a game has finished. Now you can control the time: you can run the same game 1000 times faster or delay it 100 times to have enough time to watch what's going on with your bets."; 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 = ''; } }