var fDesc=new Array(); fDesc[0] = "Liquid Studio provides an advanced toolkit for XML and JSON development along with Data Mapping and transformation tools.

The Development Environment contains a complete set of tools for designing XML and JSON data structures and schemas. These tools provide editing, validating and advanced transformation capabilities. For novice or expert, the intuitive interface and comprehensive features will help you save time and money delivering a successful project."; 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 = ''; } }