// JavaScript Document

if (document.images) {
	
	arch_recent = new Image();
	arch_recent.src = "../images/arch_recent_2.jpg";
	
	arch_hospitality = new Image();
	arch_hospitality.src = "../images/archmetal_hospitality_2.jpg";
	
	arch_retailmixed = new Image();
	arch_retailmixed.src = "../images/arch_retailmixed_2.jpg";
	
	arch_cities = new Image();
	arch_cities.src = "../images/arch_cities_2.jpg";
	
	arch_residential = new Image();
	arch_residential.src = "../images/arch_residential_2.jpg";


}


