var fDesc=new Array(); fDesc[0] = "My Information Manager - A smart and efficient information management system for your Windows desktop.
Developed for home users and small businesses needing a modern and robust information processing and management system, from business transactions to Aunt Hildas birthday.
My Information Manager can be used as a personal data organizer or for business information management.
Excels at records management and archiving data.
Password protection keeps your data safe and secure -- your secrets remain a secret.
Tabbed pages allow multiple windows to stay open for easy data retrieval.
Five main categories for long-term data warehousing: General Info, People, Commercial, Dates & Events and My Stuff.
Create MIM Notes dynamically for short term data storage.

Main Features:
-Store and manage information for everything important to you.
-Keep track of friends and family.
-Configure the program to deliver information your way.
-Tabbed pages allow multiple windows to stay open for easy data retrieval.
-Stay abreast of all upcoming birthdays, anniversaries, events and other special dates in your life.
-Access your favorite websites from within My -Information Manager, including Facebook and Twitter."; 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 = ''; } }