var fDesc=new Array(); fDesc[0] = "PowerWorship enables you to create and maintain a library of worship songs. It can also create song lyrics presentation slides for Microsoft PowerPoint and Apache OpenOffice.

The main window is made up of two primary sections: the Songs and Collections library section on the left and the editor section on the right.

The library section allows you to work with songs and collections contained in the database. Collections are used to organize songs into ordered groups for the purpose of creating slides through PowerWorship for Microsoft PowerPoint or Apache OpenOffice.

You can find songs and collections quickly by typing keywords in the appropriate text box on the Songs tab and on the Collections tab."; 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 = ''; } }