var fDesc=new Array(); fDesc[0] = "Full functionality as a standalone tool is enabled so as to enjoy the simplicity of using the tool. This version is an evaluation version and is a standalone, and hence none of the functionality that is enabled for Workflow Connect, or Workflow Automation is available as there is no connection to any database. This version of Workflow Designer seamlessly binds both a flow chart diagram and workflow details together to help break Procedures or Workflow Maps into easy to manage steps with so little effort. As you add each step into the workflow map you enter the step's workflow or procedural information, ensuring both accuracy and sense, up front, without rework or guessing sequences of information! Workflow Designer has an integrity checker that checks your workflow for errors and ommissions so you can be confident that the chart is validated for critical items prior to distributing. With the chart and information securely locked together you can publish to a hard copy such as MS Word or PDF."; 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 = ''; } }