var fDesc=new Array(); fDesc[0] = "MCE Video Encoder has now evolved into VME, a complete encoding suite for the Media Center and PC.
MCE Video Encoder is a Windows application that controls encoding and streaming of all video files, including DivX and XVid.

The application also includes a set of add-ins for Windows Media Center Addition 2005 that controls the MCE Video Encoder application.

Therefore, this allows you to not only set up and control video streams from your Windows Media Center PC, but also control and view the streams from a Media Center Extender and even an Xbox 360."; 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 = ''; } }