var fDesc=new Array(); fDesc[0] = "This product provides the same functionality as Perfect PDF 6 Premium. One possibility is restricted: integration in MS Office does not allow the importation of metadata from MS Office documents. It is possible to convert MS Office files to PDF.
Perfect PDF 6 Professional enables the creation of PDFs from any application that can print, as well as directly from Windows Explorer, Internet Explorer and Microsoft Office (Word, Excel, Power Point, Outlook)."; 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 = ''; } }