// Configuration file for Seniors product slide show.

// The delay (in ms) between slide changes
var SlideDelay = 8500;

// The common path to the product images.
var PathProductImages =  "Images/Ad Pane/SeniorsPage/";

// The product images to be displayed (used with PathProductImages above).
var ProductImages = new Array(
    "Senior Show off.png",
    "Senior Fun with Grunge.png",
    "Senior Appointment Design.png",
    "Senior Right Choice.png",
    "High School Senior Color JoinTheFun.png",
    "High School Senior BW JoinTheFun.png",
    "High School Senior 1.png",
    "High School Senior 2012 Summer.png",
    "High School Senior Let the Fun Begin.png",
    "High School Senior 2012 Summer.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(
    "Gallery.htm?Seniors1",
    "Gallery.htm?Seniors2",
    "Gallery.htm?Seniors3",
    "Gallery.htm?Seniors1",
    "Gallery.htm?Seniors2",
    "Gallery.htm?Seniors3",
    "Gallery.htm?Seniors1",
    "PDF/High School Senior 2012 Summer Offers .pdf",
    "Gallery.htm?Seniors2",
    "PDF/High School Senior 2012 Summer Offers .pdf",
    ""      // 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",
    "High School Senior",
    "High School Senior",
    "High School Senior",
    "High School Senior",
    "High School Senior",
    "High School Senior",
    "Senior 2012 Summer Offers",
    "High School Senior",
    "Senior 2012 Summer Offers",
    ""      // 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(
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "", 
    "",
    ""    // must have this last line to prevent "Missing configuration file" errors!
);


