var fDesc=new Array();
fDesc[1] = "through its channels inside Zango's website. To keep it free, it works as adware, showing you a daily amount of publicity.";
fDesc[2] = "comes with various kinds of smiley and small images, divided into sections such as Alphabet, Celebrities, Food, Dance, Love, Music, Weather and 22 different categories.";
fDesc[3] = "pictures featuring the faces of you and your friends. This incredible program comes with over 150 awesome background templates to get you started and includes tools for creating your own custom templates from photos of your favorite celebrities, sports heroes, or magazine covers.";
fDesc[4] = ", family, celebrities. Turn them into a cat or a pig or any jokes!";
fDesc[5] = "cartoon portraits of your friends, family....even celebrities!";
fDesc[6] = "FaceMorpher is the first fully automated image morphing software on the market. No skills required! Simply load two images and play!";
fDesc[7] = "there. All the process takes three simple steps, in three different tabs: My Templates, My Faces and My Fantasy. In the My Templates tab you can use any of the provided photos to insert the faces you wish, or load your own pictures.";
fDesc[8] = "find amusing stories. You will play the character of a photographer that is working in a paparazzi magazine. You will have to think fast and take a deep watch at the screen to capture photos of celebrities or weird people and sell them to the magazine's owner for some cash.";
fDesc[9] = "enables to exaggerate the physical features of friends, family, celebrities, politicians, pets - anyone or anything thus giving you power of distorting almost everything that you want. It comes with an easy to use editor for making warp effects.";
fDesc[10] = "to succeed at sports, dating, business, negotiations, exams, or job interviews. Be a winner in any situation!";
fDesc[11] = "‘fantasy’ pictures featuring the faces of you and your friends. This incredible program comes with over 150 awesome background templates to get you started and includes tools for creating your own custom templates from photos of your favorite celebrities.";
fDesc[12] = "and each week they must create a creative routine to impress the judges and audiences. If they do well, they continue on the show, but if not, they go home.";
fDesc[13] = "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[14] = "Estimator will show Celebrities portraits similar to yours.";
fDesc[15] = "celebrities right in your browser. You can add as many celebrities as you want, as well as links to your favorites sites such as Youtube, Wikipedia, Mapquest, Facebook, IMDB, MySpace, Amazon, among many others.";
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 = '...';
}
}