var fDesc=new Array(); fDesc[0] = "TTS Flight Recorder configuration tool for Harley-Davidson applications allows configuring the HD06 interface for on-vehicle data recording. It allows the user to select from several DataMaster-compatible datastreams and has editable RPM triggering settings. This application transfers the user's configuration to the interface which is then connected to the bike for data collection.

After riding the bike, the collected data is uploaded to DataMaster for display and analysis. If the VTune data type is selected, the recorded data and matching calibration files can be directly imported into VTune3 and used to generate a new calibration."; 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 = ''; } }