var fDesc=new Array(); fDesc[0] = "This app is mainly dedicated to work in conjunction with the X-Viber instrument. For every plant, you can create a database, which can have an unlimited number of machines, measurement points and directions. The vibration measurements are stored at the level of the measurement directions and the process measurements are stored at the point level."; 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 = ''; } }