var fDesc=new Array(); fDesc[0] = "office Convert Word to Pdf is a powerful document to pdf converter, the converter allows you to convert hundreds of windows printable documents, such as word (doc, docx, docm), txt, rtf to searchable pdf (as default format, as image format,as text  format) document. The converter can be used as a PDF writer or PDF creator from multiple applications as soon as it supports printing. Office Convert Word to Pdf supports the fast, affordable way to create professional-quality documents in the popular PDF file format. It accurately retains the layout of the original document file. Its easy-to-use interface only allows you to create PDF files by simply click the "Convert" button."; 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 = ''; } }