var fDesc=new Array(); fDesc[0] = "SpiceLogic Document 2 Text Converter is a Windows software that provides you an efficient way of converting your document files from various types to plain text. The supported conversion types are : MS Word (.doc), MS Excel (.xls), PDF, HTML and RTF. MS EXcel (.xls) files are converted as CSV plain text file. It allows you to convert a lots of files as BATCH PROCESSING by a single mouse click. You dont need MS Office installed to run *.DOC 2 *.TXT conversion. Very fast and user friendly interface. If you are a developer and looking for a .NET DLL Component to convert documents to plain text, please check our website www.SpiceLogic.com to get a DLL that suits your need."; 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 = ''; } }