var fDesc=new Array(); fDesc[0] = "MarkLogic is a document-centric, schema-agnostic, structure-aware, clustered, transactional, secure database server with built-in search and a full suite of application services.

MarkLogic is designed for today’s data, including documents, relationships, and metadata. MarkLogic is the only database that can natively store and rapidly query JSON, XML, RDF, and more—providing a single powerful platform for all of your data. The document-centric data model is schema-agnostic which provides flexibility in modeling data."; 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 = ''; } }