var fDesc=new Array(); fDesc[0] = "Virtual Si is an offline graphic system and editor for the Soundcraft Si and Si Compact series of live sound mixing consoles. A key benefit of Virtual Si is in its graphical presentation and operation; built as a facsimile of the real console and employing the same mode of operation it can act as a fantastic training aid for anyone who has either not had the chance to work on a console for real or who wants to brush up their Si or Si Compact knowledge.A great feature included is the ability to re-name channels by 'clicking' on the channel name in the virtual OLED windows then re-type to rename the channel."; 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 = ''; } }