var fDesc=new Array(); fDesc[0] = "The easy way to control your media center from any where in your house without turning on your TV.
EasyMote enables you to remote control your Media Portal or Windows Media Center with your Windows Mobile phone over Wireless LAN.
A Plug-in installed on your media server running Media Portal or Windows Media Center. This plug-in takes care of the communication between the remote control software and the media server software."; 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 = ''; } }