var fDesc=new Array(); fDesc[1] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores."; fDesc[2] = "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[3] = "a grade as well as the fashion show overall. The game has a good presentation, a good and challenging game mode and good items. This all adds up to a very recommendable game."; fDesc[4] = "clothing to them, get paid, and do some cleaning when there are no customers in the shop. You can try this game for 60 minutes before you buy the licensed version."; fDesc[5] = "Maya to get the success she has ever wanted in the fashion industry. It will be a tough road but it will be very funny and entertaining. You will be able to design clothe and travel around several cities of the United States of America."; fDesc[6] = "creative and entertaining. It has got over forty levels and it has got hundred of garments. You will have to help kate cut,, measure and sew her clothes to go throughout the levels."; fDesc[7] = "“analyzer” platform. Analyzers show the order and you have to make the item as pictured. Making clothes is pretty easy. First you have to make the cloth, then the fabric and finally the print. Fabricators make the cloth, patternizers cut the shape and doodazzlers add prints."; fDesc[8] = "style and taste to match garments with models, put together trendy outfits, and create signature collections! Create your very own looks in the Design Workshop and add them to unique outfits for bonus cash."; fDesc[9] = "job in some fashion magazine. Then, she will have to hire some models, select clothes that match with a certain style, direct a photo session to produce the pictures to sell to the magazines. Try this game for 60 minutes before buying it."; fDesc[10] = "dress. You have to pick up the fabric and take it to the cutting station. Once the fabric is cut you have to take it to the sewing station. In that station is where the dress materializes and you can hand it to the customer."; fDesc[11] = "possible time, by swapping objects on the board in order to make a line of three or more matching objects. These objects can be lipsticks, combs, rings, mirrors, shoes, etc. As we play the girl becomes more and more fashionably dressed."; fDesc[12] = "like that. You need to keep tables stocked. When customers don’t buy what they’ve tried on in the dressing room, you have to pick it up and put it back in the tables. The customers who find what they want will go to the cash register to pay."; fDesc[13] = "studio owner who is trying to survive and make a name of herself in this complicated business. You will have to satisfy demanding clients asking for an outfit design, a new kind of necklace, fresh hairstyle, among other things"; fDesc[14] = "between two images, search objects in darkness and solve musical clues. Improve your characters look, so she can do much better in the fashion industry."; fDesc[15] = "young fashion designer who wants to start her own business. Before doing so she embarks on a long trip to the main cities of Asia to study and learn about the traditional costumes of her ancestors."; 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 = '...'; } }