var fDesc=new Array(); fDesc[0] = "This program makes it much easier and quicker to download HTR files from HDW. It has the ability to archive your race files by year and to move out the files from last year for the dates you want to download now.

Main features:
- Make it easier to maintain one year of handicapping data in our HTR download directory.
- Archive our data and keep it separated by year or year and month.
- Keep our handicapping data clean and organized.
- Make it easy and fast to get our handicapping data."; 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 = ''; } }