var fDesc=new Array(); fDesc[0] = "Aspose.Workflow is a .NET component which helps managing workflow applications for automating business processes and designing them in GUI mode. It provides a powerful workflow engine along with a full set of industry standard workflow objects. It supports Microsoft Access, SQL Server, Oracle, MySQL, PostgreSQL databases and other features like join/split activity, package/process variables, user/group management, participant mapping and WFMC standards for XPDL & WF-XML are also supported."; 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 = ''; } }