
BaseAppSettings = function() {
    this.BrandID = '20';
    this.HostUrl = 'www.temaresor.se';
    this.IncludeSiteDirectory = 'https://www.temaresor.se/includes';
    this.SecureIncludeSiteDirectory = 'https://www.temaresor.se/content/includes';
    this.BookingSiteDirectory = 'http://www.temaresor.se/boka-resa';
    this.SecureSiteDirectory = 'https://www.temaresor.se/skyddad-sida';
    this.EPiShareDirectory = 'http://cmsimages.tuinordic.com/EnokPictures';
    this.SessionParameterName = 'q';
    this.DEBUG = '';
    this.TipsUrl = 'http://www.reslust.se';
    this.IsTemaSite = true;
    this.MaxPax = 2;
    this.UseCrossSiteProxies = 'false';
}
BaseAjaxUrls = function() {
    this.SecureSite = '/skyddad-sida/';
    this.SecureDynamicContent = '/skyddad-sida/DynamicContent/';
    this.BookingSite = 'http://www.temaresor.se/boka-resa/';
    this.DynamicContent = 'http://www.temaresor.se/boka-resa/DynamicContent/';
    this.SearchResult = 'http://www.temaresor.se/boka-resa/';
    this.DynamicContentWithProxy = 'http://www.temaresor.se/boka-resa/DynamicContent/';
    this.CmsSite = 'http://www.temaresor.se/';
    this.SecureCmsSite = 'https://www.temaresor.se/';
}
TUIStrings=function(){
    this.sLetters="abcdefghijklmnopqrstuvxyz";
    this.arrCharacters=["å","ä","ö"];
    this.sCurrencySign=":-";
    this.sCalendarInactiveMonth="Under denna månad finns det inga avresor ";
    this.sCalendarMonthNoDepartures="Vi har inga resor hit denna månad";
    this.sFlightInfo="Flyginformation";
    this.sFlightInfoTitle="Information";
    this.sFlightClassInfoTitle="Flygklassinformation";
    this.sCalendarEarliestDepartureDate="Första möjliga avresedatum";
    this.sMyChoiceAddonsText="Tillval";
    this.sPriceSpecificationTitle="Prisspecifikation";
    this.sContactInfoObligatoryField="Fältet är obligatoriskt";
    this.sContactInfoIncorrectEmail="Ogiltig e-postadress";
    this.sContactInfoIncorrectEmailConfirm="Ogiltigt bekräftad e-postadress";
    this.sContactInfoIncorrectDate="Ogiltigt födelsedatum";
    this.sUpgradeTitleNumber="lediga";
    this.sUpgradeToHeader="Uppgradering";
    this.sEnokNotBookableOnlineHeader="Ring för att boka";
    this.sSelectCancellationInsurance="Välj av- och ombokningsskydd";
    this.sSelectTravelInsurance="Välj årsreseförsäkring";
    this.strMeasureDistance = "Mät avstånd";
    this.strCancelMeasure = "Avbryt";
    this.resetMap = "#ResetMap";
    this.readMore = "Läs mer om ";
    this.zoomTo = "#ZoomTo";
    this.strShowAllTrips = "#TemaShowAlltrips";
    this.strHideAllTrips = "#TemaHideAlltrips";
    this.strSearchMovie = "#WebTV_SearchMovie";
    this.strAllCountries = "#CLAllCountries";
    this.strSorryXmlHttp = "!#NoSupportForXMLHTTP";
    this.strHelpInfo = "Hjälp";
    this.strCaptionClose = "Stäng";
    this.strCaptionPrint = "Skriv ut";    
    this.strShowDayProgram = "Visa dagsprogram";
    this.strHideDayProgram = "Dölj dagsprogram";
    this.strReadMoreCity = "Läs mer";
    this.strReadLessCity = "Stäng";
    this.strShowMoreFact = "Visa mer fakta";
    this.strHideMoreFact = "Förminska faktaruta";
    this.strInsurancesErrorMessage = "Valet av reseförsäkring för barn ska överensstämma med valet gjort för vuxen ";
}   
var oBaseAppSettings = new BaseAppSettings();
var oBaseAjaxUrls = new BaseAjaxUrls();
var oTUIStrings = new TUIStrings();
