var fDesc=new Array(); fDesc[0] = "DJUCED for DJ Control AIR is a DJ tool adding beauty to the power of mixing audio tracks, scratching and recording your music creations. DJUCED is designed to make mixing user-friendly, thanks to a unique graphic interface and user-friendly features. DJUCED can be split into 4 main sections:
- Browser area (bottom area): track library = where tracks are stored
- Left deck area = deck A: where you can load a track, play and control playback
- Right deck area = deck B: where you can load another track, play and control playback
- Mixer area (central area): to mix the left and right decks, with crossfader, volume and equalization controls."; 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 = ''; } }