var fDesc=new Array();
fDesc[1] = "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[2] = "Africa, Asia, Eastern Europe and Middle East. Players play the role of Thomas Mason, a mercenary whose goal is to strive hard to free the world from terrorism threats.";
fDesc[3] = "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.";
fDesc[4] = "dial-up network. IM Magician was developed to work as an additional utility and as a standalone application. It is used with other chatting programs, such as Skype, MSN, QQ, Yahoo Messenger and others.";
fDesc[5] = "Research, which has produced very good multimedia applications for automatic processing of pictures, like Photosynth. We see a window, where we can insert pictures by browsing a folder, and all you have to do is click the \"Create\" button.";
fDesc[6] = "professional photo calendars including your own pictures. The program is included in the pack Print Creations, and includes many free and purchasable calendars to choose from. Free calendars are really beautiful and for different tastes, and the purchasable are not very expensive.";
fDesc[7] = "user can chose between dozens of professionally-designe d templates and models. It is also possible to create photo calendars, photo albums, books and much more.";
fDesc[8] = "need is to have two photos of the parents, upload them to BabyMaker program, and voila, a new realistic picture of your baby will appear in a snap!!!";
fDesc[9] = "many themes included and much more available for download. The easy to use interface also lets you insert personalized fun captions, quotes and titles, doing it all with just a few clicks.";
fDesc[10] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools.";
fDesc[11] = "how they looked in the past and will look in the future. Show couples what their children will look like.";
fDesc[12] = "based animated photo album, and more. Why buy anything else when right here you can have all the tools you need for photography?";
fDesc[13] = "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 = '...';
}
}