var fDesc=new Array(); fDesc[0] = "The SynchroTeq Configuration Suite is a user interface allowing the configuration and operation of the SynchroTeq unit. The program includes several components: an integrated web-based interface for current status, alarms and event journals, the SynchroTeq Configurator, and the Vizimax Event Analyzer. The SynchroTeq Configurator creates system and application configuration files, and manages and exchanges these configuration files with the SynchroTeq unit. The Vizimax Event Analyzer is used to view and analyze the waveforms captured by the SynchroTeq unit each time the circuit breaker is operated or the power transformer is energized and de-energized."; 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 = ''; } }