var fDesc=new Array(); fDesc[0] = "Freeware for personal or church use. For other purposes please use the Contact form or email SimpleWorship@SlashbackAssociates.com for more information.

Simple Worship is intended for displaying lyrics on a screen through a computer-driven projector, but could be used for other types of presentations. Simple text files are displayed, one "verse" at a time. Verses are lines of text separated by blank lines.

Use "Open Song Folder..." on the File menu to select a folder with song files. (It will remember the folder next time you start.) If you're just starting, create a new folder and select it; as you type in new songs they will be saved in this folder.

When Simple Worship starts (or you use "Open Song Folder...") the Song List on the lower left will fill up with the songs (text files) found. Select a song and its lyrics will display in the right portion of the window. Double-click a song or select "Display Song" from the View menu and a full-screen window will appear with the first verse displayed. Press 2 to show the second verse, 3 for the third, then 1 to go back to the first verse... You get the idea. Press Escape to close the display window.

By default, you cannot edit the songs. It would be unpleasant to accidentally change the lyrics during worship... Select "Edit Mode" on the Edit menu and then you can edit. (It'll have a check mark.) When you choose "New Song" on the File menu it will also go into Edit Mode.

Blank lines above a verse will move the verse farther down on the display screen. Each line is centered, and the words will wrap to more lines if the line is too long.

If you need to rename a song, you'll have to "Save As..." with the new name and then delete the old one."; 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 = ''; } }