
BaseAppSettings = function() {
    this.BrandID = '2';
    this.HostUrl = 'www.startour.dk';
    this.IncludeSiteDirectory = 'https://www.startour.dk/includes';
    this.SecureIncludeSiteDirectory = 'https://www.startour.dk/content/includes';
    this.BookingSiteDirectory = 'http://www.startour.dk/bestil-rejse';
    this.SecureSiteDirectory = 'https://www.startour.dk/sikker-side';
    this.EPiShareDirectory = 'http://cmsimages.tuinordic.com/EnokPictures';
    this.SessionParameterName = 'q';
    this.DEBUG = '';
    this.TipsUrl = 'http://www.rejse-tips.dk';
    this.IsTemaSite = false;
    this.MaxPax = 6;
    this.UseCrossSiteProxies = 'false';
}
BaseAjaxUrls = function() {
    this.SecureSite = '/sikker-side/';
    this.SecureDynamicContent = '/sikker-side/DynamicContent/';
    this.BookingSite = 'http://www.startour.dk/bestil-rejse/';
    this.DynamicContent = 'http://www.startour.dk/bestil-rejse/DynamicContent/';
    this.SearchResult = 'http://www.startour.dk/bestil-rejse/';
    this.DynamicContentWithProxy = 'http://www.startour.dk/bestil-rejse/DynamicContent/';
    this.CmsSite = 'http://www.startour.dk/';
    this.SecureCmsSite = 'https://www.startour.dk/';
}
TUIStrings=function(){
    this.sLetters="abcdefghijklmnopqrstuvxyz";
    this.arrCharacters=["å","ä","ö"];
    this.sCurrencySign=",-";
    this.sCalendarInactiveMonth="I denne måned er der ingen afrejser.";
    this.sCalendarMonthNoDepartures="Vi har ingen rejser til det valgte rejsemål i denne måned";
    this.sFlightInfo="Flyinformation";
    this.sFlightInfoTitle="Information";
    this.sFlightClassInfoTitle="Flyklasseinformation";
    this.sCalendarEarliestDepartureDate="Første mulige afrejsedato";
    this.sMyChoiceAddonsText="Tilvalg";
    this.sPriceSpecificationTitle="Prisspecifikation";
    this.sContactInfoObligatoryField="Feltet skal udfyldes";
    this.sContactInfoIncorrectEmail="Ugyldig e-mail";
    this.sContactInfoIncorrectEmailConfirm="Ugyldig e-mail";
    this.sContactInfoIncorrectDate="Ugyldig fødselsdato";
    this.sUpgradeTitleNumber="ledige";
    this.sUpgradeToHeader="Opgradering";
    this.sEnokNotBookableOnlineHeader="Rejsen kan ikke bestilles online";
    this.sSelectCancellationInsurance="Vælg afbestilling- og sygdomsforsikring";
    this.sSelectTravelInsurance="Vælg rejseforsikring";
    this.strMeasureDistance = "Mål afstand";
    this.strCancelMeasure = "Luk afstand";
    this.resetMap = "Nulstil kort";
    this.readMore = "Læs mere:";
    this.zoomTo = "Zoom ind på kortet";
    this.strShowAllTrips = "Vis flere TEMA rejser";
    this.strHideAllTrips = "Skjul TEMA rejser ";
    this.strSearchMovie = "Søg film";
    this.strAllCountries = "Alle lande";
    this.strSorryXmlHttp = "Vi beklager, men din internetbrowser understøtter ikke XMLHTTP objekter ";
    this.strHelpInfo = "Hjælpe information";
    this.strCaptionClose = "Luk";
    this.strCaptionPrint = "Udskriv";    
    this.strShowDayProgram = "#ShowDayProgram";
    this.strHideDayProgram = "#HideDayProgram";
    this.strReadMoreCity = "Læs mere:";
    this.strReadLessCity = "Luk";
    this.strShowMoreFact = "Vis flere fakta";
    this.strHideMoreFact = "Luk flere fakta";
    this.strInsurancesErrorMessage = "Valget af rejseforsikring skal stemme oversens med valget af rejseforsikring, som er valgt for den voksne";
}   
var oBaseAppSettings = new BaseAppSettings();
var oBaseAjaxUrls = new BaseAjaxUrls();
var oTUIStrings = new TUIStrings();
