var fDesc=new Array(); fDesc[0] = "Smart Flow is the ISS internally-used workflow and document management system. It is aimed to the managers who need their daily work neatly organized, and the information easily available. Smart Flow organizes everyday work and documents into categories, work processes and tasks, which include all related data, documents, contacts, and notes. The scanned documents, the references to paper documents and the links to files and Internet pages are treated as all other documents. Smart Flow provides automatic filling-in of frequently used electronic documents, by using document templates and separating the data from the documents. The frequently used work processes could be easily separated as workflow templates. Smart Flow includes a shared scheduler for appointments, available to all users of the same server. The scheduler works similarly to Outlook Calendar, but it is multi-user and includes appointment reminders, recurrence patterns, etc. Smart Flow provides also internal messaging and notification system to all users of the same server. Last but not least, Smart Flow has strong security, confidentiality and back-up features. All categories, work processes, tasks, appointments, documents and data are subject to security limitations. They are available only to the users with sufficient rights. Version 1.9.3 adds the possibility to select individual attachments when importing e-mails; Improved the appearance and deletion of the recurrent appointments; Fixed the problem of entering too long appointment subjects; Improved and simplified the deletion of the user groups; Fixed the position of contacts in the tree, when their types or parent contacts have been changed."; 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 = ''; } }