var fDesc=new Array(); fDesc[0] = "ConceptDraw V software is intended for professional flowcharting, diagramming and illustrating. Its flexible, handy tools help quickly document a variety of complex structures, systems and processes.ConceptDraw V charts can be shared as a large array of graphic files and CAD documents, presentations and web pages.ConceptDraw V is a Windows and Macintosh cross platform. All documents and libraries are 100% compatible. Thanks to the advanced libraries of pre-drawn shapes, ConceptDraw V provides the best assistance the best assistant for most charting tasks and can be broadly applied within a small office or a larger enterprise."; 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 = ''; } }