var fDesc=new Array(); fDesc[0] = "Free PDF Converter is a online web-based document to PDF converter software. It converts various types of files like Word DOC, Excel XLS, PostScript PS, PowerPoint PPT, RichText RTF and others to PDF. The PDF documents are created in few mouse clicks, no any additional software is required. PDF files can be protected with password or watermark added to document. Free PDF Converter also has the opposite feature enabling to convert PDF documents into MS Word DOC files."; 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 = ''; } }