var fDesc=new Array(); fDesc[0] = "History Manager is a software utility that helps you implement the History Data methodology to manage picture, audio, and video files from any source. With History Manager you can organize files chronologically, annotate files with descriptive attributes and locate files by time period or by attributes.

Chances are you're already using your computer to store pictures and audio/video recordings of your life story. As time passes your collection of personal history content will grow, and it will tend to become disorganized and fragmented. The History Data methodology can help you manage your collection to make sure you'll always be able to locate, identify, and get the most out of your content.

History Manager helps you implement the History Data methodology by automating many of the steps involved in organizing files chronologically, annotating files to identify contents, and grouping files into folders for convenient browsing. And as soon as you start managing your content with the History Data approach, History Manager gives you a variety of ways to conveniently locate your content to enjoy and share with family and friends."; 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 = ''; } }