var fDesc=new Array(); fDesc[0] = "Zinc Launcher is a simple Windows Media Center plugin that launches Zinc and attempts to manage the windows as seamlessly as possible. In addition to launching Zinc from Media Center, it will also automatically close Zinc when Media Center becomes the active window.

Zinc Launcher requires that Zinc be properly installed. It should work under Vista Media Center and 7 Media Center, although Vista is untested. Zinc Launcher will create an item in the extras library in 7MC, or under TV in VMC. Clicking on Zinc Launcher will launch Zinc.

Main features:
-Will attempt to hide the mouse as much as possible, and show the desktop for the least amount of time possible.
-Both Media Center and Zinc windows will be automatically maximized during switching.
-Taskbar will be hidden and black background will be shown during transitional period.
-If you exit Zinc through the menu, Media Center will be brought to the foreground, maximized, and the mouse will be hidden.
-If Media Center becomes the foreground window while Zinc is running, Zinc will be automatically closed.
-Media Center playback will be stopped before launching Zinc."; 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 = ''; } }