var fDesc=new Array(); fDesc[0] = "Prayer Time Calculator (FPTC) is an open source program computing and notifying for muslim prayer time on many platfrom (unix, windows,...). It is simple to use and has the many features as : * Playing athan * Displaying next salat time
The Prayer Times Calculator project show Prayer times for more than 6 Million cities on the wide world, Most Accurate calculation, Qiblah direction in graphical format, ephemerides... tow versions: 1st for world cities, 2nd for morocoo cities only."; 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 = ''; } }