var fDesc=new Array();
fDesc[1] = "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[2] = ", family or famous people. ⢠Add a sketch effect to a cartoon photo. ⢠Make outline for photo, trace the original photo and freehand drawing , just like rubbing. ⢠Making cartoons is simple.";
fDesc[3] = "your friends and your family. After finishing your project you can send it via e-mail or print it out.";
fDesc[4] = "through their own skills with the mouse by bashing gnome characters and similar others, back into the holes they pop out from in their cartoon garden.";
fDesc[5] = "you can choose from. The map is easy to navigate using your arrow keys and your mouse, and you just move your mouse around the ball to aim and press the left mouse button to hit the ball.";
fDesc[6] = "cartoon portraits of your friends, family....even celebrities!";
fDesc[7] = "landscape pictures, blending the images to look natural. The program includes 200 masks to change the photo and blend it onto the background image. It also has 60 flower types and 120 cartoons that can be added to the photos.";
fDesc[8] = "by a magic wall. And, in order to do that, a little train will be your main weapon. A lot of sly enemies will try to get in your way, so you will have to be careful and avoid hitting them.";
fDesc[9] = "and sound, clock, and so on. The unregistered version only works during one minute; if you want the full version, you must purchase a license.";
fDesc[10] = "day and the season of the year. The designs of the bus and the lorry can be customised as required. With integral MP3 player.";
fDesc[11] = "technical illustrations. It is bundled with many features like the support for 2d effects such as extended lines, opacity, and slash pen and thickness pressure. It features an anti-aliasing feature that results in a high quality output.";
fDesc[12] = "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[13] = "field. Your goal is to save your favorite cartoon heroes who were trapped behind a magic wall by a mean Warlock.";
fDesc[14] = "they have ideas and plans for the school, which openly differ from those of the school student president. We must help Sasha, Jade, Yasmin and Cloe to make their way to a united school. Play food fight, shop fashion outfits, train pets, take pictures, print them, etc.";
fDesc[15] = "test your reflexes and abilities in this Mahjong-based game. With Ada Cartoon Solitaire, hours of fun for kids and adults are guaranteed!";
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 = '...';
}
}