var fDesc=new Array(); fDesc[1] = "the prayers, in other words is an accountant assistance, a timer and agenda in order to keep a schedule for the prays. It has multiple functions and audio guides to not loose the track of the prayers."; fDesc[2] = "you to the sacred places of the Muslims. Probably you have heard of Mecca and the Kabbah, the place where you are supposed to go at least once in your life if you are a Muslim"; fDesc[3] = "beautiful images with themes related to Allah, and at the same time listen to chants and prayers common for these people. Quran_2 Screen Saver will transport you to the Muslim world, and will share with you all their belief in Allah."; fDesc[4] = "saver will take you on a journey to the origins of Islam. You will be transported to a place called Madinah, where you will be able to see the authentic Prophet’s Mosque called Masjid Al Nabawi. This is the second most important mosque in Islam, being the Grand Mosque number one."; 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] = "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[7] = "Makkah and the Kaaba. This beautiful screen saver will show you different sights of the events of this journey. You will be able to delight yourself with night scenes of Makkah and the reunion of people around the Kaaba."; fDesc[8] = "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[9] = "and Tester. In the Lister mode the items in the list are shown one-by-one in the selected listing speed. In the tester mode 3 items in the list is shown shuffled. On selecting the correct next item, it is moved up and next 3 items are shown."; fDesc[10] = "the combination of two other top-selling well-known puzzle games: Tetris and Sokoban. From the first one, it takes the gravity rules, and from the second one, the fact of pushing boxes."; 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 = '...'; } }