

BaseAppSettings = function() {
    this.BrandID = '4';
    this.HostUrl = 'www.startour.no';
    this.IncludeSiteDirectory = 'http://www.startour.no/includes';
    this.BookingSiteDirectory = 'http://www.startour.no/bestill-reise';
    this.SecureSiteDirectory = 'https://www.startour.no/kryptert';
    this.EPiShareDirectory = 'http://images.tuinordic.com/EPiShare/EnokPictures';
    this.SessionParameterName = 'q';
    this.DEBUG = '';
    this.TipsUrl = 'http://www.ferietipset.no';
    this.IsTemaSite = false;
    this.MaxPax = 6
}

BaseAjaxUrls = function() {
    this.SecureSite = '/kryptert/';
    this.SecureDynamicContent = '/kryptert/DynamicContent/';
    this.BookingSite = '/bestill-reise/';
    this.DynamicContent = '/bestill-reise/DynamicContent/';
    this.SearchResult = '/bestill-reise/';
    this.CmsSite = 'http://www.startour.no/';
    this.SecureCmsSite = 'https://www.startour.no/';
}

TUIStrings=function(){
    this.sLetters="abcdefghijklmnopqrstuvxyz";
    this.arrCharacters=["å","ä","ö"];
    this.sCurrencySign=",-";
    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";
}

var oBaseAppSettings = new BaseAppSettings();
var oBaseAjaxUrls = new BaseAjaxUrls();
var oTUIStrings = new TUIStrings();