var fDesc=new Array(); fDesc[0] = "rekordbox is a DJ platform, which can be used with Pioneer DJ players, mixers, interfaces, and controllers. It lets you manage and mix audio tracks on your PC. You can also upload tracks from rekordbox to your linked Dropbox account, which you can access from each device signed in to the same rekorbox account. This enables seamless and efficient management of tracks, playlists, Hot Cues, and other information across different devices."; 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 = ''; } }