var fDesc=new Array(); fDesc[0] = "With just several clicks, you can easily change the files' attributes, including "create time", "modify time", "last access time", "read-only", "hidden", "system"... and modify their properties, such as document summary properties, photo's EXIF properties, MP3 ID3 tags (V1 and V2), and AVI RIFF Info tags. With the powerful file and folder browse feature and the drag and drop support, you can add a group of files and directories. The 1-click Undo feature allows you to rollback all the changes you just made. It also supports quick preview feature, which allows you to see the picture's thumbnail while you edit it, and the export properties feature, which allows you to export the file properties into XML file or CSV file."; 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 = ''; } }