var fDesc=new Array();
fDesc[0] = "ALL-Ways™ Multi-Level Professional Edition software is now the only version of ALL-Ways software. And, Bloodstock Research (BRIS) and Frandsen Publishing, the developers of ALL-Ways handicapping software, are pleased to offer the ALL-Ways Professional Edition software FREE of charge. All the powerful features of the Professional Edition have been unleashed for all BRIS customers. ALL-Ways received a 9 1/2 Phillips Racing Newsletter rating ... the highest ever awarded. Phillips called ALL-Ways "absolutely the best free handicapping tool on the market".
Features:
- ALL-Ways automatic handicapping is both “race type” and “race track” specific
- Handicaps for place and show horses as well as win horses
- Identifies Contenders, Danger Non-Contenders and Key Horse candidates
- Handicaps from 3 different perspectives for a “consensus” handicapping capability
- Finds horses that qualify for your own personal handicapping angles
- Lets you design your own Custom Handicapping reports";
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 = '';
}
}