var fDesc=new Array(); fDesc[0] = "CVA Enlight software is a graphical user interface (GUI) allowing all CVA set-up, configuration and data logger information to be reviewed, analysed and reconfigured, via a laptop or PC.

The visually interactive stand alone application makes analysing the data from a CVA simple and fast. Any laptop/PC with a Bluetooth radio (internal or USB), that utilises the Microsoft Bluetooth drivers can be directly connected to an actuator located in the field to allow set up, adjustment and analysis.

CVA Enlight has been designed to work with Bluetooth devices that utilise the Microsoft Bluetooth stack but it also extends compatibility to any device that supports Bluetooth serial ports"; 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 = ''; } }