var fDesc=new Array(); fDesc[0] = "A helpful extension of Microsoft Office and OpenOffice.org. Perfect PDF 7 Office will be integrated in 16 widespreaded Windows applications: Windows Explorer, Microsoft Office (Word, Excel, PowerPoint, Outlook, Visio und Project), OpenOffice.org (Writer, Calc, Impress, Draw, Base, Math), Internet Explorer, Mozilla Firefox and Thunderbird. Perfect PDF 7 Office converts Microsoft Office, OpenOffice files and Documents, incl. metadata, Web sites and HTML files, images and Texts in PDF format. That means that the links, tables of contents, bookmarks, form fields and controls, comments and indexes of your Office documents will also be present and functional in the resulting PDF."; 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 = ''; } }