var fDesc=new Array();
fDesc[1] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions.";
fDesc[2] = "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[3] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum";
fDesc[4] = "having Adobe Reader installed. The program has the ability to preserve the original layout, bookmarks, links, vector drawings and images. It also supports encrypted PDF files, 4 types of image format, hyperlinks, etc.";
fDesc[5] = "long time. Taking CHM files or CHM ebooks, it will convert them to any document format you wish.";
fDesc[6] = "but powerful tool has diversified options to help you do your conversions, easily. You can start working since one single file through various options. Has the peculiarity of making use of all functions through hot keys.";
fDesc[7] = "formats such as MS Office Word DOC, XLS, JPG, TIFF, Adobe Acrobat PDF, and plain text. When FLASH is included in the web page to be converted, the application will create a screenshot for showing it in another file format.";
fDesc[8] = "incredible program enables you to convert files preserving the original layout, links, bookmarks, images and vector drawings.";
fDesc[9] = "such as txt, csv, mdb, html, dbf and many more. This program will convert your files from one into another in a very fast way. The program has got a very friendly interface that will let you know how to make your conversions in a easy way.";
fDesc[10] = "transform any Html code into a script. The languages that this program supports are: JavaScript, PHP, Perl, ASP and JSP. We can change the program's options, where we can adjust the processing settings, clean the email addresses and select different languages.";
fDesc[11] = "previews or thumbnails of web sites in several formats, such as TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, PCX, TGA, JP2 (JPEG2000), PNM, etc. This application doesn't depend on print drivers. Just the opposite, it has its own means to produce conversions of high quality.";
fDesc[12] = "HTML files in just a few steps. This incredible program enables you to convert files preserving the original layout, links, bookmarks, images and vector drawings.";
fDesc[13] = "PHP portions or files in a very easy way. Using this application, you will be able to convert from as small as one line to as thousands of lines of code in a very fast way.";
fDesc[14] = "files almost instantaneously. All you have to do to get your text files converted is to add the file into the program main window and then click on the convert button. Once you do that you will see the text automatically converted.";
fDesc[15] = "the original file, and even edit the HTML code before saving the converted text. The program also allows you to easily copy all the HTML code into other applications via your clipboard.";
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 = '...';
}
}