var fDesc=new Array(); fDesc[0] = "Nevron Diagram Designer is a freeware diagram editor powered by Nevron Diagram for .NET controls. It is suitable for creating various kinds of diagrams and performing different layout algorithms on them. The Diagram Designer also can make you familiar with the features provided by Nevron Diagram for .NET

Besides the Diagram Designer itself we have included in the install package 6 sample applications utilizing the Nevron Diagram components – Pipeline Editor, Class Designer, Ticket Reservation, Map Navigation and Visio Stencil Importer. These simple applications will help you understand what our diagramming solution can do for you and your users. All you have to do is to place our diagramming components in your project and write just a few lines of code and that’s it – you will end up with a fully functional end-user application."; 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 = ''; } }