var fDesc=new Array(); fDesc[0] = "PDF2Office Personal converts PDF documents into fully editable Microsoft Word 97 - 2003 format recreating the original construction and layout of the document. PDF2Office Personal forms paragraphs, applies styles, regroups independent graphics elements, extracts images; creates tables; processes headers/footers, endnotes/footnotes and columns/sections automatically - without any intervention. Features Summary Open PDF documents directly in Microsoft Word: PDF2Office Personal is a plug-in for Microsoft Word that enables you to directly open PDF documents within Microsoft Word. Click Open: Right click on a PDF document on the desktop and have it open in Microsoft Word. Quick PDF2Office Personal converts the PDF document to Microsoft Word format within seconds. Familiar Interface: PDF2Office Personal uses standard Microsoft Word interface for opening a PDF document - there is no need to learn anything new. Seamless Integration: PDF2Office Personal seamlessly integrates with Microsoft Word and the Windows desktop interface. Extract Data: Extract text, images and/or other data from specific pages. Multi-Language/Asian Language Support: Supports English, Japanese, Chinese, Korean and Western European-language data contained in PDF documents"; 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 = ''; } }