var fDesc=new Array(); fDesc[0] = "1) Contains the entire Qur’aanic text in addition to its transliteration and English interpretation

2) The ability to download additional interpretations in a wide range of different languages

3) The ability to view the content in different ways; you can also create customized views containing up to three texts

4) A Qur’aanic index with references to the locations where certain words are mentioned along with an introduction to each Surah in English

6) The ability to search, copy, easily navigate to and bookmark verses

7) A number of lists including Du’aas from the Qur’aan, a glossary of Islaamic terms, and a list of alternative Surah names"; 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 = ''; } }