var fDesc=new Array(); fDesc[0] = "An all-inclusive diagramming software for Windows system that is capable for 260+ drawing types including flowcharts, mind maps, org charts, infographics, floor plans, network diagrams, Gantt charts, electrical schematics... and that is just the beginning!
More than 260 kinds of diagrams help you analyze data easily and present information nicely. Make complex content and statistics understandable at a glance. Turn tedious report into attractive infographics. By linking shapes to data, inserting hyperlinks and attachments, this Linux diagram software will boost communication greatly."; 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 = ''; } }