var fDesc=new Array(); fDesc[0] = "File Date Changer allows you to change or modify the dates (timestamp) for one or more files,folders (directories) and subfolders, such as the creation date, last modified date or the last accessed date easily.

Main Features:

- Modify file date directily by set date and time.
- Modify file date by plus or minus year,month,day,hour,minute,second separately.
- Modify file date by copy from other properties.
- Modify file date by copy properties from other files with the same name."; 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 = ''; } }