var fDesc=new Array(); fDesc[0] = "Within the application is a configuration section to allow users to control what each button on the remote does. Included is a configuration file which was put together for use in Vista Media Center.

This application has been tested and works on Windows XP (32bit & 64bit), Vista (32bit & 64bit) & Windows 7 (32bit & 64bit)."; 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 = ''; } }