var fDesc=new Array(); fDesc[1] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!"; fDesc[2] = "professional photo calendars including your own pictures. The program is included in the pack Print Creations, and includes many free and purchasable calendars to choose from. Free calendars are really beautiful and for different tastes, and the purchasable are not very expensive."; fDesc[4] = "lets you plan your everyday activities and schedule easily and fast. Fully customizable, it can change your working atmosphere by modifying what you see on your screen."; fDesc[5] = "many themes included and much more available for download. The easy to use interface also lets you insert personalized fun captions, quotes and titles, doing it all with just a few clicks."; fDesc[6] = "or design your own from scratch using the built-in editor. Include your own photos to make attractive wall calendars."; fDesc[7] = "with photos selected by you. The program features a extremely simple user interface which cannot be customized and only allows you to select the picture with which you want to form your calendar and that's it."; fDesc[8] = "sound on the occasions the user specifies. The program runs in the system tray and contains many features."; fDesc[9] = "basis. No more missed dates - get reminder or print the calendar! US holidays. Free download & technical support."; fDesc[11] = "wizard to print items within a date range; prints documents from ZIP and RAR archives; prints only specified file types."; fDesc[12] = "holidays and own dates are provided. A picture export is likewise possible."; fDesc[13] = "and view the respective zodiac calendar. Even you can view the position of the planet, phase of the moon, zodiac sign and relative description of the respective sign."; fDesc[14] = "calendar and arrange them in an Explorer-like interface. Reminders are played as MP3s, WAVs or videos, or sent as e-mail."; fDesc[15] = "daily, weekly or monthly basis. Never forget birthdays or appointments. Includes a handy to-do list. Create printable desktop calendars."; 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 = '...'; } }