var fDesc=new Array(); fDesc[0] = "Islam 360 is a program that lets you search any topic in The Holy Quran and Hadees. It has the complete version of Quran with more than 10 translations (from different schools of thoughts) and Tafseer. You also get more than 16 Qari’s recitation, and all 6 Hadees books in English and Urdu. All the text in this program is indexed and searchable."; 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 = ''; } }