var fDesc=new Array(); fDesc[0] = "Adobe Acrobat Standard software enables business professionals to reliably create, combine, and control Adobe PDF documents for easy, more secure distribution and collaboration.

With Acrobat Standard you can:

* Combine and arrange documents:
Combine documents, drawings, and rich media content into a single, polished Adobe PDF document. Arrange files in any order regardless of file type, dimensions, or orientation.

* Manage shared reviews:
Easily conduct shared reviews—without IT assistance—that allow review participants to see each other's comments and track the status of the review.

* Use familiar review and commenting tools:
Use familiar commenting tools including a highlighter, sticky notes, pencil, strikethrough, and more. Also attach files from other applications inline as comments.

* Track reviews and manage comments:
Track which reviewers have contributed feedback. Compile comments into a single PDF document with one-button ease and sort them by author, date, or page.

* Save in Microsoft Word:
Save Adobe PDF files as Microsoft Word documents, retaining the layout, fonts, formatting, and tables, to facilitate reuse of content.

* Archive papers and e-mails for easy search and retrieval:
Scan paper documents with OCR technology to create compact, searchable Adobe PDF documents. Convert Microsoft Outlook and Lotus Notes e-mail archives to Adobe PDF to facilitate search and retrieval.

* Capture web pages:
Convert web pages to Adobe PDF documents to easily print, archive, mark-up, or share.

* Unify with headers, footers, and watermarks:
Automatically remove headers and footers from source files and add unifying headers, footers, or watermarks to your combined Adobe PDF document.

* Sign documents digitally:
Apply digital signatures to authenticate documents, manage their status, and help prevent modification.

* Create security policies:
Create customized combinations of passwords and permissions and save them as security policies that can be easily applied to new Adobe PDF documents.

* Create in PDF/A for archiving:
Create documents in PDF/A, the ISO standard for long-term archiving of electronic 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 = ''; } }