var fDesc=new Array(); fDesc[0] = "MPQ's MP3 ShareBox offers the ability to share tracks with your friends over the internet from one of your JukeBox Libraries by using the Dropbox software.
The ShareBox is launched at Windows Startup and will remain in the System Tray to handle any request from your friends on the background.
The ShareBox interface window is used to change settings and to select and download tracks from your friends."; 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 = ''; } }