var fDesc=new Array(); fDesc[0] = "Drag, drop, done. With the Let’s mix editor, creating a music mix is actually that simple. The application takes care of BPM analysis, beatmatches automatically if you want it to – and lets you add effects to give your mix a unique flavor.

Once your mix is done, you can upload it to Let’s mix with the click of a button."; 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 = ''; } }