var fDesc=new Array(); fDesc[0] = "The perfect digital music system for bars, restaurants, taverns, hotels, even smart homes! Using multiple inexpensive sound cards or mixers with USB inputs, you can have songs playing to multiple systems in different rooms, all at the same time with ease. Low CPU and memory usage, fully multi-threaded, so no skipping. Switch sound outputs on the fly, and more.
Multi Zone Audio uses a standard Windows interface, so any employee can use and run the system. It also features the latest release of SoftJocks legendary music library, which now has built in tagging features for both MP3 and WAV files; BPM scanning, multi tag editor, album art internet lookup, and much more.
Multi Zone Audio can also be a very useful tool for Mobile DJs. Those who do not do scratch type mixing will find it an easy to use alternative to dual deck type software mixers, and the ability to have six songs queued at once, makes it even better!"; 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 = ''; } }