﻿
	function getLang(){
		var sLang = document.location.toString()

		
		
		// This is the Danish textlabels 		
		if (sLang.indexOf('/da-DK/') > 0) {
			
			PROTEINFOODS = 'proteinfoods';
			EDIBLE = 'edible';
			PETFOOD = 'petfood';
			FOODDISTRIBUTION = 'fooddistribution';
			BHJGROUP = 'bhjprofile';
			SEND_AN_EMAIL = 'Send e-mail';
			HEAD_OFFICE = 'Hovedkontor';
			LBL_CONTACT = 'Kontakt: ';
			LBL_EUROPE = 'Europa';
			LBL_WORLD = 'Verden';
			LBL_SUBSIDIARIES = 'Datterselskaber';
			LBL_JOINT_VENTURE = 'Joint venture';
			LBL_DISTRIBUTORS = 'Distributører';
			LBL_REPRESENTATIVES = 'Repræsentanter';
			LBL_ASSOCIATED_COMPANIES = 'Associerede selskaber';
			LBL_CVR_NO = 'CVR nr. ';	
			LBL_TEL = 'Tlf.: ';
			LBL_FAX = 'Fax: ';
		
		
		}

		// This is the English textlabels 				
		if (sLang.indexOf('/en-GB/') > 0){
		
			PROTEINFOODS = 'proteinfoods';
			EDIBLE = 'edible';
			PETFOOD = 'petfood';
			FOODDISTRIBUTION = 'fooddistribution';
			BHJGROUP = 'bhjprofile';
			SEND_AN_EMAIL = 'Send e-mail';
			HEAD_OFFICE = 'Head office';
			LBL_CONTACT = 'Contact: ';
			LBL_EUROPE = 'Europe';
			LBL_WORLD = 'World';
			LBL_SUBSIDIARIES =  'Subsidiaries';
			LBL_JOINT_VENTURE = 'Joint venture';
			LBL_REPRESENTATIVES = 'Representatives';
			LBL_DISTRIBUTORS = 'Distributors';		
			LBL_ASSOCIATED_COMPANIES = 'Associated companies';				
			LBL_CVR_NO = 'CVR no. ';	
			LBL_TEL = 'Tel.: ';
			LBL_FAX = 'Fax: ';
		}




	
	}
	