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] = "bring Quran to every Muslim's desktop.";
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] = "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] = "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[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] = "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[9] = "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.";
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 = '...';
}
}