var fDesc=new Array(); fDesc[0] = "The PhyMetrix Analyzer Interface program PhyAI.exe allows easy interface of the analyzer to a MS-Windows® based PC. The user can manipulate data logged in the analyzer as well as perform live data logging linking to Microsoft Excel®. The user can also modify the location tags for data logging. The user can setup a custom password for unlocking the analyzer. This program communicates to the analyzer via a PC USB port.
Instructions and USB drivers are included in this compressed download package."; 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 = ''; } }