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] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[3] = "spell checks on items such as form fields and comments and to add and edit custom words in their user dictionaries for future reference. A selection of spelling dictionaries used can be customized as per the order in which these are needed.";
fDesc[4] = "to convert PostScript language files to many raster formats, view them on displays, and print them on printers that don't have PostScript language capability built in; An interpreter for Portable Document Format (PDF) files, with the same abilities; The ability to convert PostScript language files to PDF (with some limitations) and vice versa; and A set of C procedures (the Ghostscript library) that implement the graphics capabilities that appear as primitive operations in the PostScript language.";
fDesc[5] = ", 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[6] = "Format. GSview allows selected pages to be viewed, printed, or converted to bitmap, PostScript or PDF formats.";
fDesc[7] = "modify existing PDF documents. The application has the ability to create in batch mode and combine multiple files and multiple file types in a single PDF document, as well as create PDF packages.";
fDesc[8] = "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.";
fDesc[9] = ", including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button.";
fDesc[10] = "runs individually, its configuration is easy and fast. The Main Menu has all the elements to transfer your PDF Format into Excel format.";
fDesc[11] = "with security abilities, display configurations, compatibility settings and else. Like others PDF creation software, it works as a virtual printer driver listed on the Printer and Faxes window of your operating system.";
fDesc[12] = "display configurations, compatibility settings and else. Like others PDF creation software, it works as a virtual printer driver listed on the Printer and Faxes window of your operating system. You can access to securtity abilities upgrading to the professional edition.";
fDesc[13] = "they can be shown and distributed on any computer with any Operating System as a digital document. Any file that can be printed out of any MS Windows application can be converted to a PDF document by means of this free program.";
fDesc[14] = "installs itself as a virtual PDF printer driver so you can convert your documents just by printing them. The process is extremely easy. If you know how to print you know how to convert any document to PDF.";
fDesc[15] = "document format really fast and very easily with just two clicks. You can control colors, fonts, compatibility of the output PDF file. You need Microsoft PowerPoint to be installed on your computer - however, yYou don't need Adobe Acrobat to be installed.";
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 = '...';
}
}