var fDesc=new Array(); fDesc[0] = "BetTrader Evolution is the most cutting-edge Betfair trading platform on the market today. This state-of-the-art application displays live updating Betfair prices from within your internet browser in a choice of intuitive, feature packed trading interfaces with blazing fast bet submission and a full range of trading tools."; 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 = ''; } }