function newImg(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function mapOn(iName) {
	if (document.images) {
		document.images.retailMap.style.display = "block";
		document.images.retailMap.src = eval(iName + "Map.src");
		
	}
}

function mapOff() {
	if (document.images) {
		document.images.retailMap.style.display = "none";
	}
}

function preloadMaps() {
	if (document.images) {
		bovMap = newImg("../img/retail/bowlesVillageMap.gif");
		bcMap = newImg("../img/retail/bowlesCrossingMap.gif");
		bsMap = newImg("../img/retail/belleviewShoresMap.gif");
		cpMap = newImg("../img/retail/chansonPlazaMap.gif");
		ssMap = newImg("../img/retail/sheridanSafewayMap.gif");
		brvMap = newImg("../img/retail/bristolVillageMap.gif");
		mpMap = newImg("../img/retail/marketplaceMap.gif");
		gpMap = newImg("../img/retail/greatPlainsMap.gif");
		lrMap = newImg("../img/retail/larkridgeMap.gif");
		zsMap = newImg("../img/apt/zuniSquareMap.gif");
		chMap = newImg("../img/apt/camelliaHouseMap.gif");
		jppMap = newImg("../img/office/jpPlazaMap.gif");
		ltMap = newImg("../img/office/loganTowerMap.gif");
		sgpMap = newImg("../img/office/sgPlazaMap.gif");
		abMap = newImg("../img/office/arapahoeBuildingMap.gif");
		kcMap = newImg("../img/office/kennedyCenterMap.gif");
	}
}
