var fDesc=new Array(); fDesc[0] = "RS1200 software is a Digital Audio Platform, which provides distributed digital audio, signal processing, and control. RS1200 is a networkable, decentralized audio system, which is easy to configure & program. The program lets you create simple or complex audio signal processing solutions using a simple and intuitive drag-and-drop interface. Download the finished design to the C-MARK “CobraNet device” and you're up and running. This modularity extends past the individual processors because you can link multiple processors together and share audio between them."; 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 = ''; } }