var fDesc=new Array(); fDesc[0] = "AutoMetadata is a free standalone application for exploring and editing metadata, document properties and viewer preferences in multiple PDF documents. The key feature is ability to select many PDF files and folders and quickly inspect and update information in all documents with a minimal effort. The software comes handy when you have a large collection of PDF files to maintain."; 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 = ''; } }