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] = "true, it can converts almost anything if we are talking about images files. From a very large list of file types, wich includes HTML, DOC, XLS, WPD, PDF, JPG, GIF, TIF, PNG, PCX, PPT, PS, TXT, Photo CD, FAX and MPEG, among others, you can choose whatever you need at the moment.";
fDesc[3] = "plenty of image files, including JPG, TIF, GIF, BMP, PNG, WMF, PDF, EMF, PCX, PIC and PSD. This software also enables you to compose electronic books which can be published in the Internet. The program supports watermark, viewer and bookmark settings.";
fDesc[4] = "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[5] = "converting your images to PDF documents is enhanced with the latest technology and capabilities and is an ideal solution for home-based tasks and also for business enterprises.";
fDesc[6] = "very short amount of time with no quality loss at all. The program has got a friendly interface, which makes it very easy to use.";
fDesc[7] = "different file formats including Microsoft office word (.doc, .docx. docm), excel (.xls, .xlsm, xlsx), powerpoint (.ppt, .pptx, .pptm), pdf, htm, html, rtf, txt to image format. Conversion doesn’t take a lot of time.";
fDesc[8] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF";
fDesc[9] = "into JPG images. You can customize the level of quality of the resulting JPG images, and set the conversion parameters according to the quality of the original PDF file. With its batch functionality, you can convert a large number of documents in just one single operation.";
fDesc[10] = "also used to create image and bitmap files like JPG, JPEG and BMP or a searchable PDF file. It is the most convenient way to convert a laser printer supported PCL or PXL format file into a small PDF document.";
fDesc[11] = "The program has got a really friendly interface that will guide all users on how to convert one file from one into another in a simple way.";
fDesc[12] = "document type to PDF or image file formats and provides several countless options to control your PDF document's security, information and much more.";
fDesc[13] = "in individual processing, parts are taken from the PDF page as a picture and remarks are created.";
fDesc[14] = ", TGA, PCX or other format from any Windows software. To develop your software based on ActMask Virtual Printer SDK, see http://www.all2pdf.com";
fDesc[15] = "from any software. To develop your software based on ActMask Virtual Printer SDK, see http://www.all2pdf.com";
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 = '...';
}
}