var fDesc=new Array(); fDesc[0] = "Advanced File Indexer is a utility that simplifies tedious tasks of indexing and monitoring files in a specific directory or a directory tree. Advanced File Indexer persists file index in the following formats: SQL Server database table, MySQL database table, XML file, CSV spreadsheet, HTML file, text file. Advanced File Indexer persists the following information about each indexed file: file name, extension, file path, size, directory path, date and time created, date and time last modified, date and time last accessed, MD5 checksum."; 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 = ''; } }