var fDesc=new Array(); fDesc[0] = "MyUltimateOrganizer is the perfect personal organization utility for home and office use. Set up appointments, keep track of business and personal contacts, attach photos, send emails, create to-do lists, keep notes and even track your expenses with built-in reporting. With a simple, easy-to-use interface and the ability to synchronize your data with Palm and Pocket PC devices, MyUltimateOrganizer is the best way to organize your daily life.FeaturesBack to the topComplete Personal Organization Tool Simplify your life and save valuable time. With a day planner, to-do lists, address book, notebook and journal, expense reports, schedule ticker, password organizer, form filer, sticky notes, world clocks, 250 calendar layouts, and more, MyUltimateOrganizer ensures that your life is organized at all times!"; 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 = ''; } }