var fDesc=new Array(); fDesc[1] = "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[2] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[3] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[4] = ", you’ll be representing Bell in this game and your mission is to succeed in this adventure, keeping the customers happy and making the most profits you can.You can download and try this game for 60 minutes before you buy the licensed version. Also, you can try it online."; fDesc[5] = "objects, etc. It is possible to save the edited image to a file with any of the most popular image formats. We can surprise our loved one with a perfect family photo album. There is a demonstration panel with 13 short videos showing what the program has to offer."; fDesc[6] = "a few clicks, colorize the hair, lips, eyes and more - thus getting remarkable results. We can also change the color of our photos by means of different effects and get even more amazing pictures."; fDesc[7] = "care of your children, find shelter, etc. At the beginning of the game you can customize the wolf you will impersonate, by choosing a hair color."; fDesc[8] = "hairstyles included will show customers how the final result will be, with the capability of changing or varying the displayed look in order to get the closest approach to the desired customer style and/or color."; fDesc[9] = "the pets, cut their hair and much more. After just one day working at Pet Corp, our character is fired and she decides to create her own pet shop. As with any new business we must buy furniture, equipment and lots of things."; fDesc[10] = "to edit, build, animate and render 3D models and figures. It has been enhanced from previous versions thanks to the collaboration of regular users."; fDesc[11] = "pile. Receive different achievements while you raise your score, and gain new decks after winning at special bonus stages. All you will need to play this game is your mouse."; fDesc[12] = "and get scored by the best designers. This game will teach you about dressing, make up and hair style. Enjoy making your own designs."; fDesc[13] = "photographs of the customer, the application can create all the possible haircuts and corresponding makeups to show a final result, before any hair cutting is done. Wide color selection and many options for retouching, blur, eyedropper, etc."; fDesc[14] = "photo image to show you what you would look like with a new hair style or hair colour, makeup or accessories"; fDesc[15] = "scanned or digital photo image to show you what you would look like with a new hair style or hair colour, makeup or accessories"; 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 = '...'; } }