var fDesc=new Array(); fDesc[1] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant."; fDesc[2] = "dinner, do a festival, have an appointment, enjoy a bowling alley or go to the music store. Also, they will have their own cars, which they can choose among various types and will serve them to go to any of the places named and also to work."; 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] = "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[5] = "one coconut palm, and he occupies his time with various activities, like fishing, lighting a fire and cooking food, and many other things."; fDesc[6] = "boutique and help the business grow up to earn more money and keep on progressing. You will have different customers asking you for some clothes and you will have to design them and join them in packs to deliver them to your customer."; 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] = "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[9] = "equipped shop. The aim of the game is to sell clothes to the customers that come in our shop. Customers that get to the shop will sit in a sofa, if there at least one empty sofa, and then the will demand different things."; fDesc[10] = ", on your PDA or Smartphone. It can also track its current prices and locations of availability. It easily synchronizes the lists on your computer or smartphone, which has to be used along with Windows or Mac OS compatible software."; fDesc[11] = "of the screen and place them on the free spaces in which they fit over the board. Pay attention to empty spaces with money since, that will allow you to buy more clothes and accessories."; fDesc[12] = "designs, and share their creations with other users."; fDesc[13] = "occasion. You will be able to create clothing sets for each destination,weather and temperature beforehand"; fDesc[14] = "of your clients, and certain activities like dragging clothes, and cleaning up the clothes in the chairs, among others. This game is a time challenge so you must move fast and complete your task before time is up."; fDesc[15] = "appropriate category, so that you can create new combinations and collections. Dress Assistant will help you to get new clothes through amazon.com and try out new collections."; 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 = '...'; } }