var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[3] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[4] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[5] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor.";
fDesc[6] = "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[7] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files.";
fDesc[8] = "single PDF. It increases the convenience of document delivery by having a single PDF that contains material from different sources. One mouse click is enough to send the PDFs through your default email program.";
fDesc[9] = "and save them in an editable form, preserving the layout and formatting of the original as closely as possible. This incredible application is really easy to use and intuitive with wizards that make your work even easier.";
fDesc[10] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites.";
fDesc[11] = "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[12] = "features supplied by previous versions of this Nuance/Scansoft PDF Converter, version 5 includes interesting new features about speed, Vista compatibility, movies and sounds, text to speech, transparency in watermarks, etc.";
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] = ", etc. from a PDF document to a Microsoft Word RTF document, keeping same distribution and appearance. It doesn't need Microsoft Word, Acrobat Reader or else for performing the conversion between documents. It works stand alone for creating a MS Word document out of a PDF document.";
fDesc[15] = "because it works as a printer – a virtual one in fact - listed on your system, so when you want to create a PDF file from a document you have created on other regular application such as Microsoft Word, you just send it to print by this particular printer.";
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 = '...';
}
}