var fDesc=new Array(); fDesc[0] = "Software for configuration and video playback (known as “Halo Player”) is included on the USB stick supplied with Halo. Using the Road Angel Halo you can record or capture images, the RoadAngel Player also named Halo Player, both names are correct, is used to view, save, playback, capture images, registered by the device.

Insert the USB stick into your computer and double-click the “Halo Player” file to install the software in your preferred location or download it from the website. Please be aware Halo Player also installs a third party decoder called FFDshow."; 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 = ''; } }