////////////////////////////////////////////////////////////////////////////////
//
// SETTINGS 
// These are to be configured per each unique installation.
//
////////////////////////////////////////////////////////////////////////////////


var XE = XE || { };



XE.Settings = {
	
	"StoreID" : 406
	,  "StoreKey" : '3A58E4E1'
	,  "ProxyScript" : "/xe/proxy/XE_PROXY3.asp"			// set when using script-based proxy file, else set to null
	,  "ProxyPath" : null									// set when using webserver-based proxying, else set to null
	,  "MpxUrlPrefix" : "/xe/xe.asp?page="					// Needed by Catalog's applyLink function, amongst other usages

};

