var fDesc=new Array(); fDesc[0] = "It enables you to make your Android phone a wireless earphone of your PC, such that you can lean back on your chair to watch a movie comfortably and without disturbing your family. It also makes your Android phone a wireless audio bridge for routing the sound of your PC to your home audio system wirelessly."; 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 = ''; } }