/* 
    Script: image_conf.js

    Copyright: Fishnet NewMedia (c) 2006

    Create: 12.14.06

    Version: 1.0

    Changes: none

    Description:  

        This script stores configuration variables used by image_load.js

*/

// Array of image names to be preloaded
var image_names = [
	["header_firm",".gif"],
	["header_people",".gif"],
	["header_practice",".gif"],
	["header_resources",".gif"],
	["header_join",".gif"],
	["header_contact",".gif"],
	["header_feedback",".gif"],
	["header_email",".gif"],
	["header_print",".gif"],
	["top",".gif"],
	];

// path to images folder
var image_path = "/images/";