var fDesc=new Array(); fDesc[0] = "HuluLauncher requires that Hulu Desktop be properly installed. It should work under Vista Media Center and 7 Media Center, although Vista is untested. HuluLauncher will create an item in the extras library in 7MC, or under TV in VMC. Clicking on Hulu Launcher will launch Hulu Desktop.
Hulu Launcher is a simple Windows Media Center plugin that launches Hulu Desktop and attempts to manage the windows as seamlessly as possible. In addition to launching Hulu from Media Center, it will also automatically close Hulu when Media Center becomes the active window."; 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 = ''; } }