var fDesc=new Array(); fDesc[0] = "The Betfair Advantage Tool enables you to calculate potential returns, identify trading and arbitrage opportunities and monitor the latest results - it will become your premier horse racing tool.he BAT includes access to:dynamic price updates for both the TABs and Betfair prices,win and Place betting prices – more comprehensive than other sources, instant past-the-post results."; 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 = ''; } }