var fDesc=new Array(); fDesc[0] = "SlideGen® is a slide generation program that takes the effort and frustration out of managing your song lyrics - by making it easy to create your Song Service presentations.

SlideGen® will create Microsoft PowerPoint presentations, or you can create and use a presentation from within SlideGen® itself, or show the presentation using the SlideGen® Viewer software. It is able to import song files created specifically for SlideGen® and distributed by publishers, and it will also help you manage your copyright license reporting requirements."; 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 = ''; } }