var fDesc=new Array(); fDesc[0] = "Boxee Launcher is a simple Windows Media Center add-in that attempts to launch Boxee and manage the windows as seamlessly as possible. In addition to being able to launch Boxee from Media Center, it will also automatically close Boxee when Media Center becomes the active window.

BoxeeLauncher requires that Boxee be properly installed. It should work in Vista Media Center and 7 Media Center, although Vista is untested. BoxeeLauncher will create an item in the extras library in 7MC, or under TV in VMC. Clicking on Boxee Launcher will launch Boxee."; 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 = ''; } }