var fDesc=new Array(); fDesc[0] = "HP Connected Music is a music application that integrates your music files with streaming and radio services into one. You can create custom playlists from your music library, it integrates Beats Music features and you will have free access to Tune-In radio with over 60000 radio stations and 2 million on-demand programs."; 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 = ''; } }