var fDesc=new Array();
fDesc[1] = ", columns, and graphics. All the features of a perfect PDF editor, PDF to Word and Excel converter makes this program nearly the best solution for your PDF-related problems.";
fDesc[2] = "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[3] = "Word file, and then choose if you want to delete it, view it (Word will open), or convert it to PDF. The program uses GPL Ghostscript to do this, installing the WordToPDF Printer. This can be viewed and changed in the \"Options\" section.";
fDesc[4] = "This program is designed to prevent disclosure of confidential or inconvenient information. This application analyzes the Word files, then detects and removes hidden data from your documents. You can do it with a single file or process all files in a folder.";
fDesc[5] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips.";
fDesc[6] = "opening them with the corresponding program. It's really time and resources saving! See your favorite Excel and Word files in a snap, play multimedia files and more!";
fDesc[7] = "also offers text editing, retaining the format and layout, converting scanned PDFs to Word, creating PDFs from any Windows application; all this while retaining (optionally) the original design of your PDF.";
fDesc[8] = "documents. Using this program, you will be able to recover text, layout and images of your original documents. To use this program, you do not require any special software.";
fDesc[9] = "and RTF formats in 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[10] = "learn a word, its pronunciation (by a native speaker), and its meaning. There are many types of exercises to test our skills (listening comprehension, spelling, pronunciation, reading comprehension and so on).";
fDesc[11] = "electricity failures. Because of such events we can lose important data. That is why it is very important to have a reliable tool for repairing corrupted Word files. Stellar Phoenix Word Recovery is a perfect candidate for becoming such a tool.";
fDesc[12] = "format then DocSmartz - PDF to Word Converter has no better replacement. This standalone tool free from cumbersome interface has been designed keeping in view the user end to make conversion job easier.";
fDesc[13] = "to 98 percent, allowing you to share big Word files by e-mail and through the Internet without having to worry about their size. The original layout and the functionality of the Word document is carefully preserved, and its images compressed with a minimal loss of their original quality.";
fDesc[14] = "be converted are doc, docm, docx, rtf, htm, html and txt. This software works the same for an individual file as well as for a batch.";
fDesc[15] = "Japanese audio word files, which can be imported to another Japanese learning program called Japanese FlashCards. If we are interested in learning words related to a given topic such as business, travel, music, etc., we can create very easily our own word files.";
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 = '...';
}
}