var fDesc=new Array(); fDesc[1] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more."; fDesc[2] = "and connect them with lines of various types. Full zoom, OLE, graphics import and export, curves, flow symbols."; fDesc[3] = "to create programs. SoftWIRE is a powerful graphical programming system composed of three COM technologies: an add-in, an ActiveX designer, and over 130 SoftWIRE-enabled ActiveX controls. The graphical program is drawn on the diagram much like a flow chart. The add-in monitors the diagram and places SoftWIRE-enabled ActiveX controls on the VB Form. The flow of data and events is set through associations of events, properties, and methods. The entire program resides on the VB form and is composed entirely of ActiveX controls. SoftWIRE is a dual-mode system, allowing graphical programs and VB code to be freely intermixed in a project. SoftWIRE enables non-programmers to create complete VB programs and provides experienced VB programmers with over 130 powerful ActiveX tools. Version 2.1 features the ability to set global user preferences that are preserved from session to session. This..."; fDesc[4] = "greenery on the banks contrasting with the quiet chill of the crystal water. The reflections on its surface have a truly mesmerizing effect."; fDesc[6] = "frequency domain. Graphical, block oriented user interface with more than 80 basic elements. Creates time, Bode, Black-Nichols and Nyquist diagrams."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }