	legal_on = new Image();
	legal_on.src = "images/ftr_legal_on.gif";
	legal_off = new Image();
	legal_off.src = "/common_graphics/ftr_legal_off.gif";

	home_on = new Image();
	home_on.src = "images/nav_home_on.gif";
	home_off = new Image();
	home_off.src = "images/nav_home_off.gif";

	contact_us_on = new Image();
	contact_us_on.src = "images/nav_contact_on.gif";
	contact_us_off = new Image();
	contact_us_off.src = "images/nav_contact_off.gif";

	site_index_on = new Image();
	site_index_on.src = "/common_graphics/nav_index_on.gif";
	site_index_off = new Image();
	site_index_off.src = "/common_graphics/nav_index_off.gif";

	q_and_a_on = new Image();
	q_and_a_on.src = "/common_graphics/nav_qa_on.gif";
	q_and_a_off = new Image();
	q_and_a_off.src = "/common_graphics/nav_qa_off.gif";

	search_on = new Image();
	search_on.src = "/common_graphics/nav_search_on.gif";
	search_off = new Image();
	search_off.src = "/common_graphics/nav_search_off.gif";

	about_on = new Image();
	about_on.src = "/common_graphics/nav_about_on.gif";
	about_off = new Image();
	about_off.src = "/common_graphics/nav_about_off.gif";
	
	investors_on = new Image();
	investors_on.src = "/common_graphics/nav_investors_on.gif";
	investors_off = new Image();
	investors_off.src = "/common_graphics/nav_investors_off.gif";
	
	news_on = new Image();
	news_on.src = "/common_graphics/nav_news_on.gif";
	news_off = new Image();
	news_off.src = "/common_graphics/nav_news_off.gif";
	
	operations_on = new Image();
	operations_on.src = "/common_graphics/nav_operations_on.gif";
	operations_off = new Image();
	operations_off.src = "/common_graphics/nav_operations_off.gif";
	
	social_on = new Image();
	social_on.src = "/common_graphics/nav_responsibility_on.gif";
	social_off = new Image();
	social_off.src = "/common_graphics/nav_responsibility_off.gif";
	
	technology_on = new Image();
	technology_on.src = "/common_graphics/nav_technology_on.gif";
	technology_off = new Image();
	technology_off.src = "/common_graphics/nav_technology_off.gif";
	
	brands_on = new Image();
	brands_on.src = "/common_graphics/nav_brands_on.gif";
	brands_off = new Image();
	brands_off.src = "/common_graphics/nav_brands_off.gif";

	ftr_caltex_on = new Image();
	ftr_caltex_on.src = "/common_graphics/ftr_caltex_on.gif";
	ftr_caltex_off = new Image();
	ftr_caltex_off.src = "/common_graphics/ftr_caltex_off.gif";

	ftr_chevron_on = new Image();
	ftr_chevron_on.src = "/common_graphics/ftr_chevron_on.gif";
	ftr_chevron_off = new Image();
	ftr_chevron_off.src = "/common_graphics/ftr_chevron_off.gif";
	
	ftr_texaco_on = new Image();
	ftr_texaco_on.src = "/common_graphics/ftr_texaco_on.gif";
	ftr_texaco_off = new Image();
	ftr_texaco_off.src = "/common_graphics/ftr_texaco_off.gif";
	
	ftr_history_on = new Image();
	ftr_history_on.src = "/common_graphics/ftr_history_on.gif";
	ftr_history_off = new Image();
	ftr_history_off.src = "/common_graphics/ftr_history_off.gif";
	
			
function imgOn(imgName) {
	document[imgName].src = eval(imgName + "_on.src");
}

function imgOff(imgName) {
	document[imgName].src = eval(imgName + "_off.src");
}