var fDesc=new Array();
fDesc[1] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program.";
fDesc[2] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface.";
fDesc[3] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts.";
fDesc[4] = "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[6] = "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[7] = "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[8] = "to remind you of upcoming events, meetings, birthdays, aniversaries, etc.";
fDesc[9] = "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[11] = "personal organizer!\" - CNET";
fDesc[14] = "Customize: months orientation, color, font, weekends, language and more.";
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 = '...';
}
}