	/**
 	 * @projectDescription Part of the core Arcadia JavaScript library
	 * @author Russ Back russ@jambasolutions.com
	 * @release 2.7.25 01/09/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
		
		categorySettings : {
			more : {
				count : 6,
				style : 'scroll',  		// accordion / scroll
				animated : 1000,		// value = false or speed in ms (100/200/etc)
				copy : {more : 'Show more...', less : 'Show less...'}
			},
			navAnimateOpen : 600,
			navAnimateClose : 600,
			CollapseBlocks : true,
			CollapseOnLoad : false,
			loader : {
				speedIn : 500,
				speedOut : 500,
				opacity : 0.8
			}
		},

		qasService : "CLOUD" // valid service types are IBM and CLOUD
		
	};
	
