var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = ", 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[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] = "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[8] = "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[9] = "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[10] = "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[11] = "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[12] = "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[13] = "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[14] = "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[15] = "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[16] = "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[17] = "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[18] = "pointer! The result will be incredibly entertaining, and a nice surprise for them :-) Once you have create a new face you can share it with the world and download the best faces you find from EyeRoller faces gallery. The program has a built-in face editor, so you can easily create new faces without beeing a graphical artist. This editor let's you import a photo, define the eye mask, chose the iris from the included library... If you feel adventurous you can create your face using a professional graphical editor to achieve the best results.";
fDesc[19] = "to create virtual hosts or animated actors. Simply import a single digital photo, use the CrazyTalk photo fitting wizard, record or import audio, combined with transitional effects, animated illustrations and expressive emoticons, and watch as CrazyTalk magically morphs your photo into a fully animated actor. CrazyTalk Messenger Edition Get simple tools for creating animated e-mail, instant messengers, and mini-video clips. CrazyTalk Messenger is designed for anyone that enjoys creating, sending, and sharing fun e-mail messages. CrazyTalk Live Edition Get all the tools necessary to add virtual animated talking hosts to any website. CrazyTalk Live features the same exclusive photo fitting wizard and 3D facial animation found in all versions of CrazyTalk; plus, special export tools for embedding talking characters directly into existing web pages or creating new talking websites....";
fDesc[20] = "friend or family face and producing surreal effects! These help to disfigure and distort any ordinary image beyond recognition.";
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 = '...';
}
}