﻿// ---------------------------------------------------
// Configure slideshow variables
// ---------------------------------------------------
slideshowContainerId = "bioSS";
slideshowUrl = "http://yapleo.smugmug.com/keyword/slideshow";
resizeToPhoto = false;
slideDuration = 5;
slideHeight   = 300;
slideWidth    = 400;
//loadSlideshow();

// ---------------------------------------------------
// Invoke customerization functions
// ---------------------------------------------------
changeCategoryInfo();        // Configure category info format
expandGalleryDescription();  // Expand category descriptions
expandPhotoDescription();    // Expand photo descriptions
pageGalleries();             // Sort galleries into pages

//
// Add category descriptions
//
var categoryDescription = { "Family"       : "Our Family Albums",
                            "_PayneCheng"  : "Payne's Personal Albums",
                            "_MelodyHuang" : "Melody's Personal Albums"
                          };
addCategoryDescription(categoryDescription);

//
// Add Keyword Featured Galleries
//
//OnLoadHandler();
addKeywordFeatured('Recipe 食譜', 'The recipe of our homemade dishes', 'Recipe', 'photos/219810174_5gE9Y-Ti-1.jpg'); 

//
// Add Recent Galleries
//
addRecentDates();


// vim: sw=2 ts=2 sts=2 expandtab

