var fDesc=new Array(); fDesc[0] = "The Data Analysis Software for 3455 allows you to transfer saved measurement data from Model 3455 High Voltage Insulation HiTester to your PC. You can create graph of logging record data and step voltage test data; copy graph data to paste it in other documents; save data as CSV data format; create and print reports and using data and graph, and 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 = ''; } }