var fDesc=new Array(); fDesc[0] = "Process modeler is a simple tool for drawing flowcharts that you can print out or copy to another application like a word processing or a presentation tool. Supports the basic flowchart objects like terminators, process (of course), decisions, documents, connectors and more with custom colors and lines.

Process Modeler is a freeware, 32-bit, robust and easy to use tool with a lot of features. Let's you create, edit and save process diagram with printing, printing preview and copying to clipboard (yes, you can paste in Ms-Word, etc.)."; 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 = ''; } }