var fDesc=new Array(); fDesc[0] = "Arabic Holy Quran with tashkil, English translation and recitation. Now you can listen while you are reading. Or listen while you are driving. Athan and recitation before the Athan even when the device is off. Also, This software contains Hadith in Arabic, Prayer table, Prayer schedule , Hijri Calendar and Hijri to Georgian conversion, Qibla according to your location and position of the sun. Furthermore, it contains lunar calendar, moon age and Islamic Holidays Added to your calendar. Finally, it support Today Screen plugging display to display the prayer time and date in Hijri and to control the Azan voice. Enjoy it and please give us your feedback for improvements."; 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 = ''; } }