var fDesc=new Array(); fDesc[0] = "This software is a support tool for the Evangelical Churches. Developed with the purpose of facilitating the presentation of letters and verses in the services and events.

Save the lyrics of the songs and use custom themes to view, display of Bible verses in various versions. See the report of the most played songs, the songs scheduled and the members scaled."; 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 = ''; } }