/**************************************************************************************

	Language Selection and Redirection Include
	Author: Simon Fletcher 
	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)
		{
		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);

			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;
				}
			
			}
		}

	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)
		{
		if(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)
				checkForRedirect('');
			}
		}


	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)
		{
		if(page=='/index.html' || page=='/') return '/particulier/index.html';
		if(options<=2) return '/particulier/index.html';
		
		if(page=='/index.html') return '/particulier/index.html';
		if(page=='/fr/entreprises/index.html') return '/../../bedrijven/index.html';
		if(page=='/fr/entreprises/') return '/../../bedrijven/index.html';
		if(page=='/fr/professionnel/index.html') return '/../../professioneel/index.html';
		if(page=='/fr/professionnel/') return '/../../professioneel/index.html';
		if(page=='/fr/index.html') return '/../index.html';
		if(page=='/fr/lpg-automobile/questions-frequentes.htm') return '/autogas/autogas-faq.htm';
		if(page=='/fr/lpg-automobile/campagne-autogaz.htm') return '/autogas/autogascampagne.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-anvers/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-antwerpen/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-bruxelles/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-brussel/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-hainaut/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-henegouwen/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-limbourg/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-limburg/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-liege/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-luik/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-luxembourg/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-luxemburg/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-namur/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-namen/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-flandre-oriental/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-oost-vlaanderen/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-brabant-flamand/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-vlaams-brabant/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-brabant-wallon/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-waals-brabant/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-flandre-occidental/index.htm') return '/autogas/autogasstations-in-belgie/autogasstations-in-west-vlaanderen/index.htm';
		if(page=='/fr/lpg-automobile/autogasstations-in-belgie/index.htm') return '/autogas/autogasstations-in-belgie/index.htm';
		if(page=='/fr/lpg-automobile/faites-des-economies/index.htm') return '/autogas/bespaar-geld/index.htm';
		if(page=='/fr/lpg-automobile/ecocard.htm') return '/autogas/ecocard.htm';
		if(page=='/fr/lpg-automobile/lpg_conversion/index.htm') return '/autogas/inbouwen/index.htm';
		if(page=='/fr/lpg-automobile/index.htm') return '/autogas/index.htm';
		if(page=='/fr/lpg-automobile/') return '/autogas/index.htm';
		if(page=='/fr/lpg-automobile/environnement/index.htm') return '/autogas/milieu/index.htm';
		if(page=='/fr/lpg-automobile/environnement/') return '/autogas/milieu/index.htm';
		if(page=='/fr/lpg-automobile/promotion-speciale.htm') return '/autogas/speciale-promotie.htm';
		if(page=='/fr/lpg-automobile/faire-le-plein-de-lpg.htm') return '/autogas/tanken-van-autogas.htm';
		if(page=='/fr/lpg-automobile/vehicules-au-lpgs/index.htm') return '/autogas/voertuigen-op-autogas/index.htm';
		if(page=='/fr/lpg-automobile/vehicules-au-lpgs/') return '/autogas/voertuigen-op-autogas/index.htm';
		if(page=='/fr/lpg-automobile/parc-de-vehicules/index.htm') return '/autogas/wagenpark-lpg/index.htm';
		if(page=='/fr/lpg-automobile/parc-de-vehicules/') return '/autogas/wagenpark-lpg/index.htm';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/comparaison-de-combustibles.html') return '/bedrijven/alternatief-voor-stookolie/brandstofvergelijking.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/chauffage-central.html') return '/bedrijven/alternatief-voor-stookolie/centrale-verwarming.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/scanning-demande.html') return '/bedrijven/alternatief-voor-stookolie/energiescan-aanvraag.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/scanning-energetique.html') return '/bedrijven/alternatief-voor-stookolie/energiescan.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/index.html') return '/bedrijven/alternatief-voor-stookolie/index.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/') return '/bedrijven/alternatief-voor-stookolie/index.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/informations-utiles.html') return '/bedrijven/alternatief-voor-stookolie/nuttige-info.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/informations-utiles/chaudieres-a-condensation-a-gaz.html') return '/bedrijven/alternatief-voor-stookolie/nuttige-info/gascondensatieketels.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/informations-utiles/primes.html') return '/bedrijven/alternatief-voor-stookolie/nuttige-info/premies.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/informations-utiles/votre-ancienne-citerne-de-mazout.html') return '/bedrijven/alternatief-voor-stookolie/nuttige-info/uw-oude-stookolietank.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/nos-installateurs.html') return '/bedrijven/alternatief-voor-stookolie/onze-installateurs.html';
		if(page=='/fr/entreprises/alternative-pour-le-mazout/chauffage.html') return '/bedrijven/alternatief-voor-stookolie/verwarming.html';
		if(page=='/fr/entreprises/contact/je-souhaite-un-rendez-vous.html') return '/bedrijven/contact/adviseur-gewenst.html';
		if(page=='/fr/entreprises/contact/coordonnees.html') return '/bedrijven/contact/bedrijfsgegevens.html';
		if(page=='/fr/entreprises/contact/faq.html') return '/bedrijven/contact/faq.html';
		if(page=='/fr/entreprises/contact/faq/generalites.html') return '/bedrijven/contact/faq/algemeen.html';
		if(page=='/fr/entreprises/contact/faq/autogas.html') return '/bedrijven/contact/faq/autogas.html';
		if(page=='/fr/entreprises/contact/faq/bouteilles-de-gaz.html') return '/bedrijven/contact/faq/gasflessen.html';
		if(page=='/fr/entreprises/contact/faq/citernes-de-gaz.html') return '/bedrijven/contact/faq/gastanks.html';
		if(page=='/fr/entreprises/contact/faq/telemetrie.html') return '/bedrijven/contact/faq/telemetrie.html';
		if(page=='/fr/entreprises/contact/je-commande-du-gaz.html') return '/bedrijven/contact/ik-bestel-gas.html';
		if(page=='/fr/entreprises/contact/index.html') return '/bedrijven/contact/index.html';
		if(page=='/fr/entreprises/contact/') return '/bedrijven/contact/index.html';
		if(page=='/fr/entreprises/contact/feed-back-concernant-le-site-web.html') return '/bedrijven/contact/website-feedback.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffage-central.html') return '/bedrijven/hernieuwbare-energie/centrale-verwarming.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/demande.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/aanvraag.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/hoe-werkt-het.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/klanten-vertellen.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/primagaz-partner.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/pour-qui.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/voor-wie.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/avantages.html') return '/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/voordelen.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/demande.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/aanvraag.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/hoe-werkt-het.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/klanten-vertellen.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/primagaz-en-warmtepompen.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/pour-qui.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/voor-wie.html';
		if(page=='/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/avantages.html') return '/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/voordelen.html';
		if(page=='/fr/entreprises/energie-renouvelable/index.html') return '/bedrijven/hernieuwbare-energie/index.html';
		if(page=='/fr/entreprises/energie-renouvelable/') return '/bedrijven/hernieuwbare-energie/index.html';
		if(page=='/fr/entreprises/energie-renouvelable/nos-installateurs.html') return '/bedrijven/hernieuwbare-energie/onze-installateurs.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire.html') return '/bedrijven/hernieuwbare-energie/zonneboiler.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/demande.html') return '/bedrijven/hernieuwbare-energie/zonneboiler/aanvraag.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/comment-fonctionne-t-il.html') return '/bedrijven/hernieuwbare-energie/zonneboiler/hoe-werkt-het.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/les-clients-racontent.html') return '/bedrijven/hernieuwbare-energie/zonneboiler/klanten-vertellen.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/installation.html') return '/bedrijven/hernieuwbare-energie/zonneboiler/plaatsing.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/primagaz-et-chauffe-eau-solaire.html') return '/bedrijven/hernieuwbare-energie/zonneboiler/primagaz-en-zonneboilers.html';
		if(page=='/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/avantages.html') return '/bedrijven/hernieuwbare-energie/zonneboiler/voordelen.html';
		if(page=='/fr/entreprises/index.html') return '/bedrijven/index.html';
		if(page=='/fr/entreprises/') return '/bedrijven/index.html';
		if(page=='/fr/entreprises/primagaz/chauffage-central.html') return '/bedrijven/primagaz/centrale-verwarming.html';
		if(page=='/fr/entreprises/primagaz/historique.html') return '/bedrijven/primagaz/historiek.html';
		if(page=='/fr/entreprises/primagaz/index.html') return '/bedrijven/primagaz/index.html';
		if(page=='/fr/entreprises/primagaz/') return '/bedrijven/primagaz/index.html';
		if(page=='/fr/entreprises/primagaz/lpg-en-europe.html') return '/bedrijven/primagaz/lpg-in-europa.html';
		if(page=='/fr/entreprises/primagaz/nouvelles.html') return '/bedrijven/primagaz/nieuws.html';
		if(page=='/fr/entreprises/primagaz/nos-installateurs.html') return '/bedrijven/primagaz/onze-installateurs.html';
		if(page=='/fr/entreprises/primagaz/securite.html') return '/bedrijven/primagaz/veiligheid.html';
		if(page=='/fr/entreprises/primagaz/securite/procedures-durgence.html') return '/bedrijven/primagaz/veiligheid/noodprocedures.html';
		if(page=='/fr/entreprises/primagaz/securite/securite-personelle.html') return '/bedrijven/primagaz/veiligheid/persoonlijke-veiligheid.html';
		if(page=='/fr/entreprises/primagaz/quest-ce-que-le-lpg-propane.html') return '/bedrijven/primagaz/wat-is-lpg.html';
		if(page=='/fr/entreprises/primagaz/travailler-chez-primagaz.html') return '/bedrijven/primagaz/werken-bij-primagaz.html';
		if(page=='/fr/entreprises/produits/chauffage-central.html') return '/bedrijven/producten/centrale-verwarming.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz.html') return '/bedrijven/producten/gasflessen.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/accessoires.html') return '/bedrijven/producten/gasflessen/accessoires.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/accessoires/autres-accessoires.html') return '/bedrijven/producten/gasflessen/andere-gastoestellen.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles.html') return '/bedrijven/producten/gasflessen/flessengamma.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz.html') return '/bedrijven/producten/gasflessen/index.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/cautions.html') return '/bedrijven/producten/gasflessen/onderdelen.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/droit-de-propriete.html') return '/bedrijven/producten/gasflessen/ons-flessengamma/eigendomsrecht.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/notre-gamme-de-bouteilles-de-gaz.html') return '/bedrijven/producten/gasflessen/ons-flessengamma/ons-gasflessengamma.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/chauffage-a-laide-de-bouteilles-de-gaz.html') return '/bedrijven/producten/gasflessen/verwarming-op-gastoestellen.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/cautions.html') return '/bedrijven/producten/gasflessen/waarborgen.html';
		if(page=='/fr/entreprises/produits/bouteilles-de-gaz/aspects-leagaux-et-techniques.html') return '/bedrijven/producten/gasflessen/wettelijke-technische-aspecten.html';
		if(page=='/fr/entreprises/produits/citernes-a-gaz.html') return '/bedrijven/producten/gastanks.html';
		if(page=='/fr/entreprises/produits/citernes-a-gaz/citerne-aerienne.html') return '/bedrijven/producten/gastanks/bovengrondse-tank.html';
		if(page=='/fr/entreprises/produits/citernes-a-gaz/services-supplementaires.html') return '/bedrijven/producten/gastanks/extra-services.html';
		if(page=='/fr/entreprises/produits/citernes-a-gaz/citerne-souterraine.html') return '/bedrijven/producten/gastanks/ondergrondse-tank.html';
		if(page=='/fr/entreprises/produits/installation-pour-chariots-elevateurs.html') return '/bedrijven/producten/heftruck-installatie.html';
		if(page=='/fr/entreprises/produits/installation-pour-chariots-elevateurs/propre-installation-de-remplissage.html') return '/bedrijven/producten/heftruck-installatie/eigen-vulinstallatie.html';
		if(page=='/fr/entreprises/produits/installation-pour-chariots-elevateurs/bouteilles-de-gaz.html') return '/bedrijven/producten/heftruck-installatie/gasflessen.html';
		if(page=='/fr/entreprises/produits/index.html') return '/bedrijven/producten/index.html';
		if(page=='/fr/entreprises/produits/') return '/bedrijven/producten/index.html';
		if(page=='/fr/entreprises/produits/lpg-autogas.html') return '/bedrijven/producten/lpg-autogas.html';
		if(page=='/fr/entreprises/produits/lpg-autogas/autres-avantages.html') return '/bedrijven/producten/lpg-autogas/andere-voordelen.html';
		if(page=='/fr/entreprises/produits/lpg-autogas/fleet-ecocard.html') return '/bedrijven/producten/lpg-autogas/fleet-ecocard.html';
		if(page=='/fr/entreprises/produits/lpg-autogas/avantages.html') return '/bedrijven/producten/lpg-autogas/goedkoop.html';
		if(page=='/fr/entreprises/produits/lpg-autogas/montage-de-linstallation-lpg.html') return '/bedrijven/producten/lpg-autogas/inbouw-lpg-installatie.html';
		if(page=='/fr/entreprises/produits/lpg-autogas/ecologique.html') return '/bedrijven/producten/lpg-autogas/milieuvriendelijk.html';
		if(page=='/fr/entreprises/produits/nos-installateurs.html') return '/bedrijven/producten/onze-installateurs.html';
		if(page=='/fr/entreprises/secteurs-specifiques/construction.html') return '/bedrijven/specifieke-sectoren/bouw.html';
		if(page=='/fr/entreprises/secteurs-specifiques/construction/sechage-de-beton.html') return '/bedrijven/specifieke-sectoren/bouw/betondrogen.html';
		if(page=='/fr/entreprises/secteurs-specifiques/construction/revetements-de-toiture.html') return '/bedrijven/specifieke-sectoren/bouw/dakdekking.html';
		if(page=='/fr/entreprises/secteurs-specifiques/construction/chaffage-de-baraque-de-chantier.html') return '/bedrijven/specifieke-sectoren/bouw/keetverwarming.html';
		if(page=='/fr/entreprises/secteurs-specifiques/construction/construction-routiere.html') return '/bedrijven/specifieke-sectoren/bouw/wegenbouw.html';
		if(page=='/fr/entreprises/secteurs-specifiques/horeca.html') return '/bedrijven/specifieke-sectoren/horeca.html';
		if(page=='/fr/entreprises/secteurs-specifiques/index.html') return '/bedrijven/specifieke-sectoren/index.html';
		if(page=='/fr/entreprises/secteurs-specifiques/') return '/bedrijven/specifieke-sectoren/index.html';
		if(page=='/fr/entreprises/secteurs-specifiques/industrie.html') return '/bedrijven/specifieke-sectoren/industrie.html';
		if(page=='/fr/entreprises/secteurs-specifiques/industrie/processus-de-cuisson.html') return '/bedrijven/specifieke-sectoren/industrie/bakprocessen.html';
		if(page=='/fr/entreprises/secteurs-specifiques/industrie/metaux.html') return '/bedrijven/specifieke-sectoren/industrie/metalen.html';
		if(page=='/fr/entreprises/secteurs-specifiques/industrie/chauffage.html') return '/bedrijven/specifieke-sectoren/industrie/verwarming.html';
		if(page=='/fr/entreprises/secteurs-specifiques/agriculture.html') return '/bedrijven/specifieke-sectoren/landbouw.html';
		if(page=='/fr/entreprises/secteurs-specifiques/agriculture/sechage-des-recoltes.html') return '/bedrijven/specifieke-sectoren/landbouw/gewasdrogen.html';
		if(page=='/fr/entreprises/secteurs-specifiques/agriculture/pepinieres.html') return '/bedrijven/specifieke-sectoren/landbouw/kwekerijen.html';
		if(page=='/fr/entreprises/secteurs-specifiques/agriculture/desherbant-thermiques-et-bruleurs-de-fanes.html') return '/bedrijven/specifieke-sectoren/landbouw/onkruid.html';
		if(page=='/fr/entreprises/secteurs-specifiques/agriculture/horticulture.html') return '/bedrijven/specifieke-sectoren/landbouw/serreverwarming.html';
		if(page=='/fr/entreprises/secteurs-specifiques/agriculture/chauffage-detable.html') return '/bedrijven/specifieke-sectoren/landbouw/stalverwarming.html';
		if(page=='/fr/entreprises/secteurs-specifiques/loisirs.html') return '/bedrijven/specifieke-sectoren/recreatie.html';
		if(page=='/fr/entreprises/secteurs-specifiques/loisirs/reseau.html') return '/bedrijven/specifieke-sectoren/recreatie/ringleiding.html';
		if(page=='/fr/contacter/index.htm') return '/contact/index.html';
		if(page=='/fr/contacter/') return '/contact/index.html';
		if(page=='/fr/contacteer/contacteer.htm') return '/contacteer/contacteer.htm';
		if(page=='/fr/installateurs/index.htm') return '/installateurs/index.htm';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/compariason-de-combustibles.html') return '/particulier/alternatief-voor-stookolie/brandstofvergelijking.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/calculateur.html') return '/particulier/alternatief-voor-stookolie/calculator.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/chauffage-central.html') return '/particulier/alternatief-voor-stookolie/centrale-verwarming.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/audit-energetique.html') return '/particulier/alternatief-voor-stookolie/energieaudit.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/index.html') return '/particulier/alternatief-voor-stookolie/index.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/') return '/particulier/alternatief-voor-stookolie/index.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/informations-utiles.html') return '/particulier/alternatief-voor-stookolie/nuttige-info.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/informations-utiles/fabricants-de-chaudieres-a-gaz.html') return '/particulier/alternatief-voor-stookolie/nuttige-info/fabrikanten-gasketels.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/informations-utiles/chaudieres-a-condensation-a-gaz.html') return '/particulier/alternatief-voor-stookolie/nuttige-info/gascondensatieketels.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/informations-utiles/primes.html') return '/particulier/alternatief-voor-stookolie/nuttige-info/premies.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/informations-utiles/votre-ancienne-citerne-de-mazout.html') return '/particulier/alternatief-voor-stookolie/nuttige-info/uw-oude-stookolietank.html';
		if(page=='/fr/particuliers/alternative-pour-le-mazout/nos-installateurs.html') return '/particulier/alternatief-voor-stookolie/onze-installateurs.html';
		if(page=='/fr/entreprises/contact/coordonnees.html') return '/particulier/contact/bedrijfsgegevens.html';
		if(page=='/fr/particuliers/contact/adviseur-a-la-maison.html') return '/particulier/contact/een-adviseur-bij-u-thuis.html';
		if(page=='/fr/particuliers/contact/faq.html') return '/particulier/contact/faq.html';
		if(page=='/fr/particuliers/contact/faq/generale.html') return '/particulier/contact/faq/algemeen.html';
		if(page=='/fr/particuliers/contact/faq/autogaz.html') return '/particulier/contact/faq/autogas.html';
		if(page=='/fr/particuliers/contact/faq/bouteilles-de-gaz.html') return '/particulier/contact/faq/gasflessen.html';
		if(page=='/fr/particuliers/contact/faq/citernes.html') return '/particulier/contact/faq/gastanks.html';
		if(page=='/fr/particuliers/contact/faq/telemetrie.html') return '/particulier/contact/faq/telemetrie.html';
		if(page=='/fr/particuliers/contact/je-commande-du-gaz.html') return '/particulier/contact/ik-bestel-gas.html';
		if(page=='/fr/particuliers/contact/je-demenage.html') return '/particulier/contact/ik-verhuis.html';
		if(page=='/fr/particuliers/contact/index.html') return '/particulier/contact/index.html';
		if(page=='/fr/particuliers/contact/') return '/particulier/contact/index.html';
		if(page=='/fr/particuliers/contact/feedback-le-site-web.html') return '/particulier/contact/website-feedback.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/demande.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/aanvraag.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/hoe-werkt-het.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/klanten-vertellen.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/primagaz-partner.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/pour-qui.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/voor-wie.html';
		if(page=='/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/avantages.html') return '/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/voordelen.html';
		if(page=='/fr/particuliers/energie-renouvelable/index.html') return '/particulier/hernieuwbare-energie/index.html';
		if(page=='/fr/particuliers/energie-renouvelable/') return '/particulier/hernieuwbare-energie/index.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire.html') return '/particulier/hernieuwbare-energie/zonneboiler.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/demande.html') return '/particulier/hernieuwbare-energie/zonneboiler/aanvraag.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/comment-fonctionne-t-il.html') return '/particulier/hernieuwbare-energie/zonneboiler/hoe-werkt-het.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/les-clients-racontent.html') return '/particulier/hernieuwbare-energie/zonneboiler/klanten-vertellen.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/installation.html') return '/particulier/hernieuwbare-energie/zonneboiler/plaatsing.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/primagaz-et-chauffe-eau-solaires.html') return '/particulier/hernieuwbare-energie/zonneboiler/primagaz-en-zonneboilers.html';
		if(page=='/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/avantages.html') return '/particulier/hernieuwbare-energie/zonneboiler/voordelen.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires.html') return '/particulier/hernieuwbare-energie/zonnepanelen.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires/demande.html') return '/particulier/hernieuwbare-energie/zonnepanelen/aanvraag.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires/comment-fonctionnent-ils.html') return '/particulier/hernieuwbare-energie/zonnepanelen/hoe-werkt-het.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires/les-clients-racontent.html') return '/particulier/hernieuwbare-energie/zonnepanelen/klanten-vertellen.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires/installation.html') return '/particulier/hernieuwbare-energie/zonnepanelen/plaatsing.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires/primagaz-et-panneaux-solaires.html') return '/particulier/hernieuwbare-energie/zonnepanelen/primagaz-partner.html';
		if(page=='/fr/particuliers/energie-renouvelable/panneaux-solaires/avantages.html') return '/particulier/hernieuwbare-energie/zonnepanelen/voordelen.html';
		if(page=='/fr/particuliers/index.html') return '/particulier/index.html';
		if(page=='/fr/particuliers/') return '/particulier/index.html';
		if(page=='/fr/particuliers/primagaz/historique.html') return '/particulier/primagaz/historiek.html';
		if(page=='/fr/particuliers/primagaz/index.html') return '/particulier/primagaz/index.html';
		if(page=='/fr/particuliers/primagaz/') return '/particulier/primagaz/index.html';
		if(page=='/fr/particuliers/primagaz/lpg-en-europe.html') return '/particulier/primagaz/lpg-in-europa.html';
		if(page=='/fr/particuliers/primagaz/nouvelles.html') return '/particulier/primagaz/nieuws.html';
		if(page=='/fr/particuliers/primagaz/securite.html') return '/particulier/primagaz/veiligheid.html';
		if(page=='/fr/particuliers/primagaz/securite/procedures-d-urgence.html') return '/particulier/primagaz/veiligheid/noodprocedures.html';
		if(page=='/fr/particuliers/primagaz/securite/securite-personnelle.html') return '/particulier/primagaz/veiligheid/persoonlijke-veiligheid.html';
		if(page=='/fr/particuliers/primagaz/quest-ce-que-le-lpg.html') return '/particulier/primagaz/wat-is-lpg.html';
		if(page=='/fr/particuliers/primagaz/travailler-chez-primagaz.html') return '/particulier/primagaz/werken-bij-primagaz.html';
		if(page=='/fr/particuliers/produits/autogas.html') return '/particulier/producten/autogas.html';
		if(page=='/fr/particuliers/produits/autogas/autres-avantages.html') return '/particulier/producten/autogas/andere-voordelen.html';
		if(page=='/fr/particuliers/produits/autogas/ecocard.html') return '/particulier/producten/autogas/ecocard.html';
		if(page=='/fr/particuliers/produits/autogas/avantageux.html') return '/particulier/producten/autogas/goedkoop.html';
		if(page=='/fr/particuliers/produits/autogas/montage-de-linstallation-lpg.html') return '/particulier/producten/autogas/inbouw-lpg-installatie.html';
		if(page=='/fr/particuliers/produits/autogas/ecologique.html') return '/particulier/producten/autogas/milieuvriendelijk.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz.html') return '/particulier/producten/gasflessen.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/autres-appareils-a-gaz.html') return '/particulier/producten/gasflessen/andere-gastoestellen.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles.html') return '/particulier/producten/gasflessen/flessengamma.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/droit-de-propriete.html') return '/particulier/producten/gasflessen/flessengamma/eigendomsrecht.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/notre-gamme-de-bouteilles-de-gaz.html') return '/particulier/producten/gasflessen/flessengamma/ons-gasflessengamma.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/accessoires-installation.html') return '/particulier/producten/gasflessen/onderdelen.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/chauffage-a-laide-de-bouteilles-de-gaz.html') return '/particulier/producten/gasflessen/verwarming-op-gastoestellen.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/cautions.html') return '/particulier/producten/gasflessen/waarborgen.html';
		if(page=='/fr/particuliers/produits/bouteilles-de-gaz/aspects-legaux-et-techniques.html') return '/particulier/producten/gasflessen/wettelijke-technische-aspecten.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz.html') return '/particulier/producten/gastanks.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/citernes-aerienne.html') return '/particulier/producten/gastanks/bovengrondse-tank.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/citernes-aeriennes/installation.html') return '/particulier/producten/gastanks/bovengrondse-tank/installatie.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/chauffage-central.html') return '/particulier/producten/gastanks/centrale-verwarming.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/services-supplementaires.html') return '/particulier/producten/gastanks/extra-services.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/location-et-entretien.html') return '/particulier/producten/gastanks/huur-en-onderhoud.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/citerne-souterraine.html') return '/particulier/producten/gastanks/ondergrondse-tank.html';
		if(page=='/fr/particuliers/produits/citernes-a-gaz/citerne-souterraine/installation.html') return '/particulier/producten/gastanks/ondergrondse-tank/installatie.html';
		if(page=='/fr/particuliers/produits/index.html') return '/particulier/producten/index.html';
		if(page=='/fr/particuliers/produits/') return '/particulier/producten/index.html';
		if(page=='/fr/tarifs/index.htm') return '/prijzen/index.htm';
		if(page=='/fr/tarifs/index.htm') return '/prijzen/officiele-prijzen.htm';
		if(page=='/fr/professionnel/formulaire-de-demande.html') return '/professioneel/aanvraagformulier.html';
		if(page=='/fr/professionnel/contacter.html') return '/professioneel/contact.html';
		if(page=='/fr/professionnel/index.html') return '/professioneel/index.html';
		if(page=='/fr/professionnel/') return '/professioneel/index.html';
		if(page=='/fr/professionnel/lettre-dinformation.html') return '/professioneel/newsletter.html';
		if(page=='/fr/professionnel/primagaz.html') return '/professioneel/primagaz.html';
		if(page=='/fr/professionnel/primagaz/historique.html') return '/professioneel/primagaz/historiek.html';
		if(page=='/fr/professionnel/primagaz/securite.html') return '/professioneel/primagaz/veiligheid.html';
		if(page=='/fr/professionnel/primagaz/quest-ce-que-le-lpg.html') return '/professioneel/primagaz/wat-is-lpg-propaan.html';
		if(page=='/fr/professionnel/pour-qui.html') return '/professioneel/voor-wie.html';
		if(page=='/fr/professionnel/pour-qui/architectes.html') return '/professioneel/voor-wie/architecten.html';
		if(page=='/fr/professionnel/pour-qui/architectes/devenez-professionnel-primagaz.html') return '/professioneel/voor-wie/architecten/wordt-primagaz-professional.html';
		if(page=='/fr/professionnel/pour-qui/entreprises-de-construction.html') return '/professioneel/voor-wie/bouwbedrijven.html';
		if(page=='/fr/professionnel/pour-qui/entreprises-de-construction/devenez-professionnel-primagaz.html') return '/professioneel/voor-wie/bouwbedrijven/wordt-primagaz-professional.html';
		if(page=='/fr/professionnel/pour-qui/installateurs.html') return '/professioneel/voor-wie/installateurs.html';
		if(page=='/fr/professionnel/pour-qui/installateurs/devenez-partenaire-primagaz.html') return '/professioneel/voor-wie/installateurs/wordt-primagaz-partner.html';
		if(page=='/fr/professionnel/pour-qui/bureaux-detudes.html') return '/professioneel/voor-wie/studiebureaus.html';
		if(page=='/fr/professionnel/pour-qui/bureaux-detudes/devenez-professionnel-primagaz.html') return '/professioneel/voor-wie/studiebureaus/wordt-primagaz-professional.html';
		if(page=='/fr/points-de-vente/dealers.asp') return '/verkooppunten/dealers.asp';
		if(page=='/fr/points-de-vente/outlets.htm') return '/verkooppunten/outlets.htm';
		
		return '/';	
		}

	function getFrEquiv(page)
		{
		if(page=='/index.html' || page=='/') return '/fr/particuliers/';
		
		if(options<=2) return '/fr/particuliers/';

		if(page=='/../../bedrijven/index.html') return '/fr/entreprises/index.html';
		if(page=='/../../bedrijven/') return '/fr/entreprises/index.html';
		if(page=='/../../professioneel/index.html') return '/fr/professionnel/index.html';
		if(page=='/../../professioneel/') return '/fr/professionnel/index.html';
		if(page=='/../index.html') return '/fr/particuliers/index.html';
		if(page=='/autogas/autogas-faq.htm') return '/fr/lpg-automobile/questions-frequentes.htm';
		if(page=='/autogas/autogascampagne.htm') return '/fr/lpg-automobile/campagne-autogaz.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-antwerpen/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-anvers/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-brussel/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-bruxelles/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-henegouwen/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-hainaut/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-limburg/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-limbourg/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-luik/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-liege/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-luxemburg/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-luxembourg/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-namen/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-namur/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-oost-vlaanderen/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-flandre-oriental/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-vlaams-brabant/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-brabant-flamand/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-waals-brabant/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-brabant-wallon/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/autogasstations-in-west-vlaanderen/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/autogasstations-in-flandre-occidental/index.htm';
		if(page=='/autogas/autogasstations-in-belgie/index.htm') return '/fr/lpg-automobile/autogasstations-in-belgie/index.htm';
		if(page=='/autogas/bespaar-geld/index.htm') return '/fr/lpg-automobile/faites-des-economies/index.htm';
		if(page=='/autogas/ecocard.htm') return '/fr/lpg-automobile/ecocard.htm';
		if(page=='/autogas/inbouwen/index.htm') return '/fr/lpg-automobile/lpg_conversion/index.htm';
		if(page=='/autogas/index.htm') return '/fr/lpg-automobile/index.htm';
		if(page=='/autogas/') return '/fr/lpg-automobile/index.htm';
		if(page=='/autogas/milieu/index.htm') return '/fr/lpg-automobile/environnement/index.htm';
		if(page=='/autogas/speciale-promotie.htm') return '/fr/lpg-automobile/promotion-speciale.htm';
		if(page=='/autogas/tanken-van-autogas.htm') return '/fr/lpg-automobile/faire-le-plein-de-lpg.htm';
		if(page=='/autogas/voertuigen-op-autogas/index.htm') return '/fr/lpg-automobile/vehicules-au-lpgs/index.htm';
		if(page=='/autogas/wagenpark-lpg/index.htm') return '/fr/lpg-automobile/parc-de-vehicules/index.htm';
		if(page=='/bedrijven/alternatief-voor-stookolie/brandstofvergelijking.html') return '/fr/entreprises/alternative-pour-le-mazout/comparaison-de-combustibles.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/centrale-verwarming.html') return '/fr/entreprises/alternative-pour-le-mazout/chauffage-central.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/energiescan-aanvraag.html') return '/fr/entreprises/alternative-pour-le-mazout/scanning-demande.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/energiescan.html') return '/fr/entreprises/alternative-pour-le-mazout/scanning-energetique.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/index.html') return '/fr/entreprises/alternative-pour-le-mazout/index.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/') return '/fr/entreprises/alternative-pour-le-mazout/index.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/nuttige-info.html') return '/fr/entreprises/alternative-pour-le-mazout/informations-utiles.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/nuttige-info/gascondensatieketels.html') return '/fr/entreprises/alternative-pour-le-mazout/informations-utiles/chaudieres-a-condensation-a-gaz.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/nuttige-info/premies.html') return '/fr/entreprises/alternative-pour-le-mazout/informations-utiles/primes.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/nuttige-info/uw-oude-stookolietank.html') return '/fr/entreprises/alternative-pour-le-mazout/informations-utiles/votre-ancienne-citerne-de-mazout.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/onze-installateurs.html') return '/fr/entreprises/alternative-pour-le-mazout/nos-installateurs.html';
		if(page=='/bedrijven/alternatief-voor-stookolie/verwarming.html') return '/fr/entreprises/alternative-pour-le-mazout/chauffage.html';
		if(page=='/bedrijven/contact/adviseur-gewenst.html') return '/fr/entreprises/contact/je-souhaite-un-rendez-vous.html';
		if(page=='/bedrijven/contact/bedrijfsgegevens.html') return '/fr/entreprises/contact/coordonnees.html';
		if(page=='/bedrijven/contact/faq.html') return '/fr/entreprises/contact/faq.html';
		if(page=='/bedrijven/contact/faq/algemeen.html') return '/fr/entreprises/contact/faq/generalites.html';
		if(page=='/bedrijven/contact/faq/autogas.html') return '/fr/entreprises/contact/faq/autogas.html';
		if(page=='/bedrijven/contact/faq/gasflessen.html') return '/fr/entreprises/contact/faq/bouteilles-de-gaz.html';
		if(page=='/bedrijven/contact/faq/gastanks.html') return '/fr/entreprises/contact/faq/citernes-de-gaz.html';
		if(page=='/bedrijven/contact/faq/telemetrie.html') return '/fr/entreprises/contact/faq/telemetrie.html';
		if(page=='/bedrijven/contact/ik-bestel-gas.html') return '/fr/entreprises/contact/je-commande-du-gaz.html';
		if(page=='/bedrijven/contact/index.html') return '/fr/entreprises/contact/index.html';
		if(page=='/bedrijven/contact/') return '/fr/entreprises/contact/index.html';
		if(page=='/bedrijven/contact/website-feedback.html') return '/fr/entreprises/contact/feed-back-concernant-le-site-web.html';
		if(page=='/bedrijven/hernieuwbare-energie/centrale-verwarming.html') return '/fr/entreprises/energie-renouvelable/chauffage-central.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/aanvraag.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/demande.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/hoe-werkt-het.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/klanten-vertellen.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/primagaz-partner.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/voor-wie.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/pour-qui.html';
		if(page=='/bedrijven/hernieuwbare-energie/gasabsorptiewarmtepomp/voordelen.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/avantages.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/aanvraag.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/demande.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/hoe-werkt-het.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/klanten-vertellen.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/primagaz-en-warmtepompen.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/voor-wie.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/pour-qui.html';
		if(page=='/bedrijven/hernieuwbare-energie/gascompressiewarmtepomp/voordelen.html') return '/fr/entreprises/energie-renouvelable/pompes-a-chaleur-a-absorption-a-gaz/avantages.html';
		if(page=='/bedrijven/hernieuwbare-energie/index.html') return '/fr/entreprises/energie-renouvelable/index.html';
		if(page=='/bedrijven/hernieuwbare-energie/') return '/fr/entreprises/energie-renouvelable/index.html';
		if(page=='/bedrijven/hernieuwbare-energie/onze-installateurs.html') return '/fr/entreprises/energie-renouvelable/nos-installateurs.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler/aanvraag.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/demande.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler/hoe-werkt-het.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/comment-fonctionne-t-il.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler/klanten-vertellen.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/les-clients-racontent.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler/plaatsing.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/installation.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler/primagaz-en-zonneboilers.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/primagaz-et-chauffe-eau-solaire.html';
		if(page=='/bedrijven/hernieuwbare-energie/zonneboiler/voordelen.html') return '/fr/entreprises/energie-renouvelable/chauffe-eau-solaire/avantages.html';
		if(page=='/bedrijven/index.html') return '/fr/entreprises/index.html';
		if(page=='/bedrijven/') return '/fr/entreprises/index.html';
		if(page=='/bedrijven/primagaz/centrale-verwarming.html') return '/fr/entreprises/primagaz/chauffage-central.html';
		if(page=='/bedrijven/primagaz/historiek.html') return '/fr/entreprises/primagaz/historique.html';
		if(page=='/bedrijven/primagaz/index.html') return '/fr/entreprises/primagaz/index.html';
		if(page=='/bedrijven/primagaz/') return '/fr/entreprises/primagaz/index.html';
		if(page=='/bedrijven/primagaz/lpg-in-europa.html') return '/fr/entreprises/primagaz/lpg-en-europe.html';
		if(page=='/bedrijven/primagaz/nieuws.html') return '/fr/entreprises/primagaz/nouvelles.html';
		if(page=='/bedrijven/primagaz/onze-installateurs.html') return '/fr/entreprises/primagaz/nos-installateurs.html';
		if(page=='/bedrijven/primagaz/veiligheid.html') return '/fr/entreprises/primagaz/securite.html';
		if(page=='/bedrijven/primagaz/veiligheid/noodprocedures.html') return '/fr/entreprises/primagaz/securite/procedures-durgence.html';
		if(page=='/bedrijven/primagaz/veiligheid/persoonlijke-veiligheid.html') return '/fr/entreprises/primagaz/securite/securite-personelle.html';
		if(page=='/bedrijven/primagaz/wat-is-lpg.html') return '/fr/entreprises/primagaz/quest-ce-que-le-lpg-propane.html';
		if(page=='/bedrijven/primagaz/werken-bij-primagaz.html') return '/fr/entreprises/primagaz/travailler-chez-primagaz.html';
		if(page=='/bedrijven/producten/centrale-verwarming.html') return '/fr/entreprises/produits/chauffage-central.html';
		if(page=='/bedrijven/producten/gasflessen.html') return '/fr/entreprises/produits/bouteilles-de-gaz.html';
		if(page=='/bedrijven/producten/gasflessen/accessoires.html') return '/fr/entreprises/produits/bouteilles-de-gaz/accessoires.html';
		if(page=='/bedrijven/producten/gasflessen/andere-gastoestellen.html') return '/fr/entreprises/produits/bouteilles-de-gaz/accessoires/autres-accessoires.html';
		if(page=='/bedrijven/producten/gasflessen/flessengamma.html') return '/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles.html';
		if(page=='/bedrijven/producten/gasflessen/index.html') return '/fr/entreprises/produits/bouteilles-de-gaz.html';
		if(page=='/bedrijven/producten/gasflessen/') return '/fr/entreprises/produits/bouteilles-de-gaz.html';
		if(page=='/bedrijven/producten/gasflessen/onderdelen.html') return '/fr/entreprises/produits/bouteilles-de-gaz/cautions.html';
		if(page=='/bedrijven/producten/gasflessen/ons-flessengamma/eigendomsrecht.html') return '/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/droit-de-propriete.html';
		if(page=='/bedrijven/producten/gasflessen/ons-flessengamma/ons-gasflessengamma.html') return '/fr/entreprises/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/notre-gamme-de-bouteilles-de-gaz.html';
		if(page=='/bedrijven/producten/gasflessen/verwarming-op-gastoestellen.html') return '/fr/entreprises/produits/bouteilles-de-gaz/chauffage-a-laide-de-bouteilles-de-gaz.html';
		if(page=='/bedrijven/producten/gasflessen/waarborgen.html') return '/fr/entreprises/produits/bouteilles-de-gaz/cautions.html';
		if(page=='/bedrijven/producten/gasflessen/wettelijke-technische-aspecten.html') return '/fr/entreprises/produits/bouteilles-de-gaz/aspects-leagaux-et-techniques.html';
		if(page=='/bedrijven/producten/gastanks.html') return '/fr/entreprises/produits/citernes-a-gaz.html';
		if(page=='/bedrijven/producten/gastanks/bovengrondse-tank.html') return '/fr/entreprises/produits/citernes-a-gaz/citerne-aerienne.html';
		if(page=='/bedrijven/producten/gastanks/extra-services.html') return '/fr/entreprises/produits/citernes-a-gaz/services-supplementaires.html';
		if(page=='/bedrijven/producten/gastanks/ondergrondse-tank.html') return '/fr/entreprises/produits/citernes-a-gaz/citerne-souterraine.html';
		if(page=='/bedrijven/producten/heftruck-installatie.html') return '/fr/entreprises/produits/installation-pour-chariots-elevateurs.html';
		if(page=='/bedrijven/producten/heftruck-installatie/eigen-vulinstallatie.html') return '/fr/entreprises/produits/installation-pour-chariots-elevateurs/propre-installation-de-remplissage.html';
		if(page=='/bedrijven/producten/heftruck-installatie/gasflessen.html') return '/fr/entreprises/produits/installation-pour-chariots-elevateurs/bouteilles-de-gaz.html';
		if(page=='/bedrijven/producten/index.html') return '/fr/entreprises/produits/index.html';
		if(page=='/bedrijven/producten/') return '/fr/entreprises/produits/index.html';
		if(page=='/bedrijven/producten/lpg-autogas.html') return '/fr/entreprises/produits/lpg-autogas.html';
		if(page=='/bedrijven/producten/lpg-autogas/andere-voordelen.html') return '/fr/entreprises/produits/lpg-autogas/autres-avantages.html';
		if(page=='/bedrijven/producten/lpg-autogas/fleet-ecocard.html') return '/fr/entreprises/produits/lpg-autogas/fleet-ecocard.html';
		if(page=='/bedrijven/producten/lpg-autogas/goedkoop.html') return '/fr/entreprises/produits/lpg-autogas/avantages.html';
		if(page=='/bedrijven/producten/lpg-autogas/inbouw-lpg-installatie.html') return '/fr/entreprises/produits/lpg-autogas/montage-de-linstallation-lpg.html';
		if(page=='/bedrijven/producten/lpg-autogas/milieuvriendelijk.html') return '/fr/entreprises/produits/lpg-autogas/ecologique.html';
		if(page=='/bedrijven/producten/onze-installateurs.html') return '/fr/entreprises/produits/nos-installateurs.html';
		if(page=='/bedrijven/specifieke-sectoren/bouw.html') return '/fr/entreprises/secteurs-specifiques/construction.html';
		if(page=='/bedrijven/specifieke-sectoren/bouw/betondrogen.html') return '/fr/entreprises/secteurs-specifiques/construction/sechage-de-beton.html';
		if(page=='/bedrijven/specifieke-sectoren/bouw/dakdekking.html') return '/fr/entreprises/secteurs-specifiques/construction/revetements-de-toiture.html';
		if(page=='/bedrijven/specifieke-sectoren/bouw/keetverwarming.html') return '/fr/entreprises/secteurs-specifiques/construction/chaffage-de-baraque-de-chantier.html';
		if(page=='/bedrijven/specifieke-sectoren/bouw/wegenbouw.html') return '/fr/entreprises/secteurs-specifiques/construction/construction-routiere.html';
		if(page=='/bedrijven/specifieke-sectoren/horeca.html') return '/fr/entreprises/secteurs-specifiques/horeca.html';
		if(page=='/bedrijven/specifieke-sectoren/index.html') return '/fr/entreprises/secteurs-specifiques/index.html';
		if(page=='/bedrijven/specifieke-sectoren/') return '/fr/entreprises/secteurs-specifiques/index.html';
		if(page=='/bedrijven/specifieke-sectoren/industrie.html') return '/fr/entreprises/secteurs-specifiques/industrie.html';
		if(page=='/bedrijven/specifieke-sectoren/industrie/bakprocessen.html') return '/fr/entreprises/secteurs-specifiques/industrie/processus-de-cuisson.html';
		if(page=='/bedrijven/specifieke-sectoren/industrie/metalen.html') return '/fr/entreprises/secteurs-specifiques/industrie/metaux.html';
		if(page=='/bedrijven/specifieke-sectoren/industrie/verwarming.html') return '/fr/entreprises/secteurs-specifiques/industrie/chauffage.html';
		if(page=='/bedrijven/specifieke-sectoren/landbouw.html') return '/fr/entreprises/secteurs-specifiques/agriculture.html';
		if(page=='/bedrijven/specifieke-sectoren/landbouw/gewasdrogen.html') return '/fr/entreprises/secteurs-specifiques/agriculture/sechage-des-recoltes.html';
		if(page=='/bedrijven/specifieke-sectoren/landbouw/kwekerijen.html') return '/fr/entreprises/secteurs-specifiques/agriculture/pepinieres.html';
		if(page=='/bedrijven/specifieke-sectoren/landbouw/onkruid.html') return '/fr/entreprises/secteurs-specifiques/agriculture/desherbant-thermiques-et-bruleurs-de-fanes.html';
		if(page=='/bedrijven/specifieke-sectoren/landbouw/serreverwarming.html') return '/fr/entreprises/secteurs-specifiques/agriculture/horticulture.html';
		if(page=='/bedrijven/specifieke-sectoren/landbouw/stalverwarming.html') return '/fr/entreprises/secteurs-specifiques/agriculture/chauffage-detable.html';
		if(page=='/bedrijven/specifieke-sectoren/recreatie.html') return '/fr/entreprises/secteurs-specifiques/loisirs.html';
		if(page=='/bedrijven/specifieke-sectoren/recreatie/ringleiding.html') return '/fr/entreprises/secteurs-specifiques/loisirs/reseau.html';
		if(page=='/contact/index.html') return '/fr/contacter/index.htm';
		if(page=='/contact/') return '/fr/contacter/index.htm';
		if(page=='/contacteer/contacteer.htm') return '/fr/contacteer/contacteer.htm';
		if(page=='/contacteer/industrial-commercial-business-developer.html') return '/';
		if(page=='/contacteer/moving-home-form.asp') return '/';
		if(page=='/contacteer/primagaz-flessenverdelers.htm') return '/';
		if(page=='/contacteer/queries.htm') return '/';
		if(page=='/contacteer/recruitment.htm') return '/fr/contacter/emploi.htm';
		if(page=='/ecocard.htm') return '/fr/ecocard.htm';
		if(page=='/ik-wens-gas/formulier.html') return '/';
		if(page=='/ik-wens-gas/ik-wens-gas.htm') return '/';
		if(page=='/index.htm') return '/fr/particuliers/index.html';
		if(page=='/installateurs/incentive-programma/index.htm') return '/';
		if(page=='/installateurs/index.htm') return '/fr/installateurs/index.htm';
		if(page=='/installateurs/') return '/fr/installateurs/index.htm';
		if(page=='/particulier/alternatief-voor-stookolie/brandstofvergelijking.html') return '/fr/particuliers/alternative-pour-le-mazout/compariason-de-combustibles.html';
		if(page=='/particulier/alternatief-voor-stookolie/calculator.html') return '/fr/particuliers/alternative-pour-le-mazout/calculateur.html';
		if(page=='/particulier/alternatief-voor-stookolie/centrale-verwarming.html') return '/fr/particuliers/alternative-pour-le-mazout/chauffage-central.html';
		if(page=='/particulier/alternatief-voor-stookolie/energieaudit.html') return '/fr/particuliers/alternative-pour-le-mazout/audit-energetique.html';
		if(page=='/particulier/alternatief-voor-stookolie/index.html') return '/fr/particuliers/alternative-pour-le-mazout/index.html';
		if(page=='/particulier/alternatief-voor-stookolie/') return '/fr/particuliers/alternative-pour-le-mazout/index.html';
		if(page=='/particulier/alternatief-voor-stookolie/nuttige-info.html') return '/fr/particuliers/alternative-pour-le-mazout/informations-utiles.html';
		if(page=='/particulier/alternatief-voor-stookolie/nuttige-info/fabrikanten-gasketels.html') return '/fr/particuliers/alternative-pour-le-mazout/informations-utiles/fabricants-de-chaudieres-a-gaz.html';
		if(page=='/particulier/alternatief-voor-stookolie/nuttige-info/gascondensatieketels.html') return '/fr/particuliers/alternative-pour-le-mazout/informations-utiles/chaudieres-a-condensation-a-gaz.html';
		if(page=='/particulier/alternatief-voor-stookolie/nuttige-info/premies.html') return '/fr/particuliers/alternative-pour-le-mazout/informations-utiles/primes.html';
		if(page=='/particulier/alternatief-voor-stookolie/nuttige-info/uw-oude-stookolietank.html') return '/fr/particuliers/alternative-pour-le-mazout/informations-utiles/votre-ancienne-citerne-de-mazout.html';
		if(page=='/particulier/alternatief-voor-stookolie/onze-installateurs.html') return '/fr/particuliers/alternative-pour-le-mazout/nos-installateurs.html';
		if(page=='/particulier/contact/bedrijfsgegevens.html') return '/fr/entreprises/contact/coordonnees.html';
		if(page=='/particulier/contact/een-adviseur-bij-u-thuis.html') return '/fr/particuliers/contact/adviseur-a-la-maison.html';
		if(page=='/particulier/contact/faq.html') return '/fr/particuliers/contact/faq.html';
		if(page=='/particulier/contact/faq/algemeen.html') return '/fr/particuliers/contact/faq/generale.html';
		if(page=='/particulier/contact/faq/autogas.html') return '/fr/particuliers/contact/faq/autogaz.html';
		if(page=='/particulier/contact/faq/gasflessen.html') return '/fr/particuliers/contact/faq/bouteilles-de-gaz.html';
		if(page=='/particulier/contact/faq/gastanks.html') return '/fr/particuliers/contact/faq/citernes.html';
		if(page=='/particulier/contact/faq/telemetrie.html') return '/fr/particuliers/contact/faq/telemetrie.html';
		if(page=='/particulier/contact/ik-bestel-gas.html') return '/fr/particuliers/contact/je-commande-du-gaz.html';
		if(page=='/particulier/contact/ik-verhuis.html') return '/fr/particuliers/contact/je-demenage.html';
		if(page=='/particulier/contact/index.html') return '/fr/particuliers/contact/index.html';
		if(page=='/particulier/contact/') return '/fr/particuliers/contact/index.html';
		if(page=='/particulier/contact/website-feedback.html') return '/fr/particuliers/contact/feedback-le-site-web.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/aanvraag.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/demande.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/hoe-werkt-het.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/comment-fonctionne-t-elle.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/klanten-vertellen.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/les-clients-racontent.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/primagaz-partner.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/partenaire-primagaz.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/voor-wie.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/pour-qui.html';
		if(page=='/particulier/hernieuwbare-energie/gasabsorptiewarmtepomp/voordelen.html') return '/fr/particuliers/energie-renouvelable/pompe-a-chaleur-a-absorption-a-gaz/avantages.html';
		if(page=='/particulier/hernieuwbare-energie/index.html') return '/fr/particuliers/energie-renouvelable/index.html';
		if(page=='/particulier/hernieuwbare-energie/') return '/fr/particuliers/energie-renouvelable/index.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler/aanvraag.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/demande.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler/hoe-werkt-het.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/comment-fonctionne-t-il.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler/klanten-vertellen.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/les-clients-racontent.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler/plaatsing.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/installation.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler/primagaz-en-zonneboilers.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/primagaz-et-chauffe-eau-solaires.html';
		if(page=='/particulier/hernieuwbare-energie/zonneboiler/voordelen.html') return '/fr/particuliers/energie-renouvelable/chauffe-eau-solaire/avantages.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen/aanvraag.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires/demande.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen/hoe-werkt-het.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires/comment-fonctionnent-ils.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen/klanten-vertellen.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires/les-clients-racontent.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen/plaatsing.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires/installation.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen/primagaz-partner.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires/primagaz-et-panneaux-solaires.html';
		if(page=='/particulier/hernieuwbare-energie/zonnepanelen/voordelen.html') return '/fr/particuliers/energie-renouvelable/panneaux-solaires/avantages.html';
		if(page=='/particulier/index.html') return '/fr/particuliers/index.html';
		if(page=='/particulier/') return '/fr/particuliers/index.html';
		if(page=='/particulier/primagaz/historiek.html') return '/fr/particuliers/primagaz/historique.html';
		if(page=='/particulier/primagaz/index.html') return '/fr/particuliers/primagaz/index.html';
		if(page=='/particulier/primagaz/') return '/fr/particuliers/primagaz/index.html';
		if(page=='/particulier/primagaz/lpg-in-europa.html') return '/fr/particuliers/primagaz/lpg-en-europe.html';
		if(page=='/particulier/primagaz/nieuws.html') return '/fr/particuliers/primagaz/nouvelles.html';
		if(page=='/particulier/primagaz/veiligheid.html') return '/fr/particuliers/primagaz/securite.html';
		if(page=='/particulier/primagaz/veiligheid/noodprocedures.html') return '/fr/particuliers/primagaz/securite/procedures-d-urgence.html';
		if(page=='/particulier/primagaz/veiligheid/persoonlijke-veiligheid.html') return '/fr/particuliers/primagaz/securite/securite-personnelle.html';
		if(page=='/particulier/primagaz/wat-is-lpg.html') return '/fr/particuliers/primagaz/quest-ce-que-le-lpg.html';
		if(page=='/particulier/primagaz/werken-bij-primagaz.html') return '/fr/particuliers/primagaz/travailler-chez-primagaz.html';
		if(page=='/particulier/privacy-policy.html') return '/';
		if(page=='/particulier/producten/autogas.html') return '/fr/particuliers/produits/autogas.html';
		if(page=='/particulier/producten/autogas/andere-voordelen.html') return '/fr/particuliers/produits/autogas/autres-avantages.html';
		if(page=='/particulier/producten/autogas/ecocard.html') return '/fr/particuliers/produits/autogas/ecocard.html';
		if(page=='/particulier/producten/autogas/goedkoop.html') return '/fr/particuliers/produits/autogas/avantageux.html';
		if(page=='/particulier/producten/autogas/inbouw-lpg-installatie.html') return '/fr/particuliers/produits/autogas/montage-de-linstallation-lpg.html';
		if(page=='/particulier/producten/autogas/milieuvriendelijk.html') return '/fr/particuliers/produits/autogas/ecologique.html';
		if(page=='/particulier/producten/gasflessen.html') return '/fr/particuliers/produits/bouteilles-de-gaz.html';
		if(page=='/particulier/producten/gasflessen/andere-gastoestellen.html') return '/fr/particuliers/produits/bouteilles-de-gaz/autres-appareils-a-gaz.html';
		if(page=='/particulier/producten/gasflessen/flessengamma.html') return '/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles.html';
		if(page=='/particulier/producten/gasflessen/flessengamma/eigendomsrecht.html') return '/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/droit-de-propriete.html';
		if(page=='/particulier/producten/gasflessen/flessengamma/ons-gasflessengamma.html') return '/fr/particuliers/produits/bouteilles-de-gaz/notre-gamme-de-bouteilles/notre-gamme-de-bouteilles-de-gaz.html';
		if(page=='/particulier/producten/gasflessen/onderdelen.html') return '/fr/particuliers/produits/bouteilles-de-gaz/accessoires-installation.html';
		if(page=='/particulier/producten/gasflessen/verwarming-op-gastoestellen.html') return '/fr/particuliers/produits/bouteilles-de-gaz/chauffage-a-laide-de-bouteilles-de-gaz.html';
		if(page=='/particulier/producten/gasflessen/waarborgen.html') return '/fr/particuliers/produits/bouteilles-de-gaz/cautions.html';
		if(page=='/particulier/producten/gasflessen/wettelijke-technische-aspecten.html') return '/fr/particuliers/produits/bouteilles-de-gaz/aspects-legaux-et-techniques.html';
		if(page=='/particulier/producten/gastanks.html') return '/fr/particuliers/produits/citernes-a-gaz.html';
		if(page=='/particulier/producten/gastanks/bovengrondse-tank.html') return '/fr/particuliers/produits/citernes-a-gaz/citernes-aerienne.html';
		if(page=='/particulier/producten/gastanks/bovengrondse-tank/installatie.html') return '/fr/particuliers/produits/citernes-a-gaz/citernes-aeriennes/installation.html';
		if(page=='/particulier/producten/gastanks/centrale-verwarming.html') return '/fr/particuliers/produits/citernes-a-gaz/chauffage-central.html';
		if(page=='/particulier/producten/gastanks/extra-services.html') return '/fr/particuliers/produits/citernes-a-gaz/services-supplementaires.html';
		if(page=='/particulier/producten/gastanks/huur-en-onderhoud.html') return '/fr/particuliers/produits/citernes-a-gaz/location-et-entretien.html';
		if(page=='/particulier/producten/gastanks/ondergrondse-tank.html') return '/fr/particuliers/produits/citernes-a-gaz/citerne-souterraine.html';
		if(page=='/particulier/producten/gastanks/ondergrondse-tank/installatie.html') return '/fr/particuliers/produits/citernes-a-gaz/citerne-souterraine/installation.html';
		if(page=='/particulier/producten/index.html') return '/fr/particuliers/produits/index.html';
		if(page=='/particulier/producten/') return '/fr/particuliers/produits/index.html';
		if(page=='/prijzen/index.htm') return '/fr/tarifs/index.htm';
		if(page=='/prijzen/') return '/fr/tarifs/index.htm';
		if(page=='/prijzen/officiele-prijzen.htm') return '/fr/tarifs/index.htm';
		if(page=='/professioneel/aanvraagformulier.html') return '/fr/professionnel/formulaire-de-demande.html';
		if(page=='/professioneel/contact.html') return '/fr/professionnel/contacter.html';
		if(page=='/professioneel/contacteer.html') return '/fr/professionnel/contacter.html';
		if(page=='/professioneel/index.html') return '/fr/professionnel/index.html';
		if(page=='/professioneel/') return '/fr/professionnel/index.html';
		if(page=='/professioneel/newsletter.html') return '/fr/professionnel/lettre-dinformation.html';
		if(page=='/professioneel/primagaz.html') return '/fr/professionnel/primagaz.html';
		if(page=='/professioneel/primagaz/historiek.html') return '/fr/professionnel/primagaz/historique.html';
		if(page=='/professioneel/primagaz/veiligheid.html') return '/fr/professionnel/primagaz/securite.html';
		if(page=='/professioneel/primagaz/wat-is-lpg-propaan.html') return '/fr/professionnel/primagaz/quest-ce-que-le-lpg.html';
		if(page=='/professioneel/voor-wie.html') return '/fr/professionnel/pour-qui.html';
		if(page=='/professioneel/voor-wie/architecten.html') return '/fr/professionnel/pour-qui/architectes.html';
		if(page=='/professioneel/voor-wie/architecten/wordt-primagaz-professional.html') return '/fr/professionnel/pour-qui/architectes/devenez-professionnel-primagaz.html';
		if(page=='/professioneel/voor-wie/bouwbedrijven.html') return '/fr/professionnel/pour-qui/entreprises-de-construction.html';
		if(page=='/professioneel/voor-wie/bouwbedrijven/wordt-primagaz-professional.html') return '/fr/professionnel/pour-qui/entreprises-de-construction/devenez-professionnel-primagaz.html';
		if(page=='/professioneel/voor-wie/installateurs.html') return '/fr/professionnel/pour-qui/installateurs.html';
		if(page=='/professioneel/voor-wie/installateurs/wordt-primagaz-partner.html') return '/fr/professionnel/pour-qui/installateurs/devenez-partenaire-primagaz.html';
		if(page=='/professioneel/voor-wie/studiebureaus.html') return '/fr/professionnel/pour-qui/bureaux-detudes.html';
		if(page=='/professioneel/voor-wie/studiebureaus/wordt-primagaz-professional.html') return '/fr/professionnel/pour-qui/bureaux-detudes/devenez-professionnel-primagaz.html';
		if(page=='/verkooppunten/dealers.asp') return '/fr/points-de-vente/dealers.asp';
		if(page=='/verkooppunten/outlets.htm') return '/fr/points-de-vente/outlets.htm';
		return '/';	
		}
