var fDesc=new Array(); fDesc[0] = "Presentation software designed just for churches. Prologue SundayPlus lets you control the projection of songs, images, movies, and other digital media.
The dual-screen system provides an operator's monitor for preview of the presentation, assuring confident control. Its simple visual interface makes sending an image to the projector as easy as point-and-click. Text over images or video. Audio file playback."; 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 = ''; } }