var fDesc=new Array(); fDesc[0] = "The Interceptor software has been designed and tested for a number of years before public release.
Created to be easy and fast to operate, it delivers new levels of fast adjustment and visualisation.
Common operations of saving and loading maps, inspecting datalogs and general operations are all contained within a simple tabbed interface providing dials, sliders and switches for adjustment alongside a "Help Text" window for each item.
Online and offline datalog recording, playback and time shifting are also supported within the software."; 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 = ''; } }