var fDesc=new Array(); fDesc[0] = "Connected Components Workbench, design and configuration software, offers controller programming, device configuration and integration with HMI editor. Connected Components Workbench software is developed based on proven Rockwell Automation and Microsoft Visual Studio technology. Connected Components Workbench software can help to minimize your initial machine development time and cost."; 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 = ''; } }