var fDesc=new Array(); fDesc[0] = "AFile Attribute Manager allows for the easy retrieval and setting file and folder date, time and attribute information. With AFile Attribute Manager you can change a file / folder's creation and modification date. Through a user friendly interface AFile Attribute Manager also allows you to change a file / folder's attributes. You can change the Archive, Hidden, Read-Only, System, Compressed and Indexed attributes. AFile Attribute Manager is the utility that keeps file' stamping' simple and friendly."; 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 = ''; } }