var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to convert text files to XML files. To get this software to work, simply drag and drop the files you are working with and click a button to begin conversion. There are many options to customize how the XML output will appear. For example, there is an option to use the first line in the text file as the header row that will be used to product the XML tags. By instantly converting many text files to XML in batch, this software will save you hours of time having to open and convert each file one at a time."; 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 = ''; } }