// Configuration file for Ad Pane product slide show.

// The delay (in ms) between slide changes
var SlideDelay = 10000;

// The common path to the product images.
var PathProductImages =  "Images/Ad Pane/HomePage/";

// The product images to be displayed (used with PathProductImages above).
var ProductImages = new Array(
    "High School Senior 2011.png",
    "Family Black and White.png",
    "Family In Woods.png",
    "Weddings2.png",
    "Executive Head Shot.png",
    "BabysFirst.png",
    "Baby Composit 18 month.png",
    "Weddings.png",
    "Engagement Portraits.png",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);

// The links to the products associated with the product images.
//  - there should 1 item for each item in ProductImages above
var ProductLinks = new Array(
    "SeniorsProduct.htm",
    "Gallery.htm?Family",
    "Gallery.htm?Family",
    "Gallery.htm?Wedding2", 
    "Gallery.htm?Executives2",
    "Gallery.htm?BabiesAndToddlers",
    "Gallery.htm?Children",
    "Gallery.htm?Wedding2",
    "Gallery.htm?Wedding3",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);

// The description of the products associated with the product images.
//  - there should 1 item for each item in ProductImages above
var ProductDescription = new Array(
    "High School Senior",
    "Family Black and White",
    "Family In Woods",
    "Weddings",
    "Executive",
    "Baby's First",
    "Baby Composite",
    "Weddings",
    "Engagement Portraits",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);

// The links to the gallery associated with the product images.
//  - there should 1 item for each item in ProductImages above
var ProductGallery = new Array(
    "Gallery.htm?Seniors1",
    "Gallery.htm?Family",
    "Gallery.htm?Family",
    "Gallery.htm?Wedding2",
    "Gallery.htm?Executives1",
    "Gallery.htm?BabiesAndToddlers",
    "Gallery.htm?Children",
    "Gallery.htm?Wedding2",
    "Gallery.htm?Wedding3",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);

