var fDesc=new Array(); fDesc[0] = "What is Wowloud? Music discovery on demand. Wowloud lets you to Share your Enjoyment with Your Friends.Customize your WOWLOUD music experience across your devices. Easily discover fresh new songs or enjoy old favourites.Millions of tracks available from across multiple genres and languages. Let your friends in on your WOWLOUD musical experience via social networks. Immediate access to your music without download or storage limitations.Listen to songs even without internet connection."; 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 = ''; } }