var fDesc=new Array(); fDesc[0] = "RETOM-61 is a relay protection and automation testing utility. The program allows you to carry out independent automatic or manual control of three current and voltage sources, to record automatically operating and reset of the tested protection according to different characteristics, to actuate protection logic using binary outputs, to measure and oscillographically record analog inputs (ADC) voltages."; 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 = ''; } }