var fDesc=new Array(); fDesc[0] = "YOUZEEK is a new and efficient music app that enables you to listen to the biggest music catalog for free on your computer and mobile device.

Main features:

- You can now login with Google , twitter, facebook or create a youzeek account.
- YOUZEEK Remote Control: You can now control YOUZEEK on your computer from the iOS app or from Android & other smartphones, on WIFI or 3G.
- Chat & DJ Mode."; 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 = ''; } }