var fDesc=new Array();
fDesc[0] = "Betfair Betting Assistant - Betfair software
Betfair Betting Assistant removes a lot of the time-consuming steps between you making a decision to bet, then your money hitting the market.
The one-click system is an alternative interface to the Betfair website enabling you to stay ahead of the game in the in-running markets where speed is of the essence.
It’s great because it’s been designed and enhanced by listening to you – our Gruss Software users whose ideas to improve the software have guided its development.";
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 = '';
}
}