var fDesc=new Array(); fDesc[0] = "This software allows the user to quickly set up and start to use the digitisers and indicators that Mantracourt offers. Capabilities include event monitoring and data logging, as well as calibration and configuration.

The clean MS Office 2003 style interface offers a highly configurable user environment.
This application supercedes VisualLink LITE but does not support some of the older instruments. Instrument Explorer"; 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 = ''; } }