var fDesc=new Array(); fDesc[0] = "This web page provides an installation kit for the Microsoft Windows File Manager ("WinFile") that will run on the Windows Vista platform. The intention of this kit is to provide WinFile.exe for use on the Windows Vista operating system, with minimal modifications required to get it working. WinFile (and related support files) was produced by Microsoft but targeted for a different version of the operating system. This kit consists of WinFile.exe plus required support files necessary to make WinFile work with Vista (plus some documentation and related files). There are no advertisers or sponsors. There are no cookies. There are no “visit this site to use it” conditions. Your email address is not required. There are no additional things that have to be installed on your computer to use it."; 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 = ''; } }