var fDesc=new Array(); fDesc[0] = "Creately is a diagramming app that allows you to create Flowcharts, Mind Maps, UML, Database diagrams, Mockups or just about anything visual and collaborate with others right from your desktop.

Draw Anything

Diagramming is a breeze with Creately Desktop, making it easy to draw just about anything from your desktop or your browser. You can draw Flowcharts, UI Mockups, Mind Maps, UML diagrams, DB diagrams or just about anything to help you visually solve a problem.

Draw Anywhere

Creately Desktop is cross platform and runs on Windows, Mac or Linux. Your diagrams automatically sync to the cloud meaning no more email attachments or USB drives to worry about. It allows you to work from where ever you are, both on and offline. You can work in a way that suits you. Read More?

Clear Visual Communication

Creately helps you to avoid confusion and ensure the clarity of your projects by working with a clear set of diagrams. You can share your work and collaborate with your team through Creately. Team members can simply log-in to creately.com, for free, to comment and review diagrams.

Really Beautiful Diagrams

Give your presentations, reports and webpages the professional touch. Your diagrams can look stunning with our versatile ready-made templates, image search from Google and IconFinder.com and the complete spectrum of colours, gradients and fills. You'll want to show them off."; 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 = ''; } }