var fDesc=new Array();
fDesc[1] = "the program is really fast and easy to use. From the screenshot itself, you can see that only some picture formats like the JPG, JPEG, GIF, TIFF, PNG and a PDF is only available.";
fDesc[2] = "having Adobe Reader installed. It has the ability to extract images and save them in the following formats: TIF, JPEG, BMP, GIF, PNG, TGA, PBM, PPM, and PCX.";
fDesc[3] = "The software supports the following image formats: JPG, JPEG, PNG, GIF, and BMP. JPEG to PDF is only 578KB, does not take up much PC/memory resources and is absolutely free.";
fDesc[4] = "font embedding, RGB, sRGB, CMYK color space conversion, PDF merge, append, active hyperlink, automation, and server support.";
fDesc[5] = "You can use it to illustrate all kinds of graphic material. It uses an entirely new designed system, simpler and easier to learn, and it is perfect for designing all kinds of compositions whether or not technical in nature.";
fDesc[6] = "to this \"printer\" will be converted to images, saved, emailed, uploaded to server, or redirected to a printer. Free SDK.";
fDesc[7] = "PDF(DOC), Word to PDF(RTF),Word to PDF Converter, Html to PDF(Html,Htm), XML TO PDF(Xml), Text to PDF(Txt), CSS to PDF(Css), PNG to PDF, Jpg to PDF, Jpeg to PDF, Bmp to PDF, Gif to PDF Word to PDF Store permits you to purchase and get full versions of our products. Our secure e-commerce website PicaJet collects orders by RegNow, Secure Online Credit Card (Visa, MasterCard, EuroCard, Amex, Discover/Novus), Phone, Fax, Wire Transfer or Money Order.";
fDesc[9] = "also as a copy machine.";
fDesc[11] = "PDF documents, one for each image selected. This simple operation is performed through a single-screen interface, which allows very limited intervention from the user. The program resizes all the images to fit a standard A4 page.";
fDesc[12] = "paper. Adobe PDF (Portable Document Format) is the file format widely used for document exchange. After a successful installation, you get Royce PDF Printer in your Printers and Faxes folder (printer list), You can convert almost all types of document and graphics to PDF by printing to this printer. Royce PDF Printer allows you to quickly turn your graphics and electronic documents to Adobe PDF with professional quality. Useful features, such as encryption, compression, font embedding, RGB, sRGB, CMYK color space conversion, automation options, PDF attachment, merge, append, overwrite options, active hyperlink, custom paper size, terminal server compatibility, and premium technical support are all included. Royce PDF Printer enables you to create and optimize PDF output for its intended use. You can make PDF documents small for Web display or high resolution for printing with Royce PDF...";
fDesc[13] = "or web presentation, then save to file or upload to a server. You can customize it with interactive wizard and embed into your application";
fDesc[14] = "all your photos automatically, even if you want to sort thousands of photos and they are packed in archives. Key features: • Sort photos (automatically)";
fDesc[15] = "Image2PDF Builder, you can convert BMP to PDF, GIF to PDF, JPEG to PDF (JPG to PDF), PNG to PDF and TIFF to PDF on the fly.";
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 = '...';
}
}