// Configuration file for Special Items pane.

// The common path to the product images.
var PathSpecialItemsImages =  "Images/Ad Pane/HomePage/SpecialItems/";

// The Special Items images to be displayed (used with PathSpecialItemsImages above).
var SpecialItemsImages = new Array(
    "Special Items High School Senior 2012.png",
    "Special Items On Line Ordering.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(
    "SeniorsProduct.htm",
    "http://www.heritagestudios.photoreflect.com",
    ""      // 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(
    "Senior Portraits",
    "Online Ordering",
    ""      // must have this last line to prevent "Missing configuration file" errors!
);


