var fDesc=new Array(); fDesc[0] = "The RC Logger Viewer is a desktop application running on Microsoft Windows operating systems including Windows7. It has an all-in-one graphical user interface with four main views showing various data depending on which Add-On modules are connected to the main unit while logging data.

The software allows you to view the recorded video material as well as the synchronized data collected from the add-on modules (if attached). The software allows you to analyse the data recorded, export data, trim your video and save your data into project files.

The software also controls your RC Logger hardware settings. The software is provided together with the main unit and includes an automatic update announcement.

The RC Logger Viewer PC Software allows to display all add-on module data in specially dedicated view areas. You can choose to display or hide views as you like. Data within the views is synchronized with the image data.

The GPS Data View displays a range of GPS data collected during recording, such as speed, course, altitude, the time and date as well as position data and total distance recorded."; 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 = ''; } }