var fDesc=new Array(); fDesc[1] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money."; fDesc[2] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[3] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures."; fDesc[4] = "file, it will download another 70851816 bytes using your Internet connection, upgrading the game to the latest available version. You must help a young couple to choose and decorate their first house."; fDesc[5] = "your digital photographs with professional results. If offers over 200 different frames, which can be modified and customized with an extensive list of digital effects. Its professional-looking interface, full of attractive options and endless possibilities, is however very easy to use."; fDesc[6] = "Your job is to design or change the decoration of a room or entire house, guiding yourself with the description of each character's personality and needs. You will have to decorate 52 different houses and 200 unique rooms, in 7 neighborhoods, which will give you many hours of fun."; fDesc[7] = "own voices Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper."; fDesc[8] = "houses. You´ll need to impress the judge and win so that your house appears in Superstar Homes magazine. The game has two play modes: Career and Sunnyville Tour. Players cannot access Sunnyville Tour until they complete the game in Career Mode."; fDesc[9] = "intricate castles, create fantabulouscontraption s, decorate your desktop, design your own puzzles or just fling the toys around!"; fDesc[10] = "animals and vegetables. Follow the market trends, learn to know your customers and sell ripe crops down at the town market to expand and get your business profitable."; fDesc[11] = "beautiful heart shapes spread everywhere around the red roses. It shows all screens one by one.It has a convenient graphic editor which allows you to insert any picture of your choice in the screensaver."; fDesc[12] = "relaxing landscape. The screensaver shows the beauty and quiet of a waterfall, surrounded by an idyllic landscape, where we can listen to the sounds of nature. It also includes a small analogic clock."; fDesc[13] = "collect balloons and flags to decorate your own Carnival of Madness! Come Spin & Play today! Step right up and have some fun at the Carnival of Madness - a magic theme park packed with crazy attractions for all ages!"; fDesc[14] = "game is very simple, Alice helped the fairies to unlock the fruit and they gave her an island as a gift. Now she will need your help in order to decorate her island as she wishes."; fDesc[15] = "very easy to install and use. Don't just decorate your house, decorate your pc desktop too!"; 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 = '...'; } }