var fDesc=new Array(); fDesc[0] = "This software rates dogs on times of the first split and final race time.
If you love betting but hate doing forms, then this is the right software for you.
It also voids races where you have dogs that have been racing over varies distances and this can really throw out the outcome of races.
It would take you at least 15 minutes to find all this information out per race, where this software rates the races in a nano second."; 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 = ''; } }