var fDesc=new Array(); fDesc[0] = "The Worship Backing Band MultiTrack is a downloadable software player and backing tracks where you choose any instrument combination in the mix. So if your band only has keyboard and guitar you can mute those on the track and leave in and even mix the volume of the lead and backing vocals, drums, bass, electric guitar etc and play along."; 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 = ''; } }