var fDesc=new Array(); fDesc[0] = "Offline Editor allows you to program shows on your PC and then to use them on your Rave console.
Main features:
- Wizard driven patching for moving-Lights, Channels, and extras to provide fast and easy system setup
- Three-bands integral equalizer for perfect sound-to-light synchronization
- Easy to use Effects Editor with a bundled generic effects package, for creating professional effects in seconds
- Synchronizing Rave with other devices is a breeze thanks to varied protocols support such as MIDI, SMPTE, and DMX-in
- Ethernet support through DMX512 converter and connection to simulation software such as CompuCAD and WYSIWYG"; 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 = ''; } }