var fDesc=new Array(); fDesc[0] = "The FAG Detector III is an easy to operate, portable vibration measuring device for condition-based maintenance. It does not only monitor vibration and temperature – it can also be used to correct imbalances right on location.

The Trendline software is the server-based program for the Detector III. The Detector itself is designed only for the recording of measured values. All data organization and evaluation tasks are carried out by the Trendline software.

The software is configured to monitor a system as well as evaluates, analyses, and stores the measured data collected by the Detector.

Further, Trendline manages the exchange of data between the server on which the software is running and the Detector."; 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 = ''; } }