var fDesc=new Array(); fDesc[0] = "Joinwork Process Studio is a Business Process Modeling tool with implementations of the OMG standard BPMN.

By using the tool you can visually model your business processes to precise and comprehensive diagrams with the BPMN symbols which are with precise semantics.

- Implementations of OMG's BPMN standards.
- Full BPMN syntax validation and problem checking.
- Over eight years "built-in" BPM expertise since 2002.
- Best combination with Joinwork Process BPMN Engine."; 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 = ''; } }