var fDesc=new Array(); fDesc[0] = "ARCWAY Cockpit is a product of the ARCWAY AG. It is an integrated specification, planning and documentation tool. ARCWAY Cockpit uses a unique, visual approach to combine and integrate the various aspects of projects. ARCWAY Cockpit supports the creation of a project specification and project plan, which contains the significant information about processes, requirements, open issues and so on and connects them to elements of the technical solution (architecture plan, tasks). The optimal solution for freelancers and business analysts! Make use of the extensive capabilities of graphical modelling and requirements engineering to create professional requirements specifications or to document IT architectures and business processes. Creating and managing graphical models of business processes and IT. A central repository contains all models and allows for fast navigation, e. g. changing views and drill down .Straightforward relation management via drag'n'drop. Generating reports and documents."; 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 = ''; } }