var fDesc=new Array();
fDesc[0] = "Advanced Islamic prayer times, calendar, Full version - Totally free
- Prayer times for any place in the world, without having to enter any coordination. As the application contains all cities and villages of the world
- Continuously reminds you with the prayer until you actually do it
- Displays a "meter" (progress bar) on the screen all the time to show the best time to perform the prayers
- Displays the daily prayer times in an attractive way
- Displays a Hijri Islamic calendar for any month in any year
If you spend long times in front of a computer, with this application you will never miss a prayer inshaa Allah";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}