var fDesc=new Array();
fDesc[1] = ", 2003, 2002, or 2000. You may copy text or graphic into another program, but you will only be able to open the document for editing if you have Microsoft Word installed.";
fDesc[2] = "by scanning. The user can then store their documents on disk, or organize them for fast retrieval and management. They can then seemlessly share these documents with other applications like Microsoft Word or Excel for greater office productivity. It's as easy as clicking the scan button and sending the scanned file to the chosen associated application. These utilities empower the user by giving them total control of all their documents stored on disk.";
fDesc[3] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document.";
fDesc[4] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[5] = "Word files. When converting one file into another, the program will allow you to preserve the original layout, images, text and more PDF's information. You can convert one or a group of files per time.";
fDesc[6] = "is very intuitive with excellent search functions. With the search criteria you can search multiple folder structures at once and specify all the functions for identifying the duplicates.";
fDesc[7] = "just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout.";
fDesc[8] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats.";
fDesc[9] = "documents, on the context window appears \"Open with TextMaker Viewer\" to allow the application to display the document in its original format. As a document viewer, the user is not allowed to edit ot modify the displayed document.";
fDesc[10] = "format in seconds. The application adds a toolbar to Microsoft Word, allowing you to control the program from there. You simply have to open a document and press the button reading \"Save as PDF\", and it instantly creates the PDF format of your document.";
fDesc[11] = "secure Adobe PDF documents. With Acrobat Elements you can: * Create Adobe PDF documents * Print to Adobe PDF * Create accessible Adobe PDF documents * Use a de facto standard * Distribute files electronically * View and print reliably * Protect files * Help restrict access";
fDesc[12] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more.";
fDesc[13] = "just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout.";
fDesc[14] = "presentation formats, preserving the original documents format (images, backgrounds, colors, etc.). The output result file is a document generated in another format that is very representative of the original file.";
fDesc[15] = "(.doc, .docx, .dot, dotx files) as well as documents in the Rich Text format (.rtf files) due to a virus, to a failure in the operating or file system or any software failure.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}