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] = "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[3] = ", Program features changing text Font and color and Background color too, search engine, various HADITHS (about prophet Muh...";
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] = "this magnificent place where all Muslims must go at least once in their lives. You will also listen to the prayers that people do in this place. The feeling is so intense that you will almost feel there.";
fDesc[6] = ", Islam, Hinduism and Zoroastrism. It includes books such as the Bhagavad Gita, The Eightfold Path and the Q'uran, as well as a powerful Search feature and printing options.";
fDesc[12] = "contains six different English translations of the Bible, and more than 400 important works of religions such as Buddhism, Islam, Christianity, Judaism and Hinduism.";
fDesc[14] = "Quran Malayalam English Translation V1.0\" is the first Quran Software in India.";
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 = '...';
}
}