var fDesc=new Array(); fDesc[0] = "Share Speaker Player is an outstanding yet easy-to-use application to manage music and share speakers over network with high quality. This software allows you sharing songs resource and remote control the playlist. You can choose to play songs on local computer or other computers with speakers. You can add your songs to the shared playlist and reorder, remove songs, control the volume of sound, and so on."; 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 = ''; } }