var fDesc=new Array(); fDesc[0] = "The Archivist allows you to cover, tag, convert and index all of your video and audio files.

Main features:
- Metadata is automatically populated for you, as well as previews and reviews of the movie selected.
- Audio files are automatically recognized using fingerprint technology to ID covers and metadata.
- Built in Audio File Identifier allows you to ID audio files on the fly.
- Play your media, get movie reviews and metadata of selected search items."; 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 = ''; } }