var fDesc=new Array(); fDesc[0] = "Integrated Architecture Builder (IAB) is a graphical software tool for configuring Logix-based automation systems. It helps you select hardware and generate bills of material for applications that include controllers, I/O, networks, Powerflex drives, OnMachine cabling and wiring, motion control, and other devices. Outputs include bills of material and reports with quality graphics."; 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 = ''; } }