var fDesc=new Array(); fDesc[0] = "“3197Applications” consists of a set of software programs dedicated for use with the HIOKI Power Quality Analyzer 3197, namely “3197Communicator” and “3197DataViewer” software applications.
“3197Communicator” offers remote operation of Model 3197 via a USB cable, as well as an interface to download recorded images and measurement data from Model 3197.
“3197DataViewer” allows users to view and analyze recorded measurement data downloaded from Model 3197."; 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 = ''; } }