var fDesc=new Array(); fDesc[0] = ""The Dance Music Machine" brings a completely new way into your daily use of the music system. Let the computer be the perfect dance music disc jockey! Converting your CD-collection or migrating your mp3-store is very simple.
With a single press of a button you play exactly the right music in exactly the right speed! Speed control of uncomparable quality!
Group your CDs by genre or any other attribute and select music titles in seconds. Selection is supported by the graphic function with the CD-cover images.
The database contains detailed information about more than 700 of the best-known dance-CDs. Moreover, CD-Infos are automatically retrieved from the Internet. So there is no boring keyboard work."; 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 = ''; } }