var fDesc=new Array(); fDesc[0] = "Media Center Configuration Reset is an utility which allows you to quickly remove certain parts of the registry and application data which relate to the Media Center application. There are a few reasons you may wish to do this, such as when changing hardware, want to reset the configuration to attempt to solve a problem caused by corrupt application data. Or just simply want to clear up and start again. It also features a companion application which allows you to backup and restore your current recording schedule."; 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 = ''; } }