var fDesc=new Array(); fDesc[0] = "ServiceBuilder has been around since 1994 as a full-featured downloadable database application for music directors in churches.

It allowed staff to schedule people as ushers, piano players, PowerPoint operators, and in other roles, sending them reminders, allowing them to click-off their confirmation, and more.

It was full of music-- lyrics and chord sheets for thousands of specials, worship songs, and hymns."; 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 = ''; } }