var fDesc=new Array(); fDesc[0] = "The LUMEL-PROCESS program is a modern system of integration and data presentation. The program enables the creation of control and measurement applications by the user, for industrial installations, intelligent buildings, gas industry, power engineering.
The LUMEL-PROCESS program is destined to build telemetric systems for control and measurement applications in many domains of economy and industries, e.g.: food, power, chemical and processing industries."; 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 = ''; } }