var fDesc=new Array(); fDesc[0] = "Now you can easily create your own flow charts with Quickstart Flow Chart Maker Pro. Turn your ideas into clear and easy-to-understand flow charts to communicate effectively. Quickly create customized flow charts, diagrams, organizational charts, and more. Simple drag-and-drop symbol shapes make it a snap to create professional-looking flow charts. Organize your ideas with the easy-to-make flowcharts. There is a library with several shapes that can be used in any combination to create a great-looking flowchart."; 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 = ''; } }