
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:["-US","i"],

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

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

	 /*
	 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:{"6990-OSP":"946"},

	 /*
	 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:[]

};
