var fDesc=new Array(); fDesc[0] = "The showSTORE XLan can record 99 shows with up to 2048 DMX-channels via DMX and ArtNet/Ethernet.

The playback can be controlled by front panel/contact closure input/RS-232/MIDI/DMX/real-time clock/time-code or build in customizable web-server. The showSTORE XLan is fully compatible with ELC dmXLAN software. The files can be exchanged via the USB port, the showSTORE acts as an external drive. Perfect for museums, architectural, exhibitions and production rental.

ShowSTORE XLan Features:

Built in webserver.
Recall of shows via internal clock, DMX input, RS-232, MIDI, Contact
closure, TCP/IP commands via internet, AC612XL.
Sync with SMPTE timecode.
support for SDHC
Drive formatting in the setup menu
Option to disable DMX network broadcast (in network option sub menu)
Added new web handling with ajax"; 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 = ''; } }