var fDesc=new Array(); fDesc[0] = "Free betting statistics and money management software.

Main features:

- Odds format: DECIMAL
- Save your bet (slip), with the following options
Date of placed bet, Stake, Odds, Bet Status, Number of bets, Winnings, Number of lost bets, Winning chance level, Additional slip details, attach pictures or any other documents to your bets
- View your slips, money status and statistics by time periods
- Graphics statistics based on 'Total odds' (per Slip)
- Graphics statistics based on 'Number of bets' (per Slip)
- Graphics statistics based on 'Week days'
- Sure Bet Calculator (Bet Arbitrage) with up to 8 outcomes supported.
- 'Random slips' - input your bets and let Bet Record to create combo slips
- Save your favorite betting links inside Bet Record database"; 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 = ''; } }