var fDesc=new Array(); fDesc[0] = "Attribute Changer can modify date and time on files, folders and photos. Filesystem attributes can be changed and you can uppercase, lowercase or capitalize names. Much more powerful options include simulation, batch processing, randomization, synchronization among others.

For example, you can make a file Read-Only to prevent software programs from saving changes to a file. Files and folders can be hidden under normal conditions if the Hidden attribute is set.

For better readibility, Attribute Changer can be used to Capitalize, Uppercase or Lowercase filenames, foldernames and extensions.

Powerful options are available to manipulate date and time stamps on files and folders. On photos, date and time information stored in the EXIF header can be easily altered or even added if missing."; 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 = ''; } }