var fDesc=new Array(); fDesc[0] = "Beatport Pro for Desktop lets you reinvent your music library and experience flexibility and creative freedom. It helps you organize your entire library by mood, feeling and more using countless custom-tagging options. Beyond organizing your entire library using custom tagging and sorting, Beatport Pro can help you prepare multiple smart playlists using a new filtering system, which you can then sync with Traktor, Serato, and rekordbox. Beatport Pro for Desktop is compatible with Stems, an open-format, multi-channel audio file that includes each track’s four basic elements: bass, drums, vocals, and melody."; 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 = ''; } }