var fDesc=new Array();
fDesc[1] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[2] = ", 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[3] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games.";
fDesc[4] = "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[5] = "through frames, effects, and themes. This incredible program launches automatically when you start a video chat with any of your favorite chat clients, so you can apply fun effects simply and easily.";
fDesc[6] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[7] = "frames to your photos. It contains a wide range of different picturesque templates, frames, boards of various styles.";
fDesc[8] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually.";
fDesc[9] = "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[10] = "your pictures. The program offers a vast variety of different bright frames, backgrounds and clips which you can insert into your pictures or photos. You can also write text comments into your pictures.";
fDesc[11] = "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[12] = "landscape pictures, blending the images to look natural. The program includes 200 masks to change the photo and blend it onto the background image. It also has 60 flower types and 120 cartoons that can be added to the photos.";
fDesc[13] = "styles: simple, wood, golden, modern, professional and other. For each one of these, it includes 16 different frame models. Also, user can select frame thickness, inner border, background, etc.";
fDesc[14] = "them. Once you install the program, you can set it to be added on Corel Photo Paint and use it directly from it. If you choose to add it as a plug-in in Corel, you will find the application in the effects menu.";
fDesc[15] = "many exciting features like RoundRect Box, FPS rate change provision, incorporating Size Change, and the ability to crop as well as remove frames. It comes with the capability to even capture next 5 frames, and supports animation GIF, WMV, ASF, MPEG, and the AVI file formats.";
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 = '...';
}
}