var fDesc=new Array(); fDesc[0] = "Easy XML Converter is a software that helps to convert XML files into a variety of formats. The program has a help screen that tells you which tables (elements) are related to each other. Choose what you want to convert from a tree view, select the desired columns and you're done. The converter also supports batch job. Paths and all conversion functions are set and stored in a schema, which you activate when you need to convert an XML file."; 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 = ''; } }