var fDesc=new Array(); fDesc[0] = "Advanced Recent Access is designed to see more properties of your recent used resources (files and directories), such as path, size, type, and date accessed/modified/created. Key features: automatically record accessed times. Automatically delete the nonexistent recent resources. Can quickly filter the recent resources by their types, such as applications, directories, documents, images, audio, videos, compressed and others. Can sort the recent resources by any above properties. Displays recent resources count. Automatically refresh recent resources list. Automatically remember the order and width of the columns, sorting column and order. Automatically remember the size and location of the main window. Can hide some columns that you do not want to see."; 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 = ''; } }