var fDesc=new Array(); fDesc[1] = "flash based massively multiplayer online role-playing game (MMORPG). Its concept is mainly that of a tactical game featuring wild humor but with a unique style if we compare it with other MMORPGs."; fDesc[2] = "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[3] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature."; fDesc[4] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again."; fDesc[5] = "the look and the sense of humor of the movie.This game follows the story of the movies (Dead Man´s chest and At world´s end)"; fDesc[6] = "previous game, but with a very different major character, Belial, who is a demon and your mission will be to swallow your enemies souls. This time, the scenarios will be from the ancient Egypt, the American Civil war and other historical events."; fDesc[7] = ", family, celebrities. Turn them into a cat or a pig or any jokes!"; fDesc[8] = "This suite contains Morpheus Photo Morpher, Morpheus Photo Warper and Morpheus Photo Mixer along with all 15 sample morphs, warps, and mixes. Morpheus Photo Animation Suite comes with an easy to use interface,"; fDesc[9] = "photo mixes. This gives an idea of what the tool is capable of. One can upload these pictures into sites like You Tube, Morpheus or Photobucket directly. This way one can share the pictures across easily."; fDesc[10] = "elements that won’t disappoint fans of the first game. Abe is back, now turned into a sort of hero, with a new and dangerous mission to fulfill, which also makes room for a bizarre sense of humor that provides some hilarious and unforgettable scenes."; fDesc[11] = "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[12] = "world. Aveyond 2 is packed with monsters, magic, and humor. Stop an evil queen from turning the world into ice, capture a dragon and ride the winds to ancient lands, unite the kingdoms and discover your destiny."; fDesc[13] = "score points by exploding them. Your only help is your faithful dog, Sheriff, who will chase away the thieving polar bears who are trying to take the most important supplies."; fDesc[15] = "Evil, irony, humor... the occasions on which we can embody the figure of evil in a video game can be counted on the fingers of one hand, much less being in a fantasy world filled with elves, dwarves and henchmen, the real strength of an evil man of."; 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 = '...'; } }