var Config = {
	absoluteHttpPath : "http://www.precis.co.uk",
	absoluteHttpsPath : "http://www.precis.co.uk",
	currency : {
		js : "\u00A3",
		html : "&163;"
	},
	language : "en-gb",
	isPlanet : function() {
		return location.href.toLowerCase().indexOf("planet") > -1;
	},	
	isWindsmoor : function() {
		return location.href.toLowerCase().indexOf("windsmoor") > -1;
	},
	isJacquesVert : function() {
		return (location.href.toLowerCase().indexOf("jacquesvert") > -1 || location.href.toLowerCase().indexOf("jacques-vert") > -1);
	},
	isPrecis : function() {
		return (location.href.toLowerCase().indexOf("precis") > -1 || location.href.toLowerCase().indexOf("precis") > -1);
	},
	debug: false
}