var fDesc=new Array(); fDesc[0] = "Word Excel PowerPoint to Pdf Converter 3000 is the fast, affordable way to free create professional-quality documents in the popular PDF file format from Word, Excel, PowerPoint, RTF. Its easy-to-use interface allows you to create PDF files by simply a few clicks, creating documents which can be viewed on any computer with a PDF viewer. It supports a lot of formats including doc, docx, docm, xls, xlsx, xlsm, ppt, pptx, pptm, rtf etc. The conversion speed is very high and the quality is super good with accurately preserving the original text, layout, graphics,images etc."; 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 = ''; } }