// JavaScript Document

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		home_rednavbar_01_ImageMap_01_over = newImage("home_graphics/home_rednavbar_01-ImageMap_.gif");
		home_rednavbar_01_ImageMap_12_over = newImage("home_graphics/home_rednavbar_01-ImageM-03.gif");
		home_rednavbar_01_ImageMap_04_over = newImage("home_graphics/home_rednavbar_01-ImageM-04.gif");
		home_rednavbar_01_ImageMap_05_over = newImage("home_graphics/home_rednavbar_01-ImageM-05.gif");
		home_rednavbar_01_ImageMap_03_over = newImage("home_graphics/home_rednavbar_01-ImageM-06.gif");
		home_rednavbar_01_ImageMap_15_over = newImage("home_graphics/home_rednavbar_01-ImageM-07.gif");
		home_rednavbar_02_ImageMap_01_over = newImage("home_graphics/home_rednavbar_02-ImageMap_.gif");
		home_rednavbar_02_ImageMap_12_over = newImage("home_graphics/home_rednavbar_02-ImageM-10.gif");
		home_rednavbar_02_ImageMap_04_over = newImage("home_graphics/home_rednavbar_02-ImageM-11.gif");
		home_rednavbar_02_ImageMap_05_over = newImage("home_graphics/home_rednavbar_02-ImageM-12.gif");
		home_rednavbar_02_ImageMap_03_over = newImage("home_graphics/home_rednavbar_02-ImageM-13.gif");
		preloadFlag = true;
	}
}
