var fDesc=new Array(); fDesc[0] = "SongShow Plus is a comprehensive, all in one solution for your live production. This is presentation software designed specifically for churches with tools for displaying scripture, song lyrics, custom built slideshows for sermon content and much more. These tools not only allow you to display the right content, they allow you to do it quickly and on-the-go with our amazing mobile control features."; 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 = ''; } }