var fDesc=new Array(); fDesc[0] = "Si Offline Performer is an offline graphic system and editor for the Si Performer live sound mixing consoles. A key benefit of Si Offline is in its graphical presentation and operation. Built as a facsimile of the real console and employing the same mode of operation, Si Offline acts as a fantastic training aid for anyone who has either not had the chance to work on a console or for those wanting to brush up on the operation Si Expression, Si Performer, or Si Compact V3.0."; 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 = ''; } }