if(TFI == undefined) {
    var TFI = {};
}

TFI.Const = {
    FRANCE_GEO_AREA_ID: 1,
    WEB_SITE_CANDIDATE_SOURCE_ID: 13,
    EnumTypeGeoAreaId: { Country: 1, Region: 2, Department: 3 },
    EnumRegistrationViewPanels: { NoView: -1, Header: 0, CivilStatus: 1, TargetJob: 2, DefinePassword: 3, Confirmation: 4, Unicity: 5 },
    EnumPersonalProfileViewPanels: { NoView: -1, DisplayProfile: 0, ModifyCivilStatus: 1, ModifyTargetJobAndMobility: 2, ModifySkills: 3, ForgottenPassword: 4, PasswordSuccess: 5 },
    EnumSPASViewPanel: { SelectSector: 0, SelectJobCategory: 1, SelectProfession: 2},
    EnumPageMode: { Create: 0, Edit: 1, Display: 2 },
    EnumMobilityType: { None: 0, Region: 1, Departments: 2, AllFrance: 3, Countries: 4, NoInternacional: 5 },
    DbStatus: { New: 0, Update: 1, Delete: 2, Unchanged: 3 },
    MaxDepartmentsSelected: 4,
    EnumUnicityControl: { unknown: 0, notExist: 1, oneCandidateWithAccount: 2, oneCandidateWithoutAccount: 3, moreThanOne: 4 },
    GeographicalAreaType: { Country: 1, Region: 2, Department: 3, Town: 4, Distrit: 5}   
}
