var fDesc=new Array(); fDesc[0] = "Hadith Viewer is a program that provides a fast querying engine which facilitates quick and easy searching of hadith. It allows you to manage and install extra Hadith collection files. A comprehensive glossary of Islamic terms is featured in the program. The glossary features alternate spellings, which lists any other commonly used spellings for the words."; 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 = ''; } }