var fDesc=new Array(); fDesc[0] = "The TP Analyzer can handicap First Time Starters, and Horses that lack any recent North American Past Performance data. This is accomplished in the Past Performance Data form. Here you can make Class Adjustments, Trip Adjustments, and edit any Past Performance Running line.

The TP Analyzer will generate missing data for horses whose Past Performance data was generated at an "@ about distances". The TP Analyzer is able to do this by generating mythical interior fractonional split times (based on the horses final time) for races that have omitted this important Fractional Split Time information.

The TP Analyzer can generate a complete RaceCard Summary Report that can be printed, or saved as a BMP file.

The TP Analyzer can generate custom Past Performance Report that can to be printed, viewed or saved.

The TP Analyzer 's exclusive Automatic Tote Board is driven by both the Overall Performance Index and the Class Performance Index. The Tote Board will reflect in Odds to a Dollar, the actual Chance of Success for any given Horse. Those odds reflect the Quality of the Competition, and the Size of the Field
(Number of Horses). The Tote Board will prove invaluable when Handicapping, and looking for a good return on Investment (ROI). The odds generated by the Tote Board are imported to the Race Analysis. This form can be printed for a permanent hard copy. Users can custom sort this form before printing. The TP Analyzer will import the Analyzer's projected Top Three Selections to this print form."; 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 = ''; } }