var fDesc=new Array(); fDesc[0] = "It lets the user listen to recitations of the Holy Quran that the user selects by many reciters.
To listen to a Quran Surahquran first you have to select a chapter then the reciter and press play. If you do not already have the selected file, wait for the player to download it.
You can press Pause to pause and Stop to stop at anytime during the playback."; 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 = ''; } }