var fDesc=new Array(); fDesc[0] = "Allows you to remotely control all the digital media stored in your PC library (iTunes or Windows Media Player) from any room in your home.
Gives you the ability to instantly edit playlists, change tracks, adjust the volume, and more - All this without having to walk to your PC or plug in your iPod. Maestro Clients can be any of hundreds of standard devices connected wired or wirelessly to your network. You may already own one."; 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 = ''; } }