/*
    Script: image-conf.js

    Copyright: Fishnet NewMedia (c) 2003

    Create: 05.28.03

    Version: 1.0

    Compatibility: JavaScript 1.2

    Scripts: none

    Changes: none

    Description:  

        This script stores configuration variables used by image-load.js

*/

// Array of image names to be preloaded
var names = ["home","privacy","contact","index","firm","clients","approach","options","top","print","close"];

// path to images folder
var imgpath = "/images/";
