var fDesc=new Array(); fDesc[0] = "With Show|Ready, you can virtually send your music director home with each and every member of your cast. This app gives you complete control over which parts you hear and lets you modify the key, tempo or click and add cuts, vamps, caesuras or repeats as you please."; 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 = ''; } }