	/**
 	 * @projectDescription Part of the core Arcadia JavaScript library
	 * @author Russ Back russ@jambasolutions.com
	 * @release 2.7.20 28/07/2010
	 */
	
	var Arcadia = Arcadia || {};
	
	/**
	 * Brand singleton
	 */
	Arcadia.Brand = {
		
		TLD: "topman.com",
		
		imagesDirectory : "TopMan",
		
		styleColour : 6,
		
		storeId : 12555,
		
		activeSalesCatalogId : 33056,
		
		isUSStore : false,
		
		gaCodes : [
			"UA-806703-1"
		],
		
		menuSettings : {
			menuOptions: {
			//	dropShadows: false
			}
		},
		
		productSettings : {
			maxGridSize: 13, // -1 to set no maximum
			maxImgHeight: 465,
			zoom: { 
				xOffset: {
					square: 26,
					rectangular: 26
					},
				yOffset: -9
			},
			ajaxZoom: { 
				xOffset: {
					square: 48,
					rectangular: 48
					},
				yOffset: -9
			},
			historyScroller: { 
				movement: { 
					top: 0, 
					left: 62 
				} 
			},
			toggle: {
				position: "centre",
				opacity: .5
			}
		},
		
		playButtonSettings: {
			normal: {
				opacity: 0.5
			},
			hover: {
				opacity: 0.8
			}
		},
		
		googleMapsAPIKey : "ABQIAAAANU12YB2XHAce38r3FJoqtBQfiDrUAKZxKVDyUwJzqOu4ehShrRQ1loBrJXSLhCLiy0nxcbU3n_cnAg", 
		
		storeLocations : [
			"United Kingdom",
			"United States Of America",
			"Bahrain",
			"Channel Islands",
			"Cyprus",
			"Czech Republic",
			"Eire",
			"Indonesia",
			"Isle Of Man",
			"Israel",
			"Japan",
			"Kuwait",
			"Lebanon",
			"Malaysia",
			"Malta",
			"Philippines",
			"Qatar",
			"Russia",
			"Saudi Arabia",
			"Singapore",
			"Spain",
			"Sweden",
			"Thailand",
			"Turkey",
			"Ukraine",
			"United Arab Emirates"
		],
		
		welcomeMessage : {
			enabled: false,
			width: 828,
			height: 486
		},
		
		productImageSwitchCats : [],
		
		omnitureCode: "TM",
		
		disabledShippingCountries : [], // example: FRA would disable France
		
		qasService : "CLOUD" // valid service types are IBM and CLOUD
		
	};
	
