/* <![CDATA[ */

// Function:						Brand() - configuration file for Topman
// Date: 								21 February 2008
// Author:							Russ Back
// This version:				*** Commented for development - do not deploy ***
// Production version:	svn/JavaScript/Deployment/Topman/Arcadia_config.js
// Documentation:				svn/Documentation/Zoom User Guides/Arcadia.js.doc
// Notes:								Script is customised for each brand
  
	// brand configuration
	var Brand = {
		
		releaseDate : "21/02/2008",	// date of last tested and verified, compressed release
		
		name : "TopMan", // brand name - DO NOT CHANGE
		directory : 6, // color directory (ie. /color2/) - DO NOT CHANGE
		
		// extensions fixes to call
		removeCategoryText : false, // remove short description <p> element on the product lister?
		
		// Brand-specific category menu toggle settings
		collapseCategories : true,	// set to true if only one category should be expanded at any one time
		
		// basic scroller settings
		basicSrollerConfig : {
			// home_scroller : {	topPosition : 5, leftPosition : 10, duration : 1200, effect : "easeOutExpo", delay : 4000 }
			},
			
		// content cycle settings
		cycleContentConfig : {
			// christmas_counter : { fx: "scrollUp", timeout: 6000, delay: -2000 }
			homepage_cycle : { fx: "fade", delay: -2000, timeout: 4500 }
			},
			
		// content tabs configuration
		contentTabsConfig : {
			/* home_page_tabs : { 
				fxSlide: true, 
				fxFade: true, 
				fxSpeed: "fast", 
				fxAutoHeight: true, 
				navClass: "tabs_nav", 
				selectedClass: "active", 
				disabledClass: "inactive",
				containerClass : "tab_content",
				hideClass : "hidden_tab"
				} */
			},
			
		// advanced scroller settings
		advancedSrollerConfig : {
			// black_label_scroller : {	padding : 8, speed : 500, effect : "easeOutExpo", delay: 700 }
			},
			
		// new advanced scroller settings
		newScrollerConfig : {	
			// seven_scroller : { orientation: "horizontal", moveLeft: 260, moveDown: 0, speed: 400, easing: "jswing", loop: false },
			},
			
		// product swatch settings
		enableColourSwatchHelpers : true,

		// product lister
		enableProdListerFormatting : true, // reset heights of prodlister items	RESET
		prodListSetHeight : true, // use JS to set the height of the prodlister element (not required if clear_fix used in CSS)
		prodListHeightPadding : 10, // padding on bottom of prodlister element (not required if prodListSetHeigh is false)

		// switch feature properties
		switchProductInsertType : "after", // insert menu before or after chosen element
		switchProductInsertTarget : "#largerimage2", 	// element to insert after on product page
		
		// test catalog alert
		activeSalesCatalogId : 17551,		// active sales catalog id

		// other
		internationalTrackingUrl : "www.topman.com/international/index.html",	// link used for international order tracking (omit http://)
		addThisAccountName : "giddinb"	// account name for addThis social bookmarking
		
		};

/* ]]> */
