var fDesc=new Array(); fDesc[0] = "AudioBox.fm Desktop is a tool that creates a “private cloud” within the AudioBox system. This way a PC can securely connect a folder on his hard drive to AudioBox, making it available for streaming on any device without having to upload anything in the cloud. AudioBox.fm Desktop scans the selected folder, fetches the metadata, and sends them to the AudioBox servers, compiling the Desktop playlist you then see in the player."; 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 = ''; } }