var fDesc=new Array(); fDesc[0] = "Linn Kazoo is a program that allows you to select and play music on your Linn DS/DSM. The application allows you to play music from lossless streaming service TIDAL, browse music by album art in ‘tile’ view, find music quickly using search and much more."; 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 = ''; } }