var fDesc=new Array(); fDesc[0] = "Organizer and Filing Cabinet is a document management solution specially designed to take care of all your paper works. It has two versions, i.e., for personal home users and the other for professional and business users. The Personal version allows you to create your own folder or you can use the default folder to maintain documents, contact numbers, reminders, favorite web sites and a lot more.
Whether you are a home user who wants to keep a track of all the information related to household expenses and other important records, or a business person who needs an efficient way to record important dates, budget, contacts, tax records, insurance documents and more, Organizer and Filing Cabinet is the tool you need to serve your purpose."; 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 = ''; } }