var fDesc=new Array(); fDesc[0] = "This software was developed especially for Show Producers who run Jackpot Barrel Races. It also supports any event (like Poles) which requires a single time for placings. It supports all ‘D’ formats, from 1-D to 7-D and may have as many as 9000 riders in a single show. It also allows for ‘carry over’ times from any event to other events. You can produce “Split time” reports for any rider to earn extra income from your show. Finally, it can use up to 12 different payout structures in a single show. This is useful for those who are running co-sanctioned shows or events. In addition to 5 user payoff tables, payoff tables are predefined for BRN4D, ACBRA Category, ACBRA 4-D, IBRA, AW4D, NBHA 3-D, NBHA 4-D and NBHA 5-D in accordance with their respective Rule Books as of the time this software was released. It also has the ability to defined fixed payout amounts or percentages for a race, regardless of the number of entries"; 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 = ''; } }