/* 
    Script: image_conf-residents.js

    Copyright: Fishnet NewMedia (c) 2006

    Create: 08.25.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
	["nav_residents",".gif"],
	["nav_about",".gif"],
	["nav_contact",".gif"],
	["nav_home",".gif"],
	// margin
	["menu_residents",".gif"],
	["menu_gallery",".gif"],
	["menu_property",".gif"],
	["menu_apply",".gif"],
	// page
	["apply_online",".gif"],
	];

// path to images folder
var image_path = "/images/";