var fDesc=new Array(); fDesc[0] = "FileExtInfo tool presents a list box which contains the list of file extensions present in your Windows registry. To view the association information about a particular file type, choose the appropriate extension in the list box, and then click View file association report. The file class data will be captured to a text file and opened with Notepad. The log file FileExtInfo.txt is created in your Desktop. This utility does no modifications to the registry, but merely reads them."; 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 = ''; } }