var fDesc=new Array(); fDesc[0] = "With Media Center Control you can control the Windows Media Center or Windows Media Player with your Android Phone.MCC can't be compared with a conventional remote control. Take a look at the video. Because pictures often tell a thousand words. In fact, the entire user interface is shifted to the phone to have quick access from a distance. No need to switch on your TV/display to listen to music or schedule TV recordings."; 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 = ''; } }