var fDesc=new Array(); fDesc[0] = "Grapholite is an easy to use, touch-friendly, inexpensive, yet very powerful alternative to Visio that can be used for all types of business graphics: flowcharts, floor plans, office layouts, uml diagrams, organizational charts, mind maps, venn charts, bpmn diagrams, web-site structures and wireframes, technical drawings, network layouts, ui mockups and much more.

Creating beautiful drawings does not require design skills thanks to built-in themes and styles, hundreds of ready-to-use shapes on the toolbox, dynamic grid, snap lines and smart shapes. Unique “sketch” mode allows styling of any figure as if it is sketched by hand."; 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 = ''; } }