var fDesc=new Array(); fDesc[0] = "Alycat is a powerful, feature-rich program to run radio controlled racing meetings, and to look after all of the associated point scores, track records, database of members, etc.
Alycat is complete - there are no extra charges for running extra drivers, or transponders, etc. It comes with transponder support, database of races and drivers, point scores, practice sessions (just cross the line and you are in the session, if using AMBrc), use of speech technology (no old fashioned wav files - races and drivers, etc. are called using actual names, with phonetic overrides and use of multiple speech engines). Run as many cars in a race as you want-no extra package to buy. You can use Christmas Trees finals, Bump-Ups, "Rounds" (heats with no finals)."; 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 = ''; } }