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[3] = "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[4] = "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[5] = "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[6] = "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[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] = "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[9] = "features: The Koran sound in MP3 sound format, available on 17 languages, 2 dimensional animations, changing text Font and color, using v...";
fDesc[14] = "comparison and educational purposes, and even as an aid for learning the Indonesian language. You can obtain this module and many others by ordering the free CD and paying only a very symbolic cost.";
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 = '...';
}
}