var fDesc=new Array(); fDesc[0] = "This program allows you to change the creation, modify and last accessing date and time of a file or the creation date and time of a folder. You can use this software in two ways. By download or install the executable file or install the shell extension for Windows Explorer. In this way it will appear the new property page in every properties of a file or folder.

It's enought to select (or drag and drop into dialog) a file or folder. Set the new date and time and apply the changes. In case of selecting the folder the changes will apply only to files and folders inside this one. You can use a special edit field to make you own file filter."; 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 = ''; } }