var fDesc=new Array(); fDesc[0] = "From your Windows Phone, take the control of your Mouse and Keyboard, your PowerPoint presentations, your music and video players, like Windows Media Center, Media Player Classic, VLC, Media Monkey, iTunes, XBMC or PowerDVD, and there are more to come !
Improvements:
- Improved Media Player and iTunes layout
- Improved Volume Control layout
- Improved command performance"; 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 = ''; } }