
BaseAppSettings = function() {
    this.BrandID = '18';
    this.HostUrl = 'www.tema.startour.no';
    this.IncludeSiteDirectory = 'https://www.tema.startour.no/includes';
    this.SecureIncludeSiteDirectory = 'https://www.tema.startour.no/content/includes';
    this.BookingSiteDirectory = 'http://www.tema.startour.no/bestill-reise';
    this.SecureSiteDirectory = 'https://www.tema.startour.no/kryptert';
    this.EPiShareDirectory = 'http://cmsimages.tuinordic.com/EnokPictures';
    this.SessionParameterName = 'q';
    this.DEBUG = '';
    this.TipsUrl = 'http://www.ferietipset.no';
    this.IsTemaSite = true;
    this.MaxPax = 2;
    this.UseCrossSiteProxies = 'false';
}
BaseAjaxUrls = function() {
    this.SecureSite = '/kryptert/';
    this.SecureDynamicContent = '/kryptert/DynamicContent/';
    this.BookingSite = 'http://www.tema.startour.no/bestill-reise/';
    this.DynamicContent = 'http://www.tema.startour.no/bestill-reise/DynamicContent/';
    this.SearchResult = 'http://www.tema.startour.no/bestill-reise/';
    this.DynamicContentWithProxy = 'http://www.tema.startour.no/bestill-reise/DynamicContent/';
    this.CmsSite = 'http://www.tema.startour.no/';
    this.SecureCmsSite = 'https://www.tema.startour.no/';
}
TUIStrings=function(){
    this.sLetters="abcdefghijklmnopqrstuvxyz";
    this.arrCharacters=["å","ä","ö"];
    this.sCurrencySign=",-";
    this.sCalendarInactiveMonth="Denne måneden finnes dessverre ingen avreiser.";
    this.sCalendarMonthNoDepartures="Vi har ingen reiser til valgt reisemål i denne måneden";
    this.sFlightInfo="Flyinformasjon";
    this.sFlightInfoTitle="Informasjon";
    this.sFlightClassInfoTitle="Flyklasseinformasjon";
    this.sCalendarEarliestDepartureDate="Første mulige avreisedato";
    this.sMyChoiceAddonsText="Tillegg";
    this.sPriceSpecificationTitle="Prisspesifikasjon";
    this.sContactInfoObligatoryField="Feltet er obligatorisk";
    this.sContactInfoIncorrectEmail="Ugyldig e-post";
    this.sContactInfoIncorrectEmailConfirm="Ugyldig e-post";
    this.sContactInfoIncorrectDate="Ugyldig fødselsdato";
    this.sUpgradeTitleNumber="ledige";
    this.sUpgradeToHeader="Oppgradering";
    this.sEnokNotBookableOnlineHeader="Reisen kan ikke bestilles online";
    this.sSelectCancellationInsurance="Velg avbestillingsforsikring";
    this.sSelectTravelInsurance="Velg reiseforsikring, eller eventuellt velg bort reiseforsikring";
    this.strMeasureDistance = "Mål avstand";
    this.strCancelMeasure = "Avbryt";
    this.resetMap = "#ResetMap";
    this.readMore = "Les mer om";
    this.zoomTo = "#ZoomTo";
    this.strShowAllTrips = "#TemaShowAlltrips";
    this.strHideAllTrips = "#TemaHideAlltrips";
    this.strSearchMovie = "#WebTV_SearchMovie";
    this.strAllCountries = "#CLAllCountries";
    this.strSorryXmlHttp = "!#NoSupportForXMLHTTP";
    this.strHelpInfo = "Hjelp";
    this.strCaptionClose = "Lukk";
    this.strCaptionPrint = "Skriv ut";    
    this.strShowDayProgram = "Reisefakta";
    this.strHideDayProgram = "Skjul programmet";
    this.strReadMoreCity = "Les mer";
    this.strReadLessCity = "Skjul tekst";
    this.strShowMoreFact = "Vis flere fakta";
    this.strHideMoreFact = "Skjul fakta";
    this.strInsurancesErrorMessage = "Valget av reiseforsikring skal stemme overens med det valg av reiseforsikring som den voksne har bestilt";
}   
var oBaseAppSettings = new BaseAppSettings();
var oBaseAjaxUrls = new BaseAjaxUrls();
var oTUIStrings = new TUIStrings();
