var fDesc=new Array(); fDesc[0] = "ORM Studio provides Object-Role Modeling at its finest. Analyse and Design Relational and Graph Databases using ORM. This Community Edition of ORM Studio provides supports import and export of Fact-Based Models in their native .fbm format.

Viev Pty Ltd is a leading provider of ORM based solutions, building enterprise solutions over a state of the art ORM metamodel. Practitioners of Fact-Based Modeling will be at home using ORM Studio.

Offering a wide array of constraints and validation techniques ORM is a database design methodology second to none."; 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 = ''; } }