var fDesc=new Array();
fDesc[1] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[2] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files.";
fDesc[3] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[4] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs.";
fDesc[5] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[6] = "With Dell Webcam Center, you can perform photo and video captures or perform advanced tasks such as remote monitoring, motion detection, and time-lapse video capturing.";
fDesc[7] = "photo slide shows in a few simple steps. This incredible software enables you to combine still images, video clips, audio tracks, text, and special effects into you very own movie.";
fDesc[8] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures.";
fDesc[9] = ", create musical slideshows, make screensavers, and even order customized photo gifts (calendars, mousepads, and mugs). Digital Photos come to life with entertaining musical slide shows (PhotoShows) to share with family and friends online via e-mail or your own Nero PhotoShow Circle Web site.";
fDesc[10] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps.";
fDesc[11] = "create and share projects with your photos, videos, and music files. his incredible program allows you to edit, enhance and add creative effects to your photos, and also create your own movies or photo slide shows with a soundtrack.";
fDesc[12] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program.";
fDesc[13] = "members on $100 bills! Swap faces and bodies! Change yourself into an astronaut or a personality on a poster. Change photos for practical jokes! FunPhotor is professional fun-photo-blending maker,Combine your photos to funny or surprise scenes!and it's also a valuable and sophisticated program for entertainment. It's just plain fun! Try the coolest image synthesizing software today and see the magic with your own eyes!";
fDesc[14] = "find a menu bar, one more toolbar and one window in it we can transform our pictures. This program is amazing and crazy, to take a time and have some fun with our pictures, I recommend it.";
fDesc[15] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts.";
fDesc[16] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature.";
fDesc[17] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures.";
fDesc[18] = "fixes, straightforward organization and sharing options, and an array of creative project templates, it's never been so fun and easy to do more with your photos. With drag-and-drop simplicity, you can quickly and easily create impressive photo projects and slide shows.";
fDesc[19] = "funny pictures in couple of clicks. Just import any photo, use any effects and you are ready for the fun. You can make funny faces by enlarging noses and ears or deforming someone's hair. You can use dent, bump, wave, explode, shrink or stretch tools to give your photos new shapes.";
fDesc[20] = "creating them seems complicated, with Abrosoft FantaMorph we can do it quite easily. This great program will let you create amazing morphing videos from still images and/or from other videos, all within a friendly interface.";
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 = '...';
}
}