var fDesc=new Array();
fDesc[1] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices.";
fDesc[2] = "favorite instant messenger client, email or blog. The toolbar allows you to search the web using MSN without the need to go to \"MSN Search\" website.";
fDesc[3] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities.";
fDesc[4] = "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[5] = "2. Advanced players can take advantage of this great and powerful tool by designing clothing, skins, and accessories, and at the same time also generating unique-looking facial features and providing their sims with amusing hair colors.";
fDesc[6] = "Games and Hoyle Board Games. Bend your mind around 18 challenging puzzle games, from crosswords to word searches. Then test your skill at dozen board favorites. They’re two great titles for one great price, with all the quality and fun you’ve come to expect from Hoyle!";
fDesc[7] = "to be played. It has all the major variations of poker, such as Texas Hold’em and Five Card Stud, lots of standard single-player card games like Solitaire and Memory.";
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] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools.";
fDesc[10] = "is one such effective application that is capable of creating 3D and cartoon or caricatured images. The application has 500+ controls covering the entire 3D head creation process.";
fDesc[11] = "a fantastic face composite from multiple images, but at the same time it is simple enough to be used by even non-professional beginner level users who don’t have any expertise in this field.";
fDesc[12] = "evaluate free of charge for a 30-day period. If we are satisfied we can purchase it from the same site. It runs under Windows 2000, XP and 2003 operating systems.";
fDesc[13] = "how they looked in the past and will look in the future. Show couples what their children will look like.";
fDesc[14] = "enables you to rapidly sample different facial features as well as morph your favorite stars together to see their offspring.";
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 = '...';
}
}