var fDesc=new Array(); fDesc[0] = "Livelox is a free music streaming service, powered by Youtube. Livelox lets you find your favorite songs, sort them into playlists, and access them from anywhere. Log in from anywhere in the world from any device that supports Livelox to browse your library. Everything is stored online so you never have to worry about where do you keep your music."; 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 = ''; } }