var fDesc=new Array(); fDesc[0] = "With ProClaim you can access, edit, set-up your service presentations, add songs, and backgrounds.
Proclaim is super simple. It’s the centralized solution to all your presentation needs. Proclaim lets you arrange lyrics, outlines, and images from anywhere, anytime.
Pastors can send images, quotes, and Bible references directly from Logos 4 to Proclaim, saving hours of prep time."; 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 = ''; } }