var fDesc=new Array(); fDesc[1] = "commercial. Metacafe Pro 1.2 is a program to let you access that material directly, without a browser, with some addons."; fDesc[2] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies."; fDesc[3] = "will get. Each letter will have a number on it that will indicate the number of points you will get by getting that word. This game is very funny and entertaining."; fDesc[4] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications."; fDesc[5] = "members on $100 bills! Swap faces and bodies! Change yourself into an astronaut or a personality on a poster. Change photos for practical jokes! FunPhotor is professional fun-photo-blending maker,Combine your photos to funny or surprise scenes!and it's also a valuable and sophisticated program for entertainment. It's just plain fun! Try the coolest image synthesizing software today and see the magic with your own eyes!"; fDesc[6] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window)."; fDesc[7] = "trade exotic island goods, amassing wealth and power. Earn enough gold to upgrade your ship and engage in land and sea battles."; fDesc[8] = "funny pictures in couple of clicks. Just import any photo, use any effects and you are ready for the fun. You can make funny faces by enlarging noses and ears or deforming someone's hair. You can use dent, bump, wave, explode, shrink or stretch tools to give your photos new shapes."; fDesc[9] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle."; fDesc[10] = "your friends and your family. After finishing your project you can send it via e-mail or print it out."; fDesc[11] = "icons show children the graphical actions they are representing. The application includes normal drawing commands as lines, circles, etc. and many different ways of drawing, so children learn how to use it by playing around with all the pictures and buttons."; fDesc[13] = "colored cubes grow like stalagmites or fall down like stalactites."; fDesc[14] = ", talk to funny characters, collect checklists and many other things. The game features excellent 3D colorful graphics, with good sound effects and a nice music."; fDesc[15] = "a funny copy of the original game recreating the essence of the game but with fighters that are ordinary persons and some are even funny persons with funny clothes. The option to add you as a fighter is simply great."; 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 = '...'; } }