var fDesc=new Array(); fDesc[0] = "Serna Free XML editor is an easy-to-use open source WYSIWYG XML editor for those who wish to smoothly adopt the XML technology. Indeed, Serna Free is the most powerful among free and open source XML editors for WYSIWYG authoring.
Most people will find Serna Free XML content editor easy to use as it hides all the complexities of the underlying XML technology. Authors with virtually no XML experience can easily start working with structured XML content in a familiar environment that looks much like a conventional word processor."; 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 = ''; } }