defaultLanguage = 'en';

countriesLanguages = {
	'other'	: 'Other countries',
	'CH'	: 'Switzerland',
	'FR'	: 'France',
	'DE'	: 'Germany',
	'ES'	: 'Spain',
	'PA'	: 'Panama',
	'SE'	: 'Sweden',
	'IT'	: 'Italy',
	'LU'	: 'Luxembourg',
	'BE'	: 'Belgium',
	'CZ'	: 'Czech Republic',
	'AT'	: 'Austria'
};

officesLanguages = {
	"ouroffice" : "Our office in",
	"montreux"	: "Montreux",
	"geneve"	: "Geneva",
	"stgall"	: "St-Gallen",
	"zurich"	: "Zurich",
	"lausanne"	: "Lausanne",
	"locarno"	: "Locarno",
	"lugano"	: "Lugano",
	"lucerne"	: "Lucerne",
	"lyon"		: "Lyon",
	"milan"		: "Milan",
	"munich"	: "Munich",
	"nice"		: "Nice",
	"goteborg"	: "Göteborg",
	"panama"	: "Panama",
	"prague"	: "Prague",
	"bern"		: "Bern",
	"basle"		: "Basel",
	"paris"		: "Paris",
	"bellinzona": "Bellinzona",
	"rome"		: "Rome",
	"bologna"	: "Bologna",
	"widnau"	: "Widnau",
	"koln"		: "Cologne",
	"wien"		: "Vienna",
	"luxembourg": "Luxembourg",
	"bruxelles" : "Bruxelles",
	"strasbourg": "Strasbourg",
	"madrid"	: "Madrid"
}

officeDetails = {
	"helpline"		: "Advice, inscriptions and other information by telephone",
	"coordinates"	: "",
	"phone"			: "Telephone",
	"fax"			: "Fax",
	"email"			: "Mail",
	"site"			: "Website",
	"hours"			: "Opening hours",
	"closure"		: "Closed exceptionally",
	"week"			: "Monday to friday",
	"wednesday"		: "Wednesday",
	"friday"		: "Friday",
	"saturday"		: "Saturday",
	"sunday"		: "Sunday",
	"days35"		: "Wednesday, friday",
	"days1246"		: "Mo, Tu, Th, Sa",
	"days1234"		: "Monday to thursday",
	"days135"		: "Monday, Wednesday, Friday",
	"days123456"	: "Monday to saturday",
	"days24"		: "Friday, thursday"
}