var fDesc=new Array(); fDesc[1] = "trips and preparing holidays for the Sims. The expansion offers three different destinies in which the Sims can spend some days far away from their houses of their work, on holidays"; fDesc[2] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need."; fDesc[3] = "professional photo calendars including your own pictures. The program is included in the pack Print Creations, and includes many free and purchasable calendars to choose from. Free calendars are really beautiful and for different tastes, and the purchasable are not very expensive."; fDesc[4] = "itself basically consists on looking and picking items from different locations, following a list provided by the game. The game itself basically consists on looking and picking items from different locations, following a list provided by the game."; fDesc[5] = "ensuring no important dates is missed out. It is very user-friendly as users are free to modify the content or style of the calendar."; fDesc[6] = "Christmas lights at a distance, 3D animated birds and rabbits, and, of course a Christmas tree - the one you can decorate yourself or set to random. Choose the weather you like, set the holiday tune you prefer, and enjoy the holiday season with this amazing screen saver!"; fDesc[7] = "XLCalendar, you can easily make various kinds of perpetual calendars, and custom calendars as you like."; fDesc[8] = "Both the date picker & calendar creator integrate with Microsoft Word & Excel for ultimate flexibility. It also supports Holidays for 10 countries."; fDesc[9] = "Blasterball 2. From shamrocks on St. Patrick's Day to falling snowflakes in the winter, this edition provides seasonal bliss for every occasion. You'll be whisked through layers of mesmerizing patterns and 3D graphics."; fDesc[10] = "customizable calendar, task manager, alarm, countdown timer, charts, 12-Months calendar, password manager, search and filter options and many more. This program is highly customizable to suit our preferences."; fDesc[11] = "periods of time and see stats. There are several options for tuning calculation. Program can save results to disk in txt for further using by external programs. But it has not complete localization."; fDesc[12] = ", Explore Address Book, Labels, Explore Calendar, Envelopes, Recycle Bin, Email, Import/Export, Monthly Calendar, Weekly Calendar, and Daily Calendar. We can customize all this features to our preferences, search sort, edit, filter, and print them."; fDesc[13] = "multiplayer game, so if you like you can play it with family and friends. The basic idea of the show is that you have to guess what were the most popular answers people gave to a certain question."; fDesc[14] = "lovers. Break out the eggnog, throw a log in the fire and settle in for some real mahjong fun!"; fDesc[15] = ", where you will share the slopes with many other skiers having fun. Another nice touch is the effect of the clouds. They will be moving across the screen, indicating the passing of time."; 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 = '...'; } }