var fDesc=new Array(); fDesc[0] = "SoftSpire DOC to PDF Converter is a tool that converts MS Word documents (DOC files) to PDF files, allowing you to print content of Word files in the absence of MS Office, view, and open DOC files in PDF format. This application also converts unlimited DOC files to PDF in a single conversion cycle or in one batch and supports Unicode character conversion."; 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 = ''; } }