var fDesc=new Array(); fDesc[0] = "The Synthis Process Modeler is a flowchart-based documentation tool that makes it easy for business and operations people at all levels within the organization to visually map and document their business processes.

Using simple drag-and-drop techniques, users can create information-rich process maps that link directly to existing documentation and systems. Published process models can be easily accessed via the Web or corporate Intranet.

At any time, the process model can be queried to identify all direct and indirect object relationships. External information, such as published standards and regulations, can be imported as object libraries and associated with any process map or process step.

With Synthis Process ModelerTM, building high-value process models that support more effective strategic and tactical decision-making is now within the reach of any organization."; 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 = ''; } }