var fDesc=new Array(); fDesc[0] = "groovyBox is a very simple, lightweight web app that is designed for Dropbox, but will work on any web server.

Main features:

- Supports: .mp3, .m4a, .ogg, .wav, .webm
- You don’t have to give your Dropbox credentials to a third-party service
- International-friendly. Works in any country that Dropbox supports.
- It’s portable. Something better than Dropbox comes along? You can take your groovyBox with you.
- Works on the iPhone. You can even play it in the background, pause or play by double-pressing Home.
- No invitations required. Come one, come all!
- Works from any browser. No plug-ins required."; 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 = ''; } }