/* 
    Script: image_conf.js

    Copyright: Fishnet NewMedia (c) 2003

    Create: 05.28.03

    Version: 1.0

    Compatibility: JavaScript 1.2

    Changes: none

    Description:  

        This script stores configuration variables used by image_load.js

*/

// Array of image names to be preloaded
var image_preloads = [
 new Array("Nav_Resources",".gif"),
 new Array("Nav_AboutUs",".gif"),
 new Array("Nav_ContactUs",".gif"),
 new Array("Home_Banner",".gif")
 ];

// path to images folder
var image_path = "/images/";