var fDesc=new Array(); fDesc[0] = "Mixed In Key is a DJ software tool for harmonic mixing. The program analyzes your files, and helps you use the harmonic mixing technique to make your DJ mixing sound better. You can simply load your tracks and the program will scan them, extract the key and BPM information, and show you a list of compatible tracks for flawless mixing. Mixed In Key can be used in combination with Serato, Traktor, Pioneer CDJs, rekordbox, and Ableton Live."; 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 = ''; } }