var fDesc=new Array(); fDesc[0] = "PMU editor provides various drawing tool and built-in library so that user can easily configure and use HMI system. And its various function such as simulation help user to control and monitor the system more simply and conveniently. Specifications:
- Runs on Windows 95/98/NT/2000/XP
- Project integrating environment for convenient use
- OS and font downloading for version upgrade
- Screen magnification support for detailed graphic design
- Assigns direct/indirect devices
- Provides various libraries for the elements of system configuration
- Simulation by connecting to PMU
- Data can be converted into MS EXCEL format ."; 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 = ''; } }