var fDesc=new Array(); fDesc[0] = "File Property Edit Pro allows you to edit file properties and attributes.

Main features:
- Support modify AVI files' RIFF info tags, include title, copyright, year, genre, artist , etc.
- Support replace or remove part of the content in file properties.
- Support use variables to change file and folder's date time attributes.
- Support export properties feature, you can export file properties into XML 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 = ''; } }