var fDesc=new Array();
fDesc[1] = "Scritures and powerpoint presentations with the help of a video projector. It is a valuable tool that allows the user to save time while preparing a more appealing worship session.";
fDesc[2] = "worship service. With Worship Him's multiple monitor support, your song is spread out before you in it's component pieces (verses, choruses and bridges), and displaying a song piece is as simple as clicking on it.Automatically track song usage, quickly bring up songs for display whether planned or spontaneous, easily customize display options like: background images, text colors, centering, shading, spacing, and more. Also features operator notes for each song, full search, support for nursery messages, Powerpoint, audio and video clips,and Shockwave/Flash files.";
fDesc[3] = "Creating slides for song lyrics has never been easier!";
fDesc[4] = "group meetings, and manage worship teams.";
fDesc[5] = "needed, all is included in Song Sheet. Create fakebooks, WordSheets and more.";
fDesc[7] = "platforms. It puts the power of enhanced worship presentation in your hands. LiveWorship's graphical interface is simple, yet powerful. It's as easy as drag, drop and Worship! It's non-linear control uses slide thumbnail images that display with one click. A powerful database keeps all of your song lyrics, backgrounds, Bible translations, video, and music at the touch of your fingertips. LiveWorship allows church volunteers to build presentations in minutes. You can edit presentations \"on-the-fly\" so you never have to interrupt your presentation to add slides, change slides, fonts, backgrounds, and more. LiveWorship comes loaded with popular Bible translations like the NIV, NRSV, KJV, the Message and many others so you can reach your church in compelling ways! Technology should never be a distraction to worship. Let LiveWorship move you beyond the technology!";
fDesc[8] = "file. Optionally display as shaped notes, tablature, chord names with fret diagrams. Re-arrange/delete verses.";
fDesc[11] = "on large screens using video projectors.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}