var fDesc=new Array(); fDesc[0] = "The Altova® MissionKit® 2011 for Enterprise XML Developers is an integrated suite of XML and data integration toolset that delivers the highest functionality and the best product value.

Main features:

- XMLSpy Enterprise Edition – the industry-leading XML development environment
- MapForce Enterprise Edition – the graphical data mapping, transformation & conversion tool
- StyleVision Enterprise Edition – the visual stylesheet designer for XML, XBRL & databases
- DiffDog Enterprise Edition – the powerful diff / merge tool for files, folders, and databases
- SchemaAgent – the visionary tool for managing XML-based file relationships
- SemanticWorks – the visual RDF/OWL editor for the Semantic Web"; 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 = ''; } }