var fDesc=new Array(); fDesc[0] = "SimpleExport converts XML, CSV or any delimited text data to text or XML format using XSLT for integration with 3rd party applications. Built-in converters for Digitech PaperVision XML, CompuThink ViewWise BIF and CT Summation DII formats are included. This application also has a command line interface and the ability to run as an unattended windows service."; 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 = ''; } }