var fDesc=new Array(); fDesc[0] = "The software currently rules limit the handling with different chart views, for example.
-x y
-u ' v'
-spectrum
-raw data
The practical tableviews support their work flow through the display of all measurements and the export in the program exel. Limes exported on request in the standard format csv. Furthermore, they are four modes for disposal which can be used with separate devices."; 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 = ''; } }