var fDesc=new Array(); fDesc[0] = "DaqBot is designed to help you start trading on BetDaq.

Main features:

- The Ladder Interface - This allows the user to display prices vertically, and instantly react to market movements by placing or cancelling a bet with just one mouse click.
- "Keep bets" support. This allows the user to have unmatched bets automatically transferred to in play bets.
- Ability to refresh any event to as low as 0.2 second intervals, much quicker than Betdaq itself.
- Stake buttons for the Ladder interface, including the NET button. This allows you to set and use predefined stakes when betting or trading on the Ladder interface.
- Ability to place single bets or trades with only single mouse click."; 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 = ''; } }