var fDesc=new Array(); fDesc[0] = "office Convert Document To Pdf is an application that can convert documents to popular formats in PDF format. With this program you may convert documents as Word (doc, docx ,docm), Excel (xls, xlsm, xlsx), PowerPoint (ppt, pptx, pptm), rtf, txt with good quality for business and individual to improve the work efficiency. It can retain the original document format."; 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 = ''; } }