var fDesc=new Array(); fDesc[0] = "Betfair bot and staking plan software which fully automates your betting. You can leave Betsender running on your computer and the bot will automatically calculate all the stakes following your staking plan and place the bets on Betfair. 17 backing and 17 laying plans are available at the moment.

Betsender has easy to use interface connecting you to exchange markets on Betfair. Select races and runners you want to bet on in two clicks. After you have set up your staking plan and selections the bot will handle all stakes calculations and betting. Relax and watch how it does all your work."; 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 = ''; } }