
var serverConfigs = {
	dir: {
		itemsData: 'data/items',
		liveDemo: 'data/live-demo'
	},
	xhrError: 'Server error. Please take a few moments, then refresh the page.',
	pagination: { prev: '&lt;', next: '&gt;', threshold: 2 },
	recaptchaPublicKey: '6Lfp_wgAAAAAAOpAqAv_3y7k3sVnELU6d_2tm7Rc',
	liveDemoFileNames: {
		regularComponentSwf: 'liveDemo.swf',
		fullscreenComponentSwf: 'liveDemoFullscreen.swf',
		fullscreenGallerySwf: 'GalleryLiveDemo.swf',
		regularComponentContainer: 'demoHolder.swf'
	},
	upgradeLicenseTypes: {"personal_commercial":5,"personal_special":6,"personal_extended":7,"commercial_special":8,"commercial_extended":9,"special_extended":10},
	regularLicenseTypes: {"personal":1,"commercial":2,"special":3,"extended":4},
	supportedCreditCards: {"visa":"Visa","mastercard":"MasterCard","amex":"American Express","dinersclub":"Diners Club","discover":"Discover","jcb":"JCB","solo":"Solo","switch":"Switch","maestro":"Maestro"},
	freeChatDuration: 600,
	currencySymbol: '$',
	commentsLeaveReply: {
		submitComment: 'submit comment',
		submittingComment: 'submitting comment',
		nameLabel: 'Name',
		emailLabel: 'Email',
		searchError: 'Words shorter than 3 letters are neglected!',
		searchNoResults: 'Your search did not return any results!',
		maxCharsInComment: 1500,
		obfuscatedSupportEmailAddress: 'support [at] flashxml.net'
	}
};
