var fDesc=new Array(); fDesc[0] = "ControlDraw is a diagram processor that provides drawing tools, text handling functions and an integrated database for the design, specification and documentation of Process Control Systems. With ControlDraw, hundreds of diagrams can be related each other through hierarchical links.

Features:
- Draw diagrams by dragging and dropping symbols and connecting them together.
- Produce Specifications for any component in the model.
- Interactively build state matrix tables to define the dynamic behaviour of objects in your model.
- Draw a diagram once and then create multiple instances of the data associated with the diagram.
- Use Dynamic Simulation to illustrate and test your model.
- Keep a precise record of all changes as you develop the model through the Version Controls."; 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 = ''; } }