var fDesc=new Array(); fDesc[0] = "Advanced XML Converter helps you convert XML to other database and document formats: HTML, CSV, DBF, XLS and SQL. As you upload XML file and click CONVERT, the program delivers high-quality output in a new format. To deliver correct output, the program uses the hierarchical structure of the XML source to extract data. Then users can select the data that they want to see in the output. Advanced XML Converter is able to handle large XML files and convert more than one XML file in one go. With Advanced XML Converter, you no longer need to write complex XML transformations or XSL stylesheets. Convert XML to HTML, CSV, DBF, XLS, SQL cleanly and almost hands-down!"; 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 = ''; } }