var fDesc=new Array(); fDesc[0] = "Shop Audio Player is designed to perform audio program in a shop. You can define periods and frequency when music, advertisement and announcement will be played. Player support most popular audio formats
Player can play audio files with following extensions:
.wav
.mp3
.rmi
.mid
You can define several profiles, for example for normal week day one profile, for weekend - other profile, for different target groups of people. Player goes through the list of entered folders (and subfolders if any) and plays files there in random order for specified time (interval). Player does not stop playing file until it finishes. You can set different volume levels for each folder, so announcements could be louder then background music
Trial version limitationsIn demo mode Player works only 1 hour, then you have to restart it"; 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 = ''; } }