var fDesc=new Array();
fDesc[1] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[2] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[3] = "This program found its market and won a lot of awards. This software will help you to convert your photos and videos into a dazzling and moving TV experience in wide-screen format. It is ideal for novices. There are full set of tools for slideshow creation, with various effects...";
fDesc[4] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.";
fDesc[5] = "incredible program enables you to perform various tasks, from basic to complex tasks such as editing existing images, creating new works based on existing images, creating new works from scratch and more.";
fDesc[6] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images.";
fDesc[7] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them.";
fDesc[8] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper.";
fDesc[9] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[10] = "holiday album, a personalized desktop wallpaper. 17 groups of versatile effects, built-in library. You can create endless number of effect versions!";
fDesc[11] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use.";
fDesc[12] = "change the contrast, brightness and color settings of your photos before you frame them using the program. The program is designed keeping the novice in mind and the user interface is as simple as 123.";
fDesc[13] = ",AIM, Skype, Paltalk, Camfrog, ICUII. FunWebcam is simple, fun, and available with all webcams. FunWebcam gives you the magic to add exciting animations and stylish frames to your video chat page. Besides, it can transform your cute images into various kinds of fun photos, which you can easily show to your friends. Features: Fun building, you can DIY your own fun photo album with as many models as you want. Compatible, supportive to all video chat tools like MSN, Yahoo Messenger, ICQ , AIM, SKYPE, Paltalk, Camfrog, ICUII etc. Convenient to use, One-way installation is required only; the other can view your awesome image even though he/she does not install FunWebcam. Show emotions in a brand new and innovative way. Rich in content, including beautiful frames, lovely cartoon images, lively impressions, peculiar signature etc to make unique animated effects.";
fDesc[14] = "The tool is one of the easiest ways to give your digital images an attractive, vibrant and innovative look. The tool helps you add masks, Art Frames, Original and simple Frames to the photos to make it more stunning.";
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 = '...';
}
}