var fDesc=new Array(); fDesc[1] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff."; fDesc[2] = "tool is a must-have for teachers and students of these languages, you have everything you need to a very quick start."; fDesc[3] = "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[4] = "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[5] = "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[6] = ", and collect tips. You must help the restaurant owners to collect the money needed to pay their rents to Mr. Big, who wants them to fail because he wants his big restaurant to be the only one in the city."; fDesc[7] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other."; fDesc[8] = "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[9] = ", but instead of doing that by swapping the tiles you have to drop a tile you choose and then you have to throw it up again, of course in the correct place to create a match. You can try this game for 60 minutes before you buy the licensed version."; fDesc[10] = "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[11] = "functions guarantee quick and impressive results even for beginners. It has features that help in every step of the process for creating quality movies. It allows to capture sound and video from different devices."; fDesc[12] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps."; fDesc[13] = "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[14] = "effects and transitions to create slideshows, video mixing and web albums in minutes. Magix Xtreme photostory is an award-winning application that can automatically create panoramas joining up to 6 images and custom background music."; fDesc[15] = "projects from still images, such as collages, calendars, video slideshows with menus, greeting or congratulation cards, creation of web templates and many more. It runs with Windows XP and Vista, requires 512 MB RAM and 1 GB RAM respectively."; fDesc[16] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists."; fDesc[17] = "Help Emily rescue her family's finances in five all-new restaurants, each with a unique menu and theme. Use your earnings to purchase decorations sure to make your customers smile."; fDesc[18] = "windows and smoking chimneys. Twilight approaches, snowfall becomes heavier, and snow accumulates on the ground, on roofs and trees, making the picture even more realistic."; fDesc[19] = "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[20] = "large number of skins (even some inventive ones that are quite different from \"standard\" designs): for instance, one that displays the Manchester United soccer team logo, another suitable for children, one featuring the periodic table of elements, etc."; 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 = '...'; } }