var fDesc=new Array(); fDesc[0] = "Islamic Diary the software that is being used by over 6,000 momineen all over the world. This program is absolutely FREE. Please use it yourself and give it to other momineen.
In this version, the Azaan icon appears in the Icon Tray on your desktop. You can either double click this icon or right mouse click and select "Configure" to open the configuration window. This way the Azaan program does not take room on windows task bar. You can see the next scheduled task by moving the mouse over this icon."; 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 = ''; } }