var fDesc=new Array(); fDesc[0] = "Unifosys OrgDoc is a Organization Chart Creator & Data Organizer software. It is a document based (*.odoc) organization chart creator and personal data management system.

Major features are:

=> Import organizational/hierarchy data from Excel file or manually enter data.
=> Easy Editing: Bulk Editor, Tree Editor, Drag and Drop in Chart.
=> Attractive chart layout and node formatting options; Collective formatting for groups and levels, in addition to individual nodes.
=> Data organizer capabilities using organization chart. Internal spreadsheet and rich editor, for each of the nodes; can attach external documents too.
=> Dynamic organization chart capabilities like expand/collapse, subcharts etc.
=> OrgDoc is a document-based system. So you can create and save new odoc documents, and can work on multiple documents at a time.
=> PDF/Image Export.
=> MS Excel is not required on the machine to use spreadsheet, formulae, and charts."; 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 = ''; } }