var fDesc=new Array(); fDesc[1] = "family tree by adding members of your family with data about them. There are a lot of fields to store complete information. Now you will never forget the important date or anniversary, because Legacy will remind you about it."; fDesc[2] = ", monthly, even annual calendar views enabling them to organize their appointments, schedules and keep note of important dates. The Calendar Wizard included with Calendar Creator 12.0 provides users with the choice of over 250 customizable templates."; fDesc[3] = "over 300 professionally pre-made fun border themes. Easily add your personal events, birthdays, anniversaries, and dates to the calendar. Supports reoccurring dates so you will not have to retype birthdays, anniversaries for following years. Customize all elements of your calendars including fonts, grid line colors, border themes, and more. Add thumbnail graphics to the date boxes like a picture of a pumpkin on Halloween and a picture of uncle Mark on his Birthday. Easily add subscription based holidays to your calendars U.S. Holidays, Moon Calendar. Change the text for the days of the week and months of the year (great for other languages) Create Calendars for any year or month, software lasts a lifetime. Optional - Add 4 lines of imprinted text or a logo on the bottom of each calendar page. Print at home or use our professional printing service."; fDesc[4] = "events. Create six types of calendars including; annual, monthly, wall, mini wall, desk, and CD case display. Choose from a variety of templates for each. Easily add your birthdays, anniversaries, and other events to the calendar. The program supports reoccurring dates so you will not have to retype birthdays, anniversaries, and other repeating holidays for the following years. You also can add subscription-based date sets to your calendars including holidays, celebrity birthdays, popular historical events, and professional sports schedules."; fDesc[5] = "Both the date picker & calendar creator integrate with Microsoft Word & Excel for ultimate flexibility. It also supports Holidays for 10 countries."; fDesc[8] = ", appointments and different events. The program features a nice and intuitive user interface, which allows you to create calendars in a snap."; fDesc[10] = "personal organizer!\" - CNET"; fDesc[13] = "system tray it will display a calendar on your screen and allow you to search forwards and backwards to display any date you require."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }