/**************************************************************************************

	Language Selection and Redirection Include
	Author: Simon Fletcher, Dan Roberts
	Copyright: AlphaQuad 2008
	
	Date: 11 June 2008

	Use:
		Document onBody Load should call:
			setListDefaultOrRedirect('listboxID','www.domain.com') 
		if there is a dropdown list to sync the country dropdown list. If
		there is no dropdown list then onBody just needs to call:
			checkForRedirect('www.domain.com') 
		
		Direct anchor links to pages specific language pages can use
			onclick="setLanguageCookie('[languagecode]') 
		where [languagecode]
		is either fr or nl
		
	
		Any language listbox should have entries indicating language name 
		and folder or script to run
			<option value="NL=/">
			<option value="FR=/fr/">
	
	options 0 = Turned off, do nothing, don't even record a cookie
		1 = Record the cookie, but don't redirect anywhere
		2 = Allow redirecting but always to home page
		3 = Full redirection to deep link equivalent

**************************************************************************************/
	var options=3;
/*************************************************************************************/

	function checkForRedirect(domain, redirect)
		{
		if(options >=2)
			{
			var lang = getLanguageCookie().toLowerCase();
			var re = new RegExp(".*?://.*?/","gi");
			var href = document.location.href.toLowerCase();
			href=href.replace(re,"/");
			
			//alert('options=' + options + ', lang=' + lang + ', href=' + href);
			
			// set the cookie based on the page visited
			setLanguageCookie(href.substring(0,4) == '/fr/' ? 'fr' : 'nl', false);
			if (redirect) {
				var redirect;
				if(lang=='fr' && href.substring(0,4)!='/fr/')
					{
					redirect = getFrEquiv(href);
					if(redirect!='')
						window.location=redirect;
					}

				if(lang=='nl' && href.substring(0,4)=='/fr/')
					{
					redirect = getNlEquiv(href);
					if(redirect!='')
						window.location=redirect;
					}
					
				if(lang=='nl' && href.substring(0,4)=='/')
					{
					redirect = getNlEquiv(href);
					if(redirect!='')
						window.location=redirect;
					}
				
				}
				
				// if not set, create the cookie based on the site visited (unless we're on the home page,
				// in which case show the language selection popup)
	/*			if (options > 0 && !lang && href != '' && href != '/' && href != 'index.htm') {
					if (href.substring(0,4)=='/fr/') {
						setLanguageCookie("fr");
					} else {
						setLanguageCookie("nl");
					}
				}*/
			}
		}

	function setListDefaultOrRedirect(listbox,domain)
		{
		if(options >=2)
			{
			var lang = getLanguageCookie().toLowerCase();
			var re = new RegExp(".*?://.*?/","gi");
			var href = document.location.href.toLowerCase();
			href=href.replace(re,"/");

			if(lang=='fr')
				{
				document.getElementById(listbox).selectedIndex=1;
				}

			var redirect;
			if(lang=='fr' && href.substring(0,4)!='/fr/')
				{
				redirect = getFrEquiv(href);
				if(redirect!='')
					window.location=redirect;
				}

			if(lang=='nl' && href.substring(0,4)=='/fr/')
				{
				redirect = getNlEquiv(href);
				if(redirect!='')
					window.location=redirect;
				}
			}
		}


	function setLanguageCookie(cookieValue, redirect)
		{
		if(cookieValue != getLanguageCookie() && options >=1)
			{
			//set a 180 day cookie, forget the choice after that
			var expiry = new Date();
			expiry.setTime(expiry.getTime() + 180*24*60*60*1000);
			document.cookie = "langselect="+escape(cookieValue)+";expires=" + expiry.toGMTString() + ";path=/;";
		
			if(options >=2 && redirect !== false)
				checkForRedirect('', true);
			}
		}


	function getLanguageCookie()
		{
		var r="";
		var cookieData=unescape(document.cookie);
		var cookieCollection = cookieData.split(";");
		var cookieValue;
		for(i=0;i<cookieCollection.length;i++)
			{
			cookieValue = cookieCollection[i].split("=");
											
			if(trim(cookieValue[0])=='langselect')
				{
				r=cookieValue[1];
				}
			}
		return r;
		}


	function langListChange(listbox)
		{
		var langSelected = document.getElementById(listbox).selectedIndex;		
		var langSelectedValue = document.getElementById(listbox).options[langSelected].value;
		var params = langSelectedValue.split("=");
		setLanguageCookie(params[0]);
		window.location=params[1];
		}

	function trim (str) {
		var str = str.replace(/^\s\s*/, ''),
		ws = /\s/,
		i = str.length;
		while (ws.test(str.charAt(--i)));
		return str.slice(0, i + 1);
		}

	function getNlEquiv(page) {
		var equivList = getEquivListFR();
		if(options <= 2 || page=='/index.html' || page=='/') {
			return '/particulier/index.html';
		}
		if (typeof equivList[page] == "undefined") {
			return '/';
		}
		return equivList[page];
	}

	function getFrEquiv(page) {
		var equivList = getEquivListNL();
		if(options <= 2 || page=='/index.html' || page=='/') {
			return '/fr/particuliers/';
		}
		if (typeof equivList[page] == "undefined") {
			return '/';
		}
		return equivList[page];
	}
		
		
	function getEquivListFR() {
		return {
			'/index.html': '/particulier/index.html',
			'/fr/entreprises/index.html': '/../../bedrijven/index.html',
			'/fr/entreprises/': '/../../bedrijven/index.html',
			'/fr/professionnel/index.html': '/../../professioneel/index.html',
			'/fr/professionnel/': '/../../professioneel/index.html',
			'/fr/index.html': '/../index.html',
			'/fr/lpg-automobile/questions-frequentes.htm': '/autogas/autogas-faq.htm',
			'/fr/lpg-automobile/campagne-autogaz.htm': '/autogas/autogascampagne.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-anvers/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-antwerpen/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-bruxelles/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-brussel/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-hainaut/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-henegouwen/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-limbourg/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-limburg/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-liege/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-luik/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-luxembourg/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-luxemburg/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-namur/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-namen/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-flandre-oriental/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-oost-vlaanderen/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-brabant-flamand/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-vlaams-brabant/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-brabant-wallon/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-waals-brabant/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-flandre-occidental/index.htm': '/autogas/autogasstations-in-belgie/autogasstations-in-west-vlaanderen/index.htm',
			'/fr/lpg-automobile/autogasstations-in-belgie/index.htm': '/autogas/autogasstations-in-belgie/index.htm',
			'/fr/lpg-automobile/faites-des-economies/index.htm': '/autogas/bespaar-geld/index.htm',
			'/fr/lpg-automobile/ecocard.htm': '/autogas/ecocard.htm',
			'/fr/lpg-automobile/lpg_conversion/index.htm': '/autogas/inbouwen/index.htm',
			'/fr/lpg-automobile/index.htm': '/autogas/index.htm',
			'/fr/lpg-automobile/': '/autogas/index.htm',
			'/fr/lpg-automobile/environnement/index.htm': '/autogas/milieu/index.htm',
			'/fr/lpg-automobile/environnement/': '/autogas/milieu/index.htm',
			'/fr/lpg-automobile/promotion-speciale.htm': '/autogas/speciale-promotie.htm',
			'/fr/lpg-automobile/faire-le-plein-de-lpg.htm': '/autogas/tanken-van-autogas.htm',
			'/fr/lpg-automobile/vehicules-au-lpgs/index.htm': '/autogas/voertuigen-op-autogas/index.htm',
			'/fr/lpg-automobile/vehicules-au-lpgs/': '/autogas/voertuigen-op-autogas/index.htm',
			'/fr/lpg-automobile/parc-de-vehicules/index.htm': '/autogas/wagenpark-lpg/index.htm',
			'/fr/lpg-automobile/parc-de-vehicules/': '/autogas/wagenpark-lpg/index.htm',
			'/fr/entreprises/alternative-pour-le-mazout/comparaison-de-combustibles.html': '/bedrijven/alternatief-voor-stookolie/brandstofvergelijking.html',
			'/fr/entreprises/alternative-pour-le-mazout/chauffage-central.html': '/bedrijven/alternatief-voor-stookolie/centrale-verwarming.html',
			'/fr/entreprises/alternative-pour-le-mazout/scanning-demande.html': '/bedrijven/alternatief-voor-stookolie/energiescan-aanvraag.html',
			'/fr/entreprises/alternative-pour-le-mazout/scanning-energetique.html': '/bedrijven/alternatief-voor-stookolie/energiescan.html',
			'/fr/entreprises/alternative-pour-le-mazout/index.html': '/bedrijven/alternatief-voor-stookolie/index.html',
			'/fr/entreprises/alternative-pour-le-mazout/': '/bedrijven/alternatief-voor-stookolie/index.html',
			'/fr/entreprises/alternative-pour-le-mazout/informations-utiles.html': '/bedrijven/alternatief-voor-stookolie/nuttige-info.html',
			'/fr/entreprises/alternative-pour-le-mazout/informations-utiles/chaudieres-a-condensation-a-gaz.html': '/bedrijven/alternatief-voor-stookolie/nuttige-info/gascondensatieketels.html',
			'/fr/entreprises/alternative-pour-le-mazout/informations-utiles/primes.html': '/bedrijven/alternatief-voor-stookolie/nuttige-info/premies.html',
			'/fr/entreprises/alternative-pour-le-mazout/informations-utiles/votre-ancienne-citerne-de-mazout.html': '/bedrijven/alternatief-voor-stookolie/nuttige-info/uw-oude-stookolietank.html',
			'/fr/entreprises/alternative-pour-le-mazout/nos-installateurs.html': '/bedrijven/alternatief-voor-stookolie/onze-installateurs.html',
			'/fr/entreprises/alternative-pour-le-mazout/chauffage.html': '/bedrijven/alternatief-voor-stookolie/verwarming.html',
			'/fr/entreprises/contact/je-souhaite-un-rendez-vous.html': '/bedrijven/contact/adviseur-gewenst.html',
			'/fr/entreprises/contact/coordonnees.html': '/bedrijven/contact/bedrijfsgegevens.html',
			'/fr/entreprises/contact/faq.html': '/bedrijven/contact/faq.html',
			'/fr/entreprises/contact/faq/generalites.html': '/bedrijven/contact/faq/algemeen.html',
			'/fr/entreprises/contact/faq/autogas.html': '/bedrijven/contact/faq/autogas.html',
			'/fr/entreprises/contact/faq/bouteilles-de-gaz.html': '/bedrijven/contact/faq/gasflessen.html',
			'/fr/entreprises/contact/faq/citernes-de-gaz.html': '/bedrijven/contact/faq/gastanks.html',
			'/fr/entreprises/contact/faq/telemetrie.html': '/bedrijven/contact/faq/telemetrie.html',
			'/fr/entreprises/contact/je-commande-du-gaz.html': '/bedrijven/contact/ik-bestel-gas.html',
			'/fr/entreprises/contact/index.html': '/bedrijven/contact/index.html',
			'/fr/entreprises/contact/': '/bedrijven/contact/index.html',
			'/fr/entreprises/contact/feed-back-concernant-le-site-web.html': '/bedrijven/contact/website-feedback.html',
			'/fr/entreprises/energie-renouvelable/chauffage-central.html': '/bedrijven/hernieuwbare-energie/centrale-verwarming.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/demande.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/aanvraag.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/hoe-werkt-het.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/klanten-vertellen.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/primagaz-partner.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/pour-qui.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/voor-wie.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/avantages.html': '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/voordelen.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/demande.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/aanvraag.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/hoe-werkt-het.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/klanten-vertellen.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/primagaz-en-warmtepompen.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/pour-qui.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/voor-wie.html',
			'/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/avantages.html': '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/voordelen.html',
			'/fr/entreprises/energie-renouvelable/index.html': '/bedrijven/hernieuwbare-energie/index.html',
			'/fr/entreprises/energie-renouvelable/': '/bedrijven/hernieuwbare-energie/index.html',
			'/fr/entreprises/energie-renouvelable/nos-installateurs.html': '/bedrijven/hernieuwbare-energie/onze-installateurs.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire.html': '/bedrijven/hernieuwbare-energie/zonneboiler.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/demande.html': '/bedrijven/hernieuwbare-energie/zonneboiler/aanvraag.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/comment-fonctionne-t-il.html': '/bedrijven/hernieuwbare-energie/zonneboiler/hoe-werkt-het.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/les-clients-racontent.html': '/bedrijven/hernieuwbare-energie/zonneboiler/klanten-vertellen.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/installation.html': '/bedrijven/hernieuwbare-energie/zonneboiler/plaatsing.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/primagaz-et-chauffe-eau-solaire.html': '/bedrijven/hernieuwbare-energie/zonneboiler/primagaz-en-zonneboilers.html',
			'/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/avantages.html': '/bedrijven/hernieuwbare-energie/zonneboiler/voordelen.html',
			'/fr/entreprises/index.html': '/bedrijven/index.html',
			'/fr/entreprises/': '/bedrijven/index.html',
			'/fr/entreprises/primagaz/chauffage-central.html': '/bedrijven/primagaz/centrale-verwarming.html',
			'/fr/entreprises/primagaz/historique.html': '/bedrijven/primagaz/historiek.html',
			'/fr/entreprises/primagaz/index.html': '/bedrijven/primagaz/index.html',
			'/fr/entreprises/primagaz/': '/bedrijven/primagaz/index.html',
			'/fr/entreprises/primagaz/lpg-en-europe.html': '/bedrijven/primagaz/lpg-in-europa.html',
			'/fr/entreprises/primagaz/nouvelles.html': '/bedrijven/primagaz/nieuws.html',
			'/fr/entreprises/primagaz/nos-installateurs.html': '/bedrijven/primagaz/onze-installateurs.html',
			'/fr/entreprises/primagaz/securite.html': '/bedrijven/primagaz/veiligheid.html',
			'/fr/entreprises/primagaz/securite/procedures-durgence.html': '/bedrijven/primagaz/veiligheid/noodprocedures.html',
			'/fr/entreprises/primagaz/securite/securite-personelle.html': '/bedrijven/primagaz/veiligheid/persoonlijke-veiligheid.html',
			'/fr/entreprises/primagaz/quest-ce-que-le-lpg-propane.html': '/bedrijven/primagaz/wat-is-lpg.html',
			'/fr/entreprises/primagaz/travailler-chez-primagaz.html': '/bedrijven/primagaz/werken-bij-primagaz.html',
			'/fr/entreprises/produits/chauffage-central.html': '/bedrijven/producten/centrale-verwarming.html',
			'/fr/entreprises/produits/bouteilles-de-gaz.html': '/bedrijven/producten/gasflessen.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/accessoires.html': '/bedrijven/producten/gasflessen/accessoires.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/accessoires/autres-accessoires.html': '/bedrijven/producten/gasflessen/andere-gastoestellen.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles.html': '/bedrijven/producten/gasflessen/flessengamma.html',
			'/fr/entreprises/produits/bouteilles-de-gaz.html': '/bedrijven/producten/gasflessen/index.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/cautions.html': '/bedrijven/producten/gasflessen/onderdelen.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/droit-de-propriete.html': '/bedrijven/producten/gasflessen/ons-flessengamma/eigendomsrecht.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/notre-gamme-de-bouteilles-de-gaz.html': '/bedrijven/producten/gasflessen/ons-flessengamma/ons-gasflessengamma.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/chauffage-a-laide-de-bouteilles-de-gaz.html': '/bedrijven/producten/gasflessen/verwarming-op-gastoestellen.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/cautions.html': '/bedrijven/producten/gasflessen/waarborgen.html',
			'/fr/entreprises/produits/bouteilles-de-gaz/aspects-leagaux-et-techniques.html': '/bedrijven/producten/gasflessen/wettelijke-technische-aspecten.html',
			'/fr/entreprises/produits/citernes-a-gaz.html': '/bedrijven/producten/gastanks.html',
			'/fr/entreprises/produits/citernes-a-gaz/citerne-aerienne.html': '/bedrijven/producten/gastanks/bovengrondse-tank.html',
			'/fr/entreprises/produits/citernes-a-gaz/services-supplementaires.html': '/bedrijven/producten/gastanks/extra-services.html',
			'/fr/entreprises/produits/citernes-a-gaz/citerne-souterraine.html': '/bedrijven/producten/gastanks/ondergrondse-tank.html',
			'/fr/entreprises/produits/installation-pour-chariots-elevateurs.html': '/bedrijven/producten/heftruck-installatie.html',
			'/fr/entreprises/produits/installation-pour-chariots-elevateurs/propre-installation-de-remplissage.html': '/bedrijven/producten/heftruck-installatie/eigen-vulinstallatie.html',
			'/fr/entreprises/produits/installation-pour-chariots-elevateurs/bouteilles-de-gaz.html': '/bedrijven/producten/heftruck-installatie/gasflessen.html',
			'/fr/entreprises/produits/index.html': '/bedrijven/producten/index.html',
			'/fr/entreprises/produits/': '/bedrijven/producten/index.html',
			'/fr/entreprises/produits/lpg-autogas.html': '/bedrijven/producten/lpg-autogas.html',
			'/fr/entreprises/produits/lpg-autogas/autres-avantages.html': '/bedrijven/producten/lpg-autogas/andere-voordelen.html',
			'/fr/entreprises/produits/lpg-autogas/fleet-ecocard.html': '/bedrijven/producten/lpg-autogas/fleet-ecocard.html',
			'/fr/entreprises/produits/lpg-autogas/avantages.html': '/bedrijven/producten/lpg-autogas/goedkoop.html',
			'/fr/entreprises/produits/lpg-autogas/montage-de-linstallation-lpg.html': '/bedrijven/producten/lpg-autogas/inbouw-lpg-installatie.html',
			'/fr/entreprises/produits/lpg-autogas/ecologique.html': '/bedrijven/producten/lpg-autogas/milieuvriendelijk.html',
			'/fr/entreprises/produits/nos-installateurs.html': '/bedrijven/producten/onze-installateurs.html',
			'/fr/entreprises/secteurs-specifiques/construction.html': '/bedrijven/specifieke-sectoren/bouw.html',
			'/fr/entreprises/secteurs-specifiques/construction/sechage-de-beton.html': '/bedrijven/specifieke-sectoren/bouw/betondrogen.html',
			'/fr/entreprises/secteurs-specifiques/construction/revetements-de-toiture.html': '/bedrijven/specifieke-sectoren/bouw/dakdekking.html',
			'/fr/entreprises/secteurs-specifiques/construction/chaffage-de-baraque-de-chantier.html': '/bedrijven/specifieke-sectoren/bouw/keetverwarming.html',
			'/fr/entreprises/secteurs-specifiques/construction/construction-routiere.html': '/bedrijven/specifieke-sectoren/bouw/wegenbouw.html',
			'/fr/entreprises/secteurs-specifiques/horeca.html': '/bedrijven/specifieke-sectoren/horeca.html',
			'/fr/entreprises/secteurs-specifiques/index.html': '/bedrijven/specifieke-sectoren/index.html',
			'/fr/entreprises/secteurs-specifiques/': '/bedrijven/specifieke-sectoren/index.html',
			'/fr/entreprises/secteurs-specifiques/industrie.html': '/bedrijven/specifieke-sectoren/industrie.html',
			'/fr/entreprises/secteurs-specifiques/industrie/processus-de-cuisson.html': '/bedrijven/specifieke-sectoren/industrie/bakprocessen.html',
			'/fr/entreprises/secteurs-specifiques/industrie/metaux.html': '/bedrijven/specifieke-sectoren/industrie/metalen.html',
			'/fr/entreprises/secteurs-specifiques/industrie/chauffage.html': '/bedrijven/specifieke-sectoren/industrie/verwarming.html',
			'/fr/entreprises/secteurs-specifiques/agriculture.html': '/bedrijven/specifieke-sectoren/landbouw.html',
			'/fr/entreprises/secteurs-specifiques/agriculture/sechage-des-recoltes.html': '/bedrijven/specifieke-sectoren/landbouw/gewasdrogen.html',
			'/fr/entreprises/secteurs-specifiques/agriculture/pepinieres.html': '/bedrijven/specifieke-sectoren/landbouw/kwekerijen.html',
			'/fr/entreprises/secteurs-specifiques/agriculture/desherbant-thermiques-et-bruleurs-de-fanes.html': '/bedrijven/specifieke-sectoren/landbouw/onkruid.html',
			'/fr/entreprises/secteurs-specifiques/agriculture/horticulture.html': '/bedrijven/specifieke-sectoren/landbouw/serreverwarming.html',
			'/fr/entreprises/secteurs-specifiques/agriculture/chauffage-detable.html': '/bedrijven/specifieke-sectoren/landbouw/stalverwarming.html',
			'/fr/entreprises/secteurs-specifiques/loisirs.html': '/bedrijven/specifieke-sectoren/recreatie.html',
			'/fr/entreprises/secteurs-specifiques/loisirs/reseau.html': '/bedrijven/specifieke-sectoren/recreatie/ringleiding.html',
			'/fr/contacter/index.htm': '/contact/index.html',
			'/fr/contacter/': '/contact/index.html',
			'/fr/contacteer/contacteer.htm': '/contacteer/contacteer.htm',
			'/fr/installateurs/index.htm': '/installateurs/index.htm',
			'/fr/particuliers/alternative-pour-le-mazout/compariason-de-combustibles.html': '/particulier/alternatief-voor-stookolie/brandstofvergelijking.html',
			'/fr/particuliers/alternative-pour-le-mazout/calculateur.html': '/particulier/alternatief-voor-stookolie/calculator.html',
			'/fr/particuliers/alternative-pour-le-mazout/chauffage-central.html': '/particulier/alternatief-voor-stookolie/centrale-verwarming.html',
			'/fr/particuliers/alternative-pour-le-mazout/audit-energetique.html': '/particulier/alternatief-voor-stookolie/energieaudit.html',
			'/fr/particuliers/alternative-pour-le-mazout/index.html': '/particulier/alternatief-voor-stookolie/index.html',
			'/fr/particuliers/alternative-pour-le-mazout/': '/particulier/alternatief-voor-stookolie/index.html',
			'/fr/particuliers/alternative-pour-le-mazout/informations-utiles.html': '/particulier/alternatief-voor-stookolie/nuttige-info.html',
			'/fr/particuliers/alternative-pour-le-mazout/informations-utiles/fabricants-de-chaudieres-a-gaz.html': '/particulier/alternatief-voor-stookolie/nuttige-info/fabrikanten-gasketels.html',
			'/fr/particuliers/alternative-pour-le-mazout/informations-utiles/chaudieres-a-condensation-a-gaz.html': '/particulier/alternatief-voor-stookolie/nuttige-info/gascondensatieketels.html',
			'/fr/particuliers/alternative-pour-le-mazout/informations-utiles/primes.html': '/particulier/alternatief-voor-stookolie/nuttige-info/premies.html',
			'/fr/particuliers/alternative-pour-le-mazout/informations-utiles/votre-ancienne-citerne-de-mazout.html': '/particulier/alternatief-voor-stookolie/nuttige-info/uw-oude-stookolietank.html',
			'/fr/particuliers/alternative-pour-le-mazout/nos-installateurs.html': '/particulier/alternatief-voor-stookolie/onze-installateurs.html',
			'/fr/entreprises/contact/coordonnees.html': '/particulier/contact/bedrijfsgegevens.html',
			'/fr/particuliers/contact/adviseur-a-la-maison.html': '/particulier/contact/een-adviseur-bij-u-thuis.html',
			'/fr/particuliers/contact/faq.html': '/particulier/contact/faq.html',
			'/fr/particuliers/contact/faq/generale.html': '/particulier/contact/faq/algemeen.html',
			'/fr/particuliers/contact/faq/autogaz.html': '/particulier/contact/faq/autogas.html',
			'/fr/particuliers/contact/faq/bouteilles-de-gaz.html': '/particulier/contact/faq/gasflessen.html',
			'/fr/particuliers/contact/faq/citernes.html': '/particulier/contact/faq/gastanks.html',
			'/fr/particuliers/contact/faq/telemetrie.html': '/particulier/contact/faq/telemetrie.html',
			'/fr/particuliers/contact/je-commande-du-gaz.html': '/particulier/contact/ik-bestel-gas.html',
			'/fr/particuliers/contact/je-demenage.html': '/particulier/contact/ik-verhuis.html',
			'/fr/particuliers/contact/index.html': '/particulier/contact/index.html',
			'/fr/particuliers/contact/': '/particulier/contact/index.html',
			'/fr/particuliers/contact/feedback-le-site-web.html': '/particulier/contact/website-feedback.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/demande.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/aanvraag.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/hoe-werkt-het.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/klanten-vertellen.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/primagaz-partner.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/pour-qui.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/voor-wie.html',
			'/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/avantages.html': '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/voordelen.html',
			'/fr/particuliers/energie-renouvelable/index.html': '/particulier/hernieuwbare-energie/index.html',
			'/fr/particuliers/energie-renouvelable/': '/particulier/hernieuwbare-energie/index.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire.html': '/particulier/hernieuwbare-energie/zonneboiler.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/demande.html': '/particulier/hernieuwbare-energie/zonneboiler/aanvraag.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/comment-fonctionne-t-il.html': '/particulier/hernieuwbare-energie/zonneboiler/hoe-werkt-het.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/les-clients-racontent.html': '/particulier/hernieuwbare-energie/zonneboiler/klanten-vertellen.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/installation.html': '/particulier/hernieuwbare-energie/zonneboiler/plaatsing.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/primagaz-et-chauffe-eau-solaires.html': '/particulier/hernieuwbare-energie/zonneboiler/primagaz-en-zonneboilers.html',
			'/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/avantages.html': '/particulier/hernieuwbare-energie/zonneboiler/voordelen.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires.html': '/particulier/hernieuwbare-energie/zonnepanelen.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires/demande.html': '/particulier/hernieuwbare-energie/zonnepanelen/aanvraag.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires/comment-fonctionnent-ils.html': '/particulier/hernieuwbare-energie/zonnepanelen/hoe-werkt-het.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires/les-clients-racontent.html': '/particulier/hernieuwbare-energie/zonnepanelen/klanten-vertellen.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires/installation.html': '/particulier/hernieuwbare-energie/zonnepanelen/plaatsing.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires/primagaz-et-panneaux-solaires.html': '/particulier/hernieuwbare-energie/zonnepanelen/primagaz-partner.html',
			'/fr/particuliers/energie-renouvelable/panneaux-solaires/avantages.html': '/particulier/hernieuwbare-energie/zonnepanelen/voordelen.html',
			'/fr/particuliers/index.html': '/particulier/index.html',
			'/fr/particuliers/': '/particulier/index.html',
			'/fr/particuliers/primagaz/historique.html': '/particulier/primagaz/historiek.html',
			'/fr/particuliers/primagaz/index.html': '/particulier/primagaz/index.html',
			'/fr/particuliers/primagaz/': '/particulier/primagaz/index.html',
			'/fr/particuliers/primagaz/lpg-en-europe.html': '/particulier/primagaz/lpg-in-europa.html',
			'/fr/particuliers/primagaz/nouvelles.html': '/particulier/primagaz/nieuws.html',
			'/fr/particuliers/primagaz/securite.html': '/particulier/primagaz/veiligheid.html',
			'/fr/particuliers/primagaz/securite/procedures-d-urgence.html': '/particulier/primagaz/veiligheid/noodprocedures.html',
			'/fr/particuliers/primagaz/securite/securite-personnelle.html': '/particulier/primagaz/veiligheid/persoonlijke-veiligheid.html',
			'/fr/particuliers/primagaz/quest-ce-que-le-lpg.html': '/particulier/primagaz/wat-is-lpg.html',
			'/fr/particuliers/primagaz/travailler-chez-primagaz.html': '/particulier/primagaz/werken-bij-primagaz.html',
			'/fr/particuliers/produits/autogas.html': '/particulier/producten/autogas.html',
			'/fr/particuliers/produits/autogas/autres-avantages.html': '/particulier/producten/autogas/andere-voordelen.html',
			'/fr/particuliers/produits/autogas/ecocard.html': '/particulier/producten/autogas/ecocard.html',
			'/fr/particuliers/produits/autogas/avantageux.html': '/particulier/producten/autogas/goedkoop.html',
			'/fr/particuliers/produits/autogas/montage-de-linstallation-lpg.html': '/particulier/producten/autogas/inbouw-lpg-installatie.html',
			'/fr/particuliers/produits/autogas/ecologique.html': '/particulier/producten/autogas/milieuvriendelijk.html',
			'/fr/particuliers/produits/bouteilles-de-gaz.html': '/particulier/producten/gasflessen.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/autres-appareils-a-gaz.html': '/particulier/producten/gasflessen/andere-gastoestellen.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles.html': '/particulier/producten/gasflessen/flessengamma.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/droit-de-propriete.html': '/particulier/producten/gasflessen/flessengamma/eigendomsrecht.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/notre-gamme-de-bouteilles-de-gaz.html': '/particulier/producten/gasflessen/flessengamma/ons-gasflessengamma.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/accessoires-installation.html': '/particulier/producten/gasflessen/onderdelen.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/chauffage-a-laide-de-bouteilles-de-gaz.html': '/particulier/producten/gasflessen/verwarming-op-gastoestellen.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/cautions.html': '/particulier/producten/gasflessen/waarborgen.html',
			'/fr/particuliers/produits/bouteilles-de-gaz/aspects-legaux-et-techniques.html': '/particulier/producten/gasflessen/wettelijke-technische-aspecten.html',
			'/fr/particuliers/produits/citernes-a-gaz.html': '/particulier/producten/gastanks.html',
			'/fr/particuliers/produits/citernes-a-gaz/citernes-aerienne.html': '/particulier/producten/gastanks/bovengrondse-tank.html',
			'/fr/particuliers/produits/citernes-a-gaz/citernes-aeriennes/installation.html': '/particulier/producten/gastanks/bovengrondse-tank/installatie.html',
			'/fr/particuliers/produits/citernes-a-gaz/chauffage-central.html': '/particulier/producten/gastanks/centrale-verwarming.html',
			'/fr/particuliers/produits/citernes-a-gaz/services-supplementaires.html': '/particulier/producten/gastanks/extra-services.html',
			'/fr/particuliers/produits/citernes-a-gaz/location-et-entretien.html': '/particulier/producten/gastanks/huur-en-onderhoud.html',
			'/fr/particuliers/produits/citernes-a-gaz/citerne-souterraine.html': '/particulier/producten/gastanks/ondergrondse-tank.html',
			'/fr/particuliers/produits/citernes-a-gaz/citerne-souterraine/installation.html': '/particulier/producten/gastanks/ondergrondse-tank/installatie.html',
			'/fr/particuliers/produits/index.html': '/particulier/producten/index.html',
			'/fr/particuliers/produits/': '/particulier/producten/index.html',
			'/fr/tarifs/index.htm': '/prijzen/index.htm',
			'/fr/tarifs/index.htm': '/prijzen/officiele-prijzen.htm',
			'/fr/professionnel/formulaire-de-demande.html': '/professioneel/aanvraagformulier.html',
			'/fr/professionnel/contacter.html': '/professioneel/contact.html',
			'/fr/professionnel/index.html': '/professioneel/index.html',
			'/fr/professionnel/': '/professioneel/index.html',
			'/fr/professionnel/lettre-dinformation.html': '/professioneel/newsletter.html',
			'/fr/professionnel/primagaz.html': '/professioneel/primagaz.html',
			'/fr/professionnel/primagaz/historique.html': '/professioneel/primagaz/historiek.html',
			'/fr/professionnel/primagaz/securite.html': '/professioneel/primagaz/veiligheid.html',
			'/fr/professionnel/primagaz/quest-ce-que-le-lpg.html': '/professioneel/primagaz/wat-is-lpg-propaan.html',
			'/fr/professionnel/pour-qui.html': '/professioneel/voor-wie.html',
			'/fr/professionnel/pour-qui/architectes.html': '/professioneel/voor-wie/architecten.html',
			'/fr/professionnel/pour-qui/architectes/devenez-professionnel-primagaz.html': '/professioneel/voor-wie/architecten/wordt-primagaz-professional.html',
			'/fr/professionnel/pour-qui/entreprises-de-construction.html': '/professioneel/voor-wie/bouwbedrijven.html',
			'/fr/professionnel/pour-qui/entreprises-de-construction/devenez-professionnel-primagaz.html': '/professioneel/voor-wie/bouwbedrijven/wordt-primagaz-professional.html',
			'/fr/professionnel/pour-qui/installateurs.html': '/professioneel/voor-wie/installateurs.html',
			'/fr/professionnel/pour-qui/installateurs/devenez-partenaire-primagaz.html': '/professioneel/voor-wie/installateurs/wordt-primagaz-partner.html',
			'/fr/professionnel/pour-qui/bureaux-detudes.html': '/professioneel/voor-wie/studiebureaus.html',
			'/fr/professionnel/pour-qui/bureaux-detudes/devenez-professionnel-primagaz.html': '/professioneel/voor-wie/studiebureaus/wordt-primagaz-professional.html',
			'/fr/points-de-vente/dealers.asp': '/verkooppunten/dealers.asp',		
			'/fr/points-de-vente/outlets.htm': '/verkooppunten/outlets.htm'	// don't put a comma afer the last item or IE will complain
		};
	}
	
	
	function getEquivListNL() {
		var src = getEquivListFR(),
			dest = {},
			i;
		for (i in src) {
			dest[src[i]] = i;
		}
		return dest;
	}

