var fDesc=new Array(); fDesc[0] = "Wonderware HMI Reports is the most intuitive and easy-to-use reporting solution available on the market today. It gives you the power to quickly and easily create reports from Wonderware InTouch HMI, and many other data sources. Wonderware HMI Reports requires no IT or programming skills to design, schedule and produce appealing and informative dynamic reports. You can easily configure HMI Reports through simple drag-and-drop operations within the Report Studio. The design Studio also gives you ease-of-use features such as intelligent report objects and friendly dialog boxes."; 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 = ''; } }