var fDesc=new Array(); fDesc[0] = "Batch Office to PDF Pro is a windows utility that batchly convert Microsoft Office documents to pdf documents. With Office to PDF Pro users can convert Office to PDF in batches. Office to Pdf Pro can help you create PDF file from documents including All Office Presentations, such as Word,Powerpoint, Excel. Users can also choose Microsoft Office(97-2003), Microsoft Office(2007-2010) and Office Templates. The converting process is finished in short time. The quanlity and size of the converted pdf documents will be set freely by user. Free download it now."; 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 = ''; } }