if (document.images) {	
	// Preload the Navigation Images
	
	homer						= new Image();
	homer.src					= "http://www.cicenergycorp.com/_templates/1/source/home.gif";
	
	homer_on					= new Image();
	homer_on.src				= "http://www.cicenergycorp.com/_templates/1/source/home_on.gif";
	
	corporate_info				= new Image();
	corporate_info.src			= "http://www.cicenergycorp.com/_templates/1/source/corporate_info.gif";
	
	corporate_info_on			= new Image();
	corporate_info_on.src		= "http://www.cicenergycorp.com/_templates/1/source/corporate_info_on.gif";
	
	project						= new Image();
	project.src					= "http://www.cicenergycorp.com/_templates/1/source/project.gif";
	
	project_on					= new Image();
	project_on.src				= "http://www.cicenergycorp.com/_templates/1/source/project_on.gif";
	
	investor_relations			= new Image();
	investor_relations.src		= "http://www.cicenergycorp.com/_templates/1/source/investor_relations.gif";
	
	investor_relations_on		= new Image();
	investor_relations_on.src	= "http://www.cicenergycorp.com/_templates/1/source/investor_relations_on.gif";
	
	contact_us					= new Image();
	contact_us.src				= "http://www.cicenergycorp.com/_templates/1/source/contact_us.gif";
	
	contact_us_on				= new Image();
	contact_us_on.src			= "http://www.cicenergycorp.com/_templates/1/source/contact_us_on.gif";
	
	
	function rollover(image_name, roll) {
	  document[image_name].src = eval( roll + ".src" );
	}
}