var fDesc=new Array();
fDesc[1] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites.";
fDesc[2] = "out a task that is essential for many people. It creates watermarks. Watermarks are images that are embedded on top of your pictures or images so that people know who created them and so that your work is not stolen by anyone else.";
fDesc[3] = "and text watermarks to your documents. Thanks to its intuitive and user-friendly interface, you can perform this boring task with a few clicks. It also allows you to apply the same watermarks to multiple images at the same time.";
fDesc[4] = "adding text, image or jpeg properties watermarks. This tool makes it amazingly simple to virtually protect your copyrights by simply adding a text or image.";
fDesc[5] = "Copy\", \"Copy Right Protected\" or \"All Rights Reserved\" or anything what you want. You can tile the watermark everywhere on the image or select desired position for the watermark.";
fDesc[6] = "in seconds. You can add the watermark to all the video or just in a specific section. The watermarks can be used as a protection of intellectual property or to simply add comments in your movies.";
fDesc[7] = "useful for when you need to identify your pictures so that nobody else can take credit for your work. A watermark is an image that goes embedded on top of an image and displays information about the origins of those pictures, or not.";
fDesc[8] = "watermarks to your image (GIF, PNG, BMP, JPEG, TIFF), video (AVI, Mpeg, DVD, WMV, QuickTime, Mpeg 4, RealMedia, DV) and flash files. It also allows you to convert your files to multiple formats. You can add text, image and audio files, rectangles or blurred areas as watermarks.";
fDesc[9] = "the following image files: JPEG, JPC, PNG, BMP, TIFF, PNG, TGA, PCX and PNM. This program can be used to change your image files formats, to modify your image files' size and to add watermark in batch.";
fDesc[10] = ", who usually exhibit their work on the web, and are frequently exposed to copy, theft, or copyright infringement. This application allows you to stamp a basic watermark with your name or a copyright notice to protect your material.";
fDesc[11] = "helps to add water marks to your data easily. UMark Lite can be used add watermarks to the data in the form of text, images. It is customizable if you want to do so. It allows you to decide one out of the nine possible positions to add a watermark.";
fDesc[12] = "images by adding a watermark. The watermarks can be composed of text, the URL of your website, any image or logo. It supports BMP, GIF, Animated GIF, PNG, JPEG, EMF, WMF, and many others.";
fDesc[13] = ", and artists to protect their work from copyright infringement. Among its distinctive features are: it supports the most widely-used graphics formats, and allows users to watermark a number of images at once in batch processing.";
fDesc[14] = "pictures and images. The watermark can be composed of text, image or date, and you can select the background color and exact position.";
fDesc[15] = ", GIF, Animated GIF, EMF and WMF. The watermark to be added can be colored or transparent. The new file can be saved with the same or different format.";
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 = '...';
}
}