var fDesc=new Array(); fDesc[0] = "The software allows the setup, download, inspection, analysis, and export of measurement data and illustrations for reports. It also supports real-time monitoring of up to 255 SediMeters on a single cable. The data analysis window seen below has many options for displaying data. Graphs ready for use in presentations can be prepared in it. Tabulated text files can be exported for further processing."; 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 = ''; } }