var fDesc=new Array(); fDesc[0] = "Fully compatible with Microsoft Windows XP and Vista, this new release has a completely new interface that is even easier to use.
It provides both the lyrics and audio for thousands of songs, and many can be displayed in a "sing-along" fashion as either scrolling text or musical score. No other presentation software provides scrollable scores with shape notes, as well as the ability to visually transpose the scores and provide instrumental audio introductions. Song leaders, worship planners, and Bible teachers will find this software indispensable for selecting songs, learning new songs, enhancing congregational worship, illustrating lessons, connecting Biblical themes, researching hymnals, and maintaining records of public worship."; 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 = ''; } }