var fDesc=new Array(); fDesc[0] = "Microsoft Windows XP Media Center Edition (MCE) is an extended version of the Windows XP operating system that allows you to use your PC as a digital media center: you can watch TV, record TV shows, play videos, watch your digital photos and listen to music.

Although MCE has lots of settings which can be configured by the user, it lacks functionality for tuning the settings of the TV tuner card inside your Media Center computer, like the brightness and contrast.

MCE Video Settings is available for Windows XP Media Center Edition 2005.It will also work on other Windows XP based operating systems."; 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 = ''; } }