var fDesc=new Array(); fDesc[0] = "Set List Master is an app that makes life easier for musicians by giving them total control of set lists for each gig. Once your songs are in it, quickly create set lists, share them with your band mates and print them out. No need to ever retype a song when you're planning another gig. And keep all the lists you want."; 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 = ''; } }