var fDesc=new Array(); fDesc[0] = "The easiest way to start really djing. CuteDJ is the ultimate DJ mixing software which enables you to mixing audio, video and karaoke.

CuteDJ combines intuitive user interface, and powerful mixing engine that takes digital DJing to the next level for professional and beginner DJs alike. With CuteDJ mixing software you can mix your music and video like a pro DJ. Beat-matching is just a click away and also are seamless beat-aware loops, cueing, VST effects and many other features. you can also DJ music on your computer with accurate control from a range of supported hardware. support connect up to 8 hardware controllers at the same time that gives absolute control over mixes without even touching your computer.

Designed for Pro DJs, VJs, mobile DJs, club, radio stations, restaurants, retail stores, dance studios and businesses who need full control of the mix on your Windows or Mac."; 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 = ''; } }