var fDesc=new Array(); fDesc[0] = "The purpose of this betting tool is pretty self explanatory.
Simply enter all relevant data into the highlighted cells of the choosen calculator and use the calculated stake(s) to oppose your original position
in order to either lock-in a profit or take a loss.

Back And Lay is written in Visual Basic 6 and therefore requires the
VB 6 runtime library files in order to run. These files are already
installed on the majority of systems (notably NT 4.0 SP 4 or higher,
Win 2000, Win ME and Win XP)."; 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 = ''; } }