<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		VerticalFocusConstruction_ConstructionManagement_over = newImage("images/VerticalFocusConstruction-C.gif");
		VerticalFocusConstruction_02_ConstructionManagement_over = newImage("images/VerticalFocusConstructio-05.gif");
		VerticalFocusConstruction_02_CustomFraming_over = newImage("images/VerticalFocusConstructio-06.gif");
		ConstructionManagement_over = newImage("images/ConstructionManagement-over.gif");
		ConstructionManagement_CustomFraming_over = newImage("images/ConstructionManagement-Cust.gif");
		WhatWeDo_ConstructionManagement_over = newImage("images/WhatWeDo-ConstructionManage.gif");
		WhatWeDo_CustomFraming_over = newImage("images/WhatWeDo-CustomFraming_over.gif");
		WhatWeDo_GetEternal_over = newImage("images/WhatWeDo-GetEternal_over.gif");
		WhatWeDo_ContactUs_over = newImage("images/WhatWeDo-ContactUs_over.gif");
		CustomFraming_over = newImage("images/CustomFraming-over.gif");
		VerticalFocusConstruction_06_CustomFraming_over = newImage("images/VerticalFocusConstructio-18.gif");
		GetEternal_over = newImage("images/GetEternal-over.gif");
		ContactUs_over = newImage("images/ContactUs-over.gif");
		preloadFlag = true;
	}
}

// -->