var fDesc=new Array(); fDesc[0] = "Cue Player is designed to be used by theater sound people to play sound cues and effects. With the availability of CD's with thousands of effects and the computer's ability to record sounds on its own, it's possible to have all the sounds for the show, including entry and exit background music, resident on a PC. Cue Player can organize those files, associate them with their cue lines, adjust volumes, and show running or remaining cue durations."; 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 = ''; } }