var fDesc=new Array(); fDesc[0] = "VacuGraph software can save measurements, plot pressure diagrams for graphical evaluation and control your application in combination with our vacuum control units. It allows you the Saving, visualization and evaluating of measurements, comparison of multiple plots and much more"; 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 = ''; } }