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[4] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc."; fDesc[5] = "launch automatically at specific times for recitals or for giving Athan at times manually configurable by yourself. Prayer timings of local majids can be configured so that you're alerted five times a day by an Athan of your choice."; fDesc[6] = "text and 3 different English translation of the recited verse. (Picktal, Yusuf Ali and Shakir). Here you will find Quran Translations available in 24 different languages."; fDesc[7] = "Internet connection to listen to Arabian radio stations like Negoom FM, Quran Nablus, Quran Saudia, Radio Jebril, and Radio Sawa (from Egypt, Irak, Jordan, Morocco and Khaliji)."; fDesc[8] = "bring Quran to every Muslim's desktop."; fDesc[9] = "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[10] = "sacred book. You will be able to enjoy watching beautiful scenes accompanied by texts both in Arabic and in English for your understanding. You will also be listening to real prayers and chants."; fDesc[11] = "interface features a bar that displays your personal progress and a dropdown menu that you can use to select a sura or aya. You can drag and drop the suras that you already know by heart to the left-hand side of the interface, and they will be added to your progress total."; fDesc[12] = "other language. The statistic window provides full information on how much we have used this software since installation, plus the number of read/unread verses."; fDesc[13] = "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[14] = "Quran Malayalam English Translation V1.0\" is the first Quran Software in India."; fDesc[15] = "Quran and you need to download these separately as they are not included in the main program. These are available at the same place that you download the main program from. The recitation is done by Mahmood Khaleel al-Husaree, in high quality."; 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 = '...'; } }