﻿var theImages = new Array();

// theImages[0] = 'path/to/image.jpg'

theImages[0] = '/cms/outertemplates/images/bg/rightCol/menu-1c.png';
theImages[1] = '/cms/outertemplates/images/bg/rightCol/menu-2c.png';
theImages[2] = '/cms/outertemplates/images/bg/rightCol/menu-3c.png';
theImages[3] = '/cms/outertemplates/images/btn/asc-a.png';
theImages[4] = '/cms/outertemplates/images/btn/desc-a.png';
theImages[5] = '/cms/outertemplates/images/bg/hNavFirstHover.gif';
theImages[6] = '/cms/outertemplates/images/bg/miniBasketBG.png';
theImages[7] = '/cms/outertemplates/images/bg/headerBoxTop.png';
theImages[8] = '/cms/outertemplates/images/bg/headerBoxTop.png';
theImages[9] = '/cms/outertemplates/images/bg/headerBoxTop.png';

var j = 0;
var p = theImages.length;
var preBuffer = new Array();
for (i = 0; i < p; i++) {
    preBuffer[i] = new Image();
    preBuffer[i].src = theImages[i];
}
