var fDesc=new Array(); fDesc[0] = "asix is a software bundle for design and realization of industrial IT systems for enterprises, processes, technological lines, machines and devices, providing rich functionality expected from HMI / SCADA / MES systems. Beyond standard visualization and controlling, it realizes the effective archiving of data, reporting and making graphic trends , alarm management, recipes, visualization in Internet, multilinguality, production tracing & tracking."; 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 = ''; } }