var fDesc=new Array(); fDesc[0] = "NOLLA WorkSpace is a design tool for defining and implementing manufacturing process automation projects. Nolla tools guide you through the automation design process, from the initial definition of manufacturing components, all the way through automatically generating PLC code for use in the manufacturing process. The table-driven tools provide the ability to model process automation components using a host of flexible parameters in a convenient tabular format. Users can craft the appropriate table structure as needed, or they can leverage Nolla-provided templates."; 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 = ''; } }