var fDesc=new Array(); fDesc[0] = "HorsePlay is designed to assist with all your horse racing needs, from selection, to betting and money management.
It's still under development, and hopefully will evolve into a powerful tool to assist us the punter.
On average, with the default selections, 80 to 90 % of the winners will be displayed within the top 4 selections of each race, effectively turning any race into a 4 horse one.
The default selection's 1st choice will be the winner about 30% of the time and the top 2 selections will contain the winner about 50 to 60% of the time."; 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 = ''; } }