

BaseAppSettings = function() {
    this.BrandID = '20';
    this.HostUrl = 'www.temaresor.se';
    this.IncludeSiteDirectory = 'includes';
    this.BookingSiteDirectory = 'ee';
    this.SecureSiteDirectory = '';
    this.SessionParameterName = 'q';
    this.DEBUG = '';
    this.TipsUrl = 'http://www.reslust.se';
}

BaseAjaxUrls = function() {
    this.SecureSite = '//';
    this.SecureDynamicContent = '//DynamicContent/';
    this.BookingSite = '/ee/';
    this.DynamicContent = '/ee/DynamicContent/';
    this.SearchResult = '/ee/';
}

TUIStrings=function(){
    this.sLetters="abcdefghijklmnopqrstuvxyz";
    this.arrCharacters=["å","ä","ö"];
    this.sCurrencySign=":-";
    this.sCalendarMonthNoDepartures="#CalendarMonthNoDepartures";
    this.sFlightInfo="Flyginformation";
    this.sFlightInfoTitle="#FlightInfoTitle";
    this.sFlightClassInfoTitle="#FlightClassInfoTitle";
    this.sCalendarEarliestDepartureDate="#CalendarEarliestDepartureDate";
    this.sMyChoiceAddonsText="#MyChoiceAddonsText";
    this.sPriceSpecificationTitle="Prisspecifikation";
    this.sContactInfoObligatoryField="#ContactInfoObligatoryField";
    this.sContactInfoIncorrectEmail="#ContactInfoIncorrectEmail";
    this.sContactInfoIncorrectEmailConfirm="#ContactInfoIncorrectEmailConfirm";
    this.sContactInfoIncorrectDate="#ContactInfoIncorrectDate";
    this.sUpgradeTitleNumber="#UpgradeTitleNumber";
    this.sUpgradeToHeader="#UpgradeToHeader";
}

var oBaseAppSettings = new BaseAppSettings();
var oBaseAjaxUrls = new BaseAjaxUrls();
var oTUIStrings = new TUIStrings();