
var settings = {
	 /* 
	 define prefixes and suffixes in the arrays below. these will be stripped from style numbers in order to properly call images.
		**
		example:
		prefixes:["hw","zz"],
		**
	 */
prefixes:[],
suffixes:["i","d","l"],

	 // MANDITORY! does site have logo the library turned on? 0 = no; 1= yes
logolibrary:1,

	 // MANDITORY! does site sell blanks? 0 = no; 1= yes
sellsblanks:1,

	 /*
	 if there are exceptions to the above rule, enter style number(s) to the array below
		**
		example:
		exemptions:["8000","5800"],
		**
	 */
exemptions:[],

	 /*
	 if certain styles need to be shown in a specific color when loaded, add them below
		**
		example:
		"stylenumber":"colornumber",
		**
	 */
defaultColors:{
	"2300A":"435",
	"MERU2748D":"279",
	"200YM":"629",
	"602A":"607",
	"600A":"438",
	"3235":"937",
	"600AI":"438",
	"402AI":"435",
	"WDMU1333":"261",
	"VFJT22":"CHA",
	"WDMU0447":"444"
	},

	 /*
	 Some sites may turn the decorator off and opt for a single manditory logo combination. The following object sets those logos.
	 The array is read and populated in the following order. Insert empty array variables to skip locations.
		**
		example:
		defaultLogos: ["leftsleevelogo.png","","leftchestlogo.png"]
		**
	 Array order: Left Sleeve, Right Sleeve, Left Chest, Right Chest, Left Cuff, Right Cuff, Left Hem, Right Hem
	 */
defaultLogos:[]

};

