// Configuration file for Seniors Product page Special Items pane.

// The common path to the product images.
var PathSpecialItemsImages =  "Images/Ad Pane/SeniorsPage/SpecialItems/";

// The Special Items images to be displayed (used with PathSpecialItemsImages above).
var SpecialItemsImages = new Array(
    "Special Items High School Senior 2012 Summer Offers.png",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);

// The links to the products associated with the Special Items images.
//  - there should 1 item for each item in SpecialItemsImages above
var SpecialItemsLinks = new Array(
    "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 Special Items images.
//  - there should 1 item for each item in SpecialItemsImages above
var SpecialItemsDescription = new Array(
    "Summer Offers",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);


