var fDesc=new Array(); fDesc[0] = "This is a new tool for Windows Vista made to correct another issue with the OS… This one removes (incorrect) file extension associations.
Unlike previous versions of Windows … If you accidentally associate the wrong program to a certain file extension under Windows Vista, it does NOT let you remove that association (without opening up the Registry Editor, going to a certain key, deleting it, etc).
Vista will let you change the association from one program to something else, but not let you remove a program from the list."; 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 = ''; } }