var fDesc=new Array(); fDesc[0] = "Song Manager was designed especially for worship teams in churches where the worship leader, band and words projection all need to stay in sync; it links these three roles together using networking. The leader and presenter modules can be used in networked mode and in standalone mode, making the software quite flexible."; 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 = ''; } }