var fDesc=new Array(); fDesc[0] = "With this program you can manage of all resources involved in an insulation measurement. CESVA Measuring Assistant guides step by step and gives complete support, in real time, before, during and after the measurement, optimizing it so that it is faster and simpler. It allows you to import a layout of the measurement place and select the measurement points and verify the contour conditions and automatically manages the devices and guides the user through the measurement process (location of the equipment, automatic start/stop of the sound sources, etc.)."; 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 = ''; } }