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] = "realism! Theses fish are actual 3D Models, not flat images dragged accross the screen.";
fDesc[3] = ", Program features changing text Font and color and Background color too, search engine, various HADITHS (about prophet Muh...";
fDesc[4] = "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[5] = "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[6] = "features: The Koran sound in MP3 sound format, available on 17 languages, 2 dimensional animations, changing text Font and color, using v...";
fDesc[7] = "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 = '...';
}
}