var fDesc=new Array(); fDesc[0] = "HMGWIN 3000 PC-Software is a convenient and simple package for analyzing and archiving curves and logs which have been recorded using the HMG 3000 / HMG 3010 devices or for exporting the data for integration into other PC programs. You can also transfer and archive of measurements recorded and display of the measurements in graph form or as a spreadsheet."; 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 = ''; } }