var fDesc=new Array(); fDesc[0] = "We sometimes need a tool for editing graphical data. These come in use when creating flowcharts and diagrams. Diagram Designer is a graphics editor tool that is used in such purposes. These graphical data contain mathematical solutions and it is not possible to edit these images in a simple editing tool.

This graphical editing software comes bundled with a lot of features that make the hard-looking job of creating and editing diagrams quite simple. It contains a customizable template object palette and also a spellchecker that contains two languages that are English and Danish. Almost all image extensions like WMF, EMF, BMP, JPEG, PNG, MNG, ICO, GIF and PCX formats can be imported as well as exported.

Diagram Designer comes with a built-in slide-show player and also a simple graph plotter that is useful in plotting mathematical expressions. Compressed file formats are used for reducing the size of the file being drawn. A calculator is also included that has the advanced functions for solving equations. The software is integrated with MeeSoft Image Analyzer for bitmap image editing and extended file format support.

The user interface is relatively simpler to other softwares in this category. Further more, the tool is a freeware. This makes it a must have for all the professionals in this field."; 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 = ''; } }