var fDesc=new Array(); fDesc[0] = "TIDAL is a music streaming service that combines the best high fidelity sound quality, high definition music videos and expertly curated editorial. TIDAL offers access to over 25 million tracks with lossless audio experience. It also features expertly curated editorial recommendations, album presentations, playlists, articles, features and interviews by experienced music journalists."; 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 = ''; } }