{
	// Main Page Navigation
	graphic1 = new Image();
	graphic1.src = "images/about_off.gif";
	graphic1on = new Image();
	graphic1on.src = "images/about_on.gif";

	graphic2 = new Image();
	graphic2.src = "images/events_off.gif";
	graphic2on = new Image();
	graphic2on.src = "images/events_on.gif";

	graphic3 = new Image();
	graphic3.src = "images/services_off.gif";
	graphic3on = new Image();
	graphic3on.src = "images/services_on.gif";

	graphic4 = new Image();
	graphic4.src = "images/menus_off.gif";
	graphic4on = new Image();
	graphic4on.src = "images/menus_on.gif";

	graphic5 = new Image();
	graphic5.src = "images/contact_off.gif";
	graphic5on = new Image();
	graphic5on.src = "images/contact_on.gif";
	
	//about Side Nav
	graphic6 = new Image();
	graphic6.src = "images/about_off_1.gif";
	graphic6on = new Image();
	graphic6on.src = "images/about_on_1.gif";

	graphic7 = new Image();
	graphic7.src = "images/about_off_2.gif";
	graphic7on = new Image();
	graphic7on.src = "images/about_on_2.gif";

	graphic8 = new Image();
	graphic8.src = "images/about_off_3.gif";
	graphic8on = new Image();
	graphic8on.src = "images/about_on_3.gif";
	
	//Menus Side Nav
	graphic9 = new Image();
	graphic9.src = "images/menus_off_1.gif";
	graphic9on = new Image();
	graphic9on.src = "images/menus_on_1.gif";

	graphic10 = new Image();
	graphic10.src = "images/menus_off_2.gif";
	graphic10on = new Image();
	graphic10on.src = "images/menus_on_2.gif";

	graphic11 = new Image();
	graphic11.src = "images/menus_off_3.gif";
	graphic11on = new Image();
	graphic11on.src = "images/menus_on_3.gif";

	graphic12 = new Image();
	graphic12.src = "images/menus_off_4.gif";
	graphic12on = new Image();
	graphic12on.src = "images/menus_on_4.gif";

	graphic13 = new Image();
	graphic13.src = "images/menus_off_5.gif";
	graphic13on = new Image();
	graphic13on.src = "images/menus_on_5.gif";

	graphic14 = new Image();
	graphic14.src = "images/menus_off_6.gif";
	graphic14on = new Image();
	graphic14on.src = "images/menus_on_6.gif";

	graphic15 = new Image();
	graphic15.src = "images/menus_off_7.gif";
	graphic15on = new Image();
	graphic15on.src = "images/menus_on_7.gif";
	
	graphic16 = new Image();
	graphic16.src = "images/about_off_4.gif";
	graphic16on = new Image();
	graphic16on.src = "images/about_on_4.gif";
	
	graphic17 = new Image();
	graphic17.src = "images/menus_off_8.gif";
	graphic17on = new Image();
	graphic17on.src = "images/menus_on_8.gif";
	
	graphic18 = new Image();
	graphic18.src = "images/menus_off_9.gif";
	graphic18on = new Image();
	graphic18on.src = "images/menus_on_9.gif";
	
	
}

function imageChange(imageID,imageName) 
{
	{
		document.images[imageID].src = eval(imageName + ".src");
	}
}