
var G_SEARCHABLE_PROPERTY_CATEGORIES = 
[
    {
        "c_p":"R", 
        "c_d":"Residential"
    }, 
    {
        "c_p":"M", 
        "c_d":"Multi-family (2 to 5 units)"
    }, 
    {
        "c_p":"F", 
        "c_d":"Farm"
    }, 
    {
        "c_p":"C", 
        "c_d":"Commercial"
    }, 
    {
        "c_p":"I", 
        "c_d":"Industriel"
    }, 
    {
        "c_p":"T", 
        "c_d":"Land / Lot"
    }, 
    {
        "c_p":"P", 
        "c_d":"Revenue property"
    }
]

var G_SEARCHABLE_PROPERTY_TYPES = new Array()


G_SEARCHABLE_PROPERTY_TYPES["R"] = 
[
    {
        "d":null, 
        "c_p":"R", 
        "c_e_g_p":"R~"
    }, 
    {
        "d":"Apartment", 
        "c_p":"R", 
        "c_e_g_p":"R~AP"
    }, 
    {
        "d":"Bungalow", 
        "c_p":"R", 
        "c_e_g_p":"R~PP"
    }, 
    {
        "d":"Chalet", 
        "c_p":"R", 
        "c_e_g_p":"R~CH"
    }, 
    {
        "d":"Cottage", 
        "c_p":"R", 
        "c_e_g_p":"R~ME"
    }, 
    {
        "d":"Loft / Studio", 
        "c_p":"R", 
        "c_e_g_p":"R~LS"
    }, 
    {
        "d":"Mobile home", 
        "c_p":"R", 
        "c_e_g_p":"R~MM"
    }, 
    {
        "d":"One-and-a-half-storey house", 
        "c_p":"R", 
        "c_e_g_p":"R~MEM"
    }, 
    {
        "d":"Small farmhouse", 
        "c_p":"R", 
        "c_e_g_p":"R~F"
    }, 
    {
        "d":"Split-level", 
        "c_p":"R", 
        "c_e_g_p":"R~MPM"
    }
]


G_SEARCHABLE_PROPERTY_TYPES["M"] = 
[
    {
        "d":null, 
        "c_p":"M", 
        "c_e_g_p":"M~"
    }, 
    {
        "d":"Duplex", 
        "c_p":"M", 
        "c_e_g_p":"M~2X"
    }, 
    {
        "d":"Quadruplex", 
        "c_p":"M", 
        "c_e_g_p":"M~4X"
    }, 
    {
        "d":"Quintuplex", 
        "c_p":"M", 
        "c_e_g_p":"M~5X"
    }, 
    {
        "d":"Triplex", 
        "c_p":"M", 
        "c_e_g_p":"M~3X"
    }
]


G_SEARCHABLE_PROPERTY_TYPES["F"] = 
[
    {
        "d":null, 
        "c_p":"F", 
        "c_e_g_p":"F~"
    }, 
    {
        "d":"Bungalow", 
        "c_p":"F", 
        "c_e_g_p":"F~PP"
    }, 
    {
        "d":"Cottage", 
        "c_p":"F", 
        "c_e_g_p":"F~ME"
    }, 
    {
        "d":"Mobile home", 
        "c_p":"F", 
        "c_e_g_p":"F~MM"
    }, 
    {
        "d":"No residence", 
        "c_p":"F", 
        "c_e_g_p":"F~PR"
    }, 
    {
        "d":"One-and-a-half-storey house", 
        "c_p":"F", 
        "c_e_g_p":"F~MEM"
    }, 
    {
        "d":"Split-level", 
        "c_p":"F", 
        "c_e_g_p":"F~MPM"
    }
]


G_SEARCHABLE_PROPERTY_TYPES["C"] = 
[
    {
        "d":null, 
        "c_p":"C", 
        "c_e_g_p":"C~"
    }, 
    {
        "d":"Building and business sale", 
        "c_p":"C", 
        "c_e_g_p":"C~BVE"
    }, 
    {
        "d":"Business sale", 
        "c_p":"C", 
        "c_e_g_p":"C~VEN"
    }, 
    {
        "d":"Commercial building and land", 
        "c_p":"C", 
        "c_e_g_p":"C~BTC"
    }, 
    {
        "d":"Commercial building/Office", 
        "c_p":"C", 
        "c_e_g_p":"C~BCB"
    }, 
    {
        "d":"Commercial condo", 
        "c_p":"C", 
        "c_e_g_p":"C~CC"
    }, 
    {
        "d":"Commercial rental space/Office", 
        "c_p":"C", 
        "c_e_g_p":"C~LEC"
    }
]


G_SEARCHABLE_PROPERTY_TYPES["I"] = 
[
    {
        "d":null, 
        "c_p":"I", 
        "c_e_g_p":"I~"
    }, 
    {
        "d":"Industrial building", 
        "c_p":"I", 
        "c_e_g_p":"I~BAI"
    }, 
    {
        "d":"Industrial building and land", 
        "c_p":"I", 
        "c_e_g_p":"I~BTI"
    }, 
    {
        "d":"Industrial condo", 
        "c_p":"I", 
        "c_e_g_p":"I~CI"
    }, 
    {
        "d":"Industrial space leasing", 
        "c_p":"I", 
        "c_e_g_p":"I~LEI"
    }
]


G_SEARCHABLE_PROPERTY_TYPES["T"] = 
[
    {
        "d":null, 
        "c_p":"T", 
        "c_e_g_p":"T~"
    }, 
    {
        "d":"Vacant lot", 
        "c_p":"T", 
        "c_e_g_p":"T~TV"
    }, 
    {
        "d":"Wood lot", 
        "c_p":"T", 
        "c_e_g_p":"T~TB"
    }
]


G_SEARCHABLE_PROPERTY_TYPES["P"] = 
[
    {
        "d":null, 
        "c_p":"P", 
        "c_e_g_p":"P~"
    }
]

var G_SEARCHABLE_BUILDING_TYPES = new Array()


G_SEARCHABLE_BUILDING_TYPES["R"] = 
[
    {
        "c_p":"R", 
        "d":null, 
        "c_e_t_b":"R~"
    }, 
    {
        "c_p":"R", 
        "d":"Attached", 
        "c_e_t_b":"R~RG"
    }, 
    {
        "c_p":"R", 
        "d":"Detached", 
        "c_e_t_b":"R~IS"
    }, 
    {
        "c_p":"R", 
        "d":"Quadrex", 
        "c_e_t_b":"R~QUAD"
    }, 
    {
        "c_p":"R", 
        "d":"Semi-detached", 
        "c_e_t_b":"R~JU"
    }
]


G_SEARCHABLE_BUILDING_TYPES["M"] = 
[
    {
        "c_p":"M", 
        "d":null, 
        "c_e_t_b":"M~"
    }, 
    {
        "c_p":"M", 
        "d":"Attached", 
        "c_e_t_b":"M~RG"
    }, 
    {
        "c_p":"M", 
        "d":"Detached", 
        "c_e_t_b":"M~IS"
    }, 
    {
        "c_p":"M", 
        "d":"Quadrex", 
        "c_e_t_b":"M~QUAD"
    }, 
    {
        "c_p":"M", 
        "d":"Semi-detached", 
        "c_e_t_b":"M~JU"
    }
]


G_SEARCHABLE_BUILDING_TYPES["F"] = 
[
    {
        "c_p":"F", 
        "d":null, 
        "c_e_t_b":"F~"
    }, 
    {
        "c_p":"F", 
        "d":"Attached", 
        "c_e_t_b":"F~RG"
    }, 
    {
        "c_p":"F", 
        "d":"Detached", 
        "c_e_t_b":"F~IS"
    }, 
    {
        "c_p":"F", 
        "d":"Quadrex", 
        "c_e_t_b":"F~QUAD"
    }, 
    {
        "c_p":"F", 
        "d":"Semi-detached", 
        "c_e_t_b":"F~JU"
    }
]


G_SEARCHABLE_BUILDING_TYPES["C"] = 
[
    {
        "c_p":"C", 
        "d":null, 
        "c_e_t_b":"C~"
    }, 
    {
        "c_p":"C", 
        "d":"Attached", 
        "c_e_t_b":"C~RG"
    }, 
    {
        "c_p":"C", 
        "d":"Detached", 
        "c_e_t_b":"C~IS"
    }, 
    {
        "c_p":"C", 
        "d":"Quadrex", 
        "c_e_t_b":"C~QUAD"
    }, 
    {
        "c_p":"C", 
        "d":"Semi-detached", 
        "c_e_t_b":"C~JU"
    }
]


G_SEARCHABLE_BUILDING_TYPES["I"] = 
[
    {
        "c_p":"I", 
        "d":null, 
        "c_e_t_b":"I~"
    }, 
    {
        "c_p":"I", 
        "d":"Attached", 
        "c_e_t_b":"I~RG"
    }, 
    {
        "c_p":"I", 
        "d":"Detached", 
        "c_e_t_b":"I~IS"
    }, 
    {
        "c_p":"I", 
        "d":"Quadrex", 
        "c_e_t_b":"I~QUAD"
    }, 
    {
        "c_p":"I", 
        "d":"Semi-detached", 
        "c_e_t_b":"I~JU"
    }
]


G_SEARCHABLE_BUILDING_TYPES["T"] = 
[
    {
        "c_p":"T", 
        "d":null, 
        "c_e_t_b":"T~"
    }
]


G_SEARCHABLE_BUILDING_TYPES["P"] = 
[
    {
        "c_p":"P", 
        "d":null, 
        "c_e_t_b":"P~"
    }, 
    {
        "c_p":"P", 
        "d":"Attached", 
        "c_e_t_b":"P~RG"
    }, 
    {
        "c_p":"P", 
        "d":"Detached", 
        "c_e_t_b":"P~IS"
    }, 
    {
        "c_p":"P", 
        "d":"Quadrex", 
        "c_e_t_b":"P~QUAD"
    }, 
    {
        "c_p":"P", 
        "d":"Semi-detached", 
        "c_e_t_b":"P~JU"
    }
]

