var fDesc=new Array(); fDesc[0] = "To pick a single winner in a race is very hard and to pick them consistently is even harder. The purpose of Punter's Paymaster is to catch the most likely winners in a net and structure them into a more profitable bet.
Punter's Paymaster goes beyond the basic principles of Dutching. Unlike the old professionals who looked for the same profit from any of their backed horses, Punter's Paymaster will give you a lot more power."; 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 = ''; } }