var fDesc=new Array(); fDesc[0] = "Software designed for complete operation of measuring systems and electricity meters. ZEUP POZYTON is committed to offering SOLEN tool software which has been designed for
access to full operating of all ZEUP POZYTON meters. This packet provides full activity of
controlling meters and calibration on the test bench or on site configurations. Because of
great software functionality SOLEN can also be used by measurement service of distribution
companies as remote billing data reader for customers of tariff groups like G, C, B and A"; 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 = ''; } }