var myImage = new Image;

var images = new Array;

images[0] = "/_/chrome/home_w_.gif"
images[1] = "/_/chrome/whoarewe_w_.gif"
images[2] = "/_/chrome/whatwedo_w_.gif"
images[3] = "/_/chrome/blog_w_.gif"
images[4] = "/_/chrome/news_w_.gif"
images[5] = "/_/chrome/events_w_.gif"
images[6] = "/_/chrome/partners_w_.gif"
images[7] = "/_/chrome/links_w_.gif"

for (a = 0; a < images.length; a++){
	myImage.src = images[a];
}



var imageList = {
	homeButton: {
		over: "/_/chrome/home_w_.gif",
		out: "/_/chrome/home_w.gif"
	},
	whoButton: {
		over: "/_/chrome/whoarewe_w_.gif",
		out: "/_/chrome/whoarewe_w.gif"
	},
	whatButton: {
		over: "/_/chrome/whatwedo_w_.gif",
		out: "/_/chrome/whatwedo_w.gif"
	},
	blogButton: {
		over: "/_/chrome/blog_w_.gif",
		out: "/_/chrome/blog_w.gif"
	},
	newsButton: {
		over: "/_/chrome/news_w_.gif",
		out: "/_/chrome/news_w.gif"
	},
	eventsButton: {
		over: "/_/chrome/events_w_.gif",
		out: "/_/chrome/events_w.gif"
	},
	partnersButton: {
		over: "/_/chrome/partners_w_.gif",
		out: "/_/chrome/partners_w.gif"
	},
	linksButton: {
		over: "/_/chrome/links_w_.gif",
		out: "/_/chrome/links_w.gif"
	}		
}


