var fDesc=new Array(); fDesc[0] = "Bet Angel Diagnostics helps you if you are having connection difficulties. This may give a clue. If any test fails then check your firewall settings and make sure you are connected to the internet and that Betfair is not offline.

Bet Angel sits between you and the exchange and allows you to place orders, faster, more effectively and with much more complexity than the traditional web site interface."; 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 = ''; } }