var fDesc=new Array();
fDesc[1] = "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[2] = ", playback, and edit them with professional results. It not only recognizes every note and chord present in printed scores, but it is also capable of digitizing most handwritten music representations, including accidentals, ornaments, ties, and slurs.";
fDesc[3] = "perfect recreation of the layout of the original document, this tool offers a wide range of customization settings and extra functionality, like adding metadata, applying security measures, executing a file before and/or after conversion, or merging several PDF documents.";
fDesc[4] = "RID formats. High resolution Software RIP(Up to 30,000 DPI).";
fDesc[5] = "into PDF all at once without losing any quality during the process. The program is able to convert TIFF files (black, white or color) into PDF files with a high quality level.";
fDesc[6] = "convert anything printable into PDF, TIFF, JPEG, GIF, PNG, BMP,or EMF with high quality";
fDesc[7] = "on-the-fly. # Convert PDF to Text # Convert PDF to RTF # Convert PDF to TIF (TIFF) # Converting on-the-fly # Can convert PDF with pass";
fDesc[9] = "secure CSF.";
fDesc[10] = "EPS files into DWG, DXF or DGN format, followed by option of importing them into a CAD system, however the application doesn’t require any AutoCAD program to run. There is provision of vectorizing pixel images, which can be embedded or saved into separate files.";
fDesc[11] = "from one into another. The program has the advantage of converting image files in a very short amount of time without losing any quality during the process.";
fDesc[12] = "designed to view, verify and print electronics design data and can be used by PCB Designers, PCB suppliers, Assemblers, Designers and Testers. The program contains viewing, editing and converting capabilities.";
fDesc[13] = ", 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[14] = "multi-page TIFF image into PDF document easily. It helps you to convert TIFF Group Images into a PDF document. It supports Compressed, Group3, Group4, PackBits, Run Length Encoded, Color, Gray scale, 8 bit, 16 bit, 32 bit, and many more Tiff image formats.";
fDesc[15] = ", etc.) to PDF files. Image to PDF Converter does support skew-correct and despeckle for B/W image 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 = '...';
}
}