var fDesc=new Array();
fDesc[1] = "can brighten up your face, make it small or large, etc. It can whiten teeth and eyes, remove the spots on the faces, and even remove the wrinkles. The output image quality is really great.";
fDesc[3] = "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[4] = "and celebrity voice acting. Unlike the previous game, which includes races mixed with featured minigames, Cars Mater-National in just a racing game.";
fDesc[5] = "game. You will be controlling Emma, a nanny that will take care of the house and kids of a celebrity family, while keeping the paparazzi away. She will have to watch a baby, clean up the house and launder the clothes before the parents come home.";
fDesc[6] = "software helps in the development of percussive samples. Many features have been used like drumhead selection, room and microphone configurations to fuse the qualities of a high-end drum recording and the cutting edge of the radical beats of today's top R&B, hip hop, and pop producers.";
fDesc[7] = "events. Create six types of calendars including; annual, monthly, wall, mini wall, desk, and CD case display. Choose from a variety of templates for each. Easily add your birthdays, anniversaries, and other events to the calendar. The program supports reoccurring dates so you will not have to retype birthdays, anniversaries, and other repeating holidays for the following years. You also can add subscription-based date sets to your calendars including holidays, celebrity birthdays, popular historical events, and professional sports schedules.";
fDesc[8] = ", based on some clues that will be given to you. Every correct word will be rewarded by a letter from the password. You will have to guess five letters to gain access to the password. This must be done in a 2 minutes' time. You will compete against the computer.";
fDesc[9] = "with this gorgeous woman at any moment. These images are high quality photos of the star in very provocative poses and wearing all kinds of revealing and very sexy outfits, as well as bikinis and lingerie.";
fDesc[10] = ", good/bad day search, clean and intuitive interface";
fDesc[11] = "Estimator will show Celebrities portraits similar to yours.";
fDesc[12] = "such as capability to use any image as your own custom wallpaper; special artistic effects and over a hundred screen transition effects makes it stand out in the category of other celebrity screen savers in the market.";
fDesc[13] = "blogs, podcasts, videologs, and typical media websites , or a customized set of search results.";
fDesc[14] = "Include celebrities like, Shakira, Kelly Hu, Alyssa Milano, Anna Kournikova, J.Lo and many more.";
fDesc[15] = "or what - you want images of, and Celebrity Magnet will scour the internet for them. Results are returned in seconds.";
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 = '...';
}
}