var fDesc=new Array(); fDesc[0] = "This is a simple flowchart design program with a drag-and-drop interface. Flowchart Maker comes with a large variety of built-in symbols for flowchart, data flow diagram, BPMN and work flow diagram design. The flowchart can be exported to various formats that is compatible with MS Word, PowerPoint, Excel, Visio, etc. You can also save them as images, PDF, HTML, and SVG."; 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 = ''; } }