var fDesc=new Array(); fDesc[0] = "The RIDEWatcher is a novel measuring unit with an intuitive operating concept allowing lift rides to be measured an analyzed in a comfortable and fast manner. The easy-to-use unit combines measuring sensors and evaluation unit in one robust plastic casing. There is no need for a connection to a laptop or an external evaluation unit.

Measurement features:

- Acceleration and deceleration behaviour in Z axis
- Jerks and vibrations of the lift car
- Measurement of the ride profile (e.g. ride at creepingspeed)

Evaluation features:

- Documents speed, acceleration, deceleration, jerk on the spot
- Automatic evaluation of measurements
- Provides information on the location inside the shaft where a malfunction occurs
- Adjustment of individual limit values for each type of lift
- Makes out a report
- Stores measurements in a database"; 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 = ''; } }