var fDesc=new Array(); fDesc[0] = "MicPlot is a Windows based PC program which generates a micplot for a show, and provides the following key features / benefits:
- Minimises the number of mics / packs required for a show, while at the same time ensuring everyone who needs a mic has a mic.
- Analyses all understudies to ensure mics are available if an understudy is on.
Finds all consequential changes of an understudy being on.
- Optimises when any mic / pack swaps occur.
Supports last minute changes to a micplot while at the same time minimising the number of cast who will be effected by the changes."; 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 = ''; } }