var fDesc=new Array(); fDesc[0] = "EBRcart2 is a digital cart machine to instantly playback audio and video files. The program has support for MP3, OGG, WAV, WMA, AVI, MOV, MPG, VOB and WMV files. It also includes features such as:
- manual or automatic play;
- play can be externally triggered by GPI or simple pushbutton connected to serial port;
- stop with fade or not (configurable);
- configuration for 3 audio outputs: 1, 2 and cue with 3 audio cards;
- mixer two audio channels (configurable)."; 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 = ''; } }