var fDesc=new Array(); fDesc[0] = "office Convert Text Rtf to Pdf Free is the best solution to convert dozens of printable documents as Word (doc,docx,docm),rtf, txt to pdf (as default format, as image format, as text format). It can convert with high good quality for business and individual to improve the work efficiency. With this powerful converter, you can create PDF file from versatile formats with retaining the original document format. More setting options let you control the output file more accurately. Its easy-to-use interface only allows you to create PDF files by simply click the "Convert" button. The Converter includes page settings as Top, Bottom to get you required PDF file."; 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 = ''; } }