var fDesc=new Array(); fDesc[0] = "RSView®32™ is an integrated, component-based HMI for monitoring and controlling automation machines and processes. RSView32 is available in English, Chinese, French, German, Italian, Japanese, Portuguese, Korean, and Spanish. RSView32 expands your view with open technologies that provide unprecedented connectivity to other Rockwell Software products, Microsoft products, and third-party applications. Open its graphic displays as OLE containers for ActiveX® controls — with thousands of third-party ActiveX controls to choose from, you can drop ready-made solutions right into your projects"; 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 = ''; } }