var fDesc=new Array(); fDesc[1] = "festivals of all types, including the celebration of anniversaries and other elegant or informal events. Of course we will have a lot of variety in the paraphernalia that supposes preparing a celebration, whether in the floral subject matter, the furniture, the buffet, games..."; fDesc[2] = "Celebration expansions and a bonus DVD with tips and tricks. This is the pack you need to get if you are new to the Sims. But if you have other packs there is no new content you need in here."; fDesc[4] = "from the screen in the fewest possible moves? A new hint power-up is on hand to help, but only those with strategic sense and careful clicks will be labeled a Puzzle Genius."; fDesc[5] = "trip to Makkah, Saudi Arabia, during the celebration of Ramadan. This celebration is one of the most important ones for Muslims everywhere in the world."; fDesc[6] = "looks like lots of laughs – until a huge stone dragon statue comes to life and frightens all of the visitors! With kids' sharp wits, and a little courage, they’ll put the stony menace back where he belongs."; fDesc[7] = "Makkah, Saudi Arabia, during the celebration of Ramadan. This celebration is one of the most important ones for Muslims everywhere in the world. This is a complement to the Ramadan1 screen saver, but with different images and prayers."; fDesc[8] = ", showcasing a celebration or party, action or adventure shots. It is pretty nice style pack that can be used to give you videos a funky edge."; fDesc[9] = "will have the opportunity to enjoy the chants of happiness, along with beautiful photographs of Makah and the Kabah. One of the best aspects of this screen saver is that the chants are in English, so now you will be able to enjoy the music and understand what they are saying."; fDesc[10] = "AniPaper.com. The wallpaper shows a night image of a business city, with tall skyscrapers with the lights on and up in the sky, beautiful fireworks shining and blowing away."; fDesc[11] = "Screensaver! You won’t regret it! Everyone knows that the Christmas Tree is the most indispensable attribute associated with this huge celebration, and it is really hard to imagine this wonderful holiday without it."; fDesc[12] = "celebrating something. Whether New Year, Christmas, Independence Day or any other important celebration, it is usually not complete without a dazzling display of fireworks in the sky."; fDesc[13] = "as it offers more than fifty images along with thirty minutes of nice music, plus lots of other interesting options. The best advantage is that there is no need to pay for this screensaver; it is freeware and takes only a few minutes to download."; fDesc[14] = "You can use this screensaver for your own computer, to share with family and friends. The screensaver features a simple but attractive animation of a lamp showing halloween items like the traditional pumpkin, ghosts, skeletons, etc, with the typical red and orange colors of this celebration."; fDesc[15] = "file. Optionally display as shaped notes, tablature, chord names with fret diagrams. Re-arrange/delete verses."; 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 = '...'; } }