var fDesc=new Array(); fDesc[0] = "PowerHMI© enables users to configure the product to certain applications by accessing the operating system and scaling it to meet their needs. Movicon PowerHMI© is easy-to-use and designed to give you a very intuitive and rapid environment for you to build any visualization and graphic interface application for PCs, Touch Panels, Embedded devices or Mobile devices. Through the Project Explorer Windows you can explore, insert, edit and modify any of the project's resources. The Task Panel, at the bottom of the screen, allows you to set resource related commands with simple right mouse clicks. Filters, ordering and many other programming functions have been left at your disposal."; 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 = ''; } }