var fDesc=new Array(); fDesc[0] = "What you get:
- fully manual or automatic mixing
- one-click beat-matching- NEW! video mixing (including pitch, break, scratch on video)
- seamless intelligent looping and "skipbeat"
- automatic BPM detection (grid like) with batch-mode function
- lots of effects, eqs, filters
- perceptual automatic-gain
- vinyl simulation including scratch, pitch, reverse play
- separate headphones output and song pre-listening
- KeyLock (MasterTempo) with on/off selector
- ASIO/CoreAudio low-latency support
- browsing system with unlimited lists, disk explorer, favorites and database
- load the whole song in RAM memory for instant access
- record your mixes
- perceptual automatic-gain
- CUE points functions and gradual pitch bend
- Karaoke CDG support (mp3+cdg, zip)
- auto-cueing (auto mix in/out points detection)
- waveform markers for cue points, loop, mix in/out
- multiple skins (graphical interfaces) to choose from
- iTunes integration
- extensive settings (including crossfader curve)"; 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 = ''; } }