var fDesc=new Array(); fDesc[0] = "Create 3 Types of Calendars
Wall Calendar CD Case Calendar Annual Calendar
personalized photo calendar cd case calendar annual calendar
Software Features
Drag and Drop your Photos Easily Add Holidays and Events
layouts import events
# Use photos from your computer or our online library.
# Choose from over 40 page layouts.
# Never upload photos to us (huge time saver)
# Add captions to your photos
# Simply check on or off which events to include. We have holidays, moon phases, sport schedules, celebrity birthdays, and more.
# Easily add your events such as birthdays, anniversaries, and more. The software stores your events making it even easier to create next years calendar.
# Drag and drop photos into day boxes
# Import dates from a csv file. Learn more how to create a csv file from Outlook, Yahoo Calendar, and Google Calendar.
Drag and Drop Decorations Choose from many backgrounds
decorations backgrounds
# Choose from over 200 decorations
# Snowflakes
# Hearts
# Talk Balloons
# Flowers
# Holiday Clipart
# Word Stickers
Choose from over 300 backgrounds or easily create your own.
Customize your Calendar Insert Imprint Text or Logo
Customize your calendar's fonts, grid lines, photo borders, and more. Add 4 lines of imprint text and/or include a logo on the bottom center of each month. Great for listing your organization or sponsors.
Print at home or Professionally"; 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 = ''; } }