var fDesc=new Array(); fDesc[0] = "HymnQuest is a unique software program developed by The
Pratt Green Trust, a charity devoted to the advancement of hymnody and music in worship. It is the most comprehensive ever published in its field, containing over 40,900 first lines and choruses, the full text of 26,600 hymns and songs from some 441 hymn books and publications."; 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 = ''; } }