var fDesc=new Array(); fDesc[0] = "Involve your church in worship, Connect with the younger generation through multiple translations. Now featuring full-text song and Bible search with a brand new user interface.

Features

- Simple and powerful user interface. The operator has a live preview of what is projected.
- Now including easy to use anouncements feature. Scrolling text anouncements is also new to ePresneter.
- Fulltext search for Bible verses (This feature is also available for songs)."; 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 = ''; } }