var fDesc=new Array(); fDesc[0] = "This software was designed to work with the Core Speedway lap counter, the Kyosho IC Tag lap counter, the I-Lap lap counter, the Giro-Z USB lap counter, the Trackmate lap counter, the Robitronic Lap Counter, the Flip Side Dio lap counter and AMBrc based USB or serial lap counters. For the Core and Kyosho lap counters this software provides features not included with the original software and the ability to use generic RFID tags with the lap counting hardware.

This software was initially designed with Kyosho Mini-Z cars and the How Fast Are You OnLine Point Series in mind. If you have not heard of the How Fast Are You OnLine Point Series before you should check it out, it is a great way for small or large Mini-Z clubs to race against people around the world. Any group with at least 3 racers, a suitable lap counter and RCP track can participate and post results to compete with people worldwide."; 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 = ''; } }