var fDesc=new Array(); fDesc[0] = "FairBot is interactive trading tool built for users of the Betfair betting exchange. FairBot provides real time charting of market price trends using several available price movement charts. It allows you to trade on multiple markets simultaneously and the Ladder interface makes betting and trading on selections easy.

This program comes with a Simulated Betting and Trading mode where you can practice how to be a better trader using simulation. All trades and bets are simulated against the live Betfair data stream without touching your account balance. You can use all of the sophisticated betting and trading controls to practice your trading techniques."; 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 = ''; } }