var fDesc=new Array();
fDesc[1] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[2] = "Digital Camera. The latest version of this application runs smoothly under Windows Vista, although it can also support Windows XP and 2000. It has been designed for merging up to 26 photos in a single one, either vertical or horizontal.";
fDesc[3] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all.";
fDesc[4] = "capability to remove the tiny spots and marks on your face. It can select your skin tone and use it to clear up the small spots or color differences in your skin.";
fDesc[5] = "quick batch photo resizing mode. High Quality Photo Resizer best suits for minimizing the photo size to publish pictures on the internet or for sharing them with others.";
fDesc[6] = "image resizer, but I will say that it is a super fast image resizer, because it can resize your thousands of images or photos in just few minutes and you does not required to select your images one by one.";
fDesc[7] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency.";
fDesc[8] = "at once. Add some visual effects to your photos too! You can use \"Single Photo\" and \"Multiple Photos\" modes.";
fDesc[9] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions.";
fDesc[10] = "who wants to enhance photos quickly: in business-related tasks, at home and especially it can be useful for beginners. The program offers you all the editing functions you can think of.";
fDesc[11] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool.";
fDesc[12] = "looking wizard driven visual interfaces to take you through batch resizing images.";
fDesc[13] = "you to add image, add image files from the folders and subfolder, remove selected items, clear all images, move them smartly between different folders, edit multiple image files, covert it for e-mail.";
fDesc[14] = "presentations. This software can crop, print up to 10x10 photos per sheet, edit contrast and colors, rotate photos and much more.";
fDesc[15] = "program offers four editing options: manual edit, paint, wizard, and a batch converter. In the manual edit option you can adjust filter parameters manually, that means that you select exactly the filter you are looking for. Note that the filters are limited and rather basic.";
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 = '...';
}
}