﻿/// <reference path="jquery-1.4.1.js" />

var agDet = {
    agencyGuid: "c6e05a72-0f11-4998-b6ab-6346a81b7460",
    salesDepts: [1],
    lettingsDepts: [2, 200, 400],
    lettingsSuffix: " PCM",
    currencySymbol: "€",
    podDiv: "#eaSearchPod",
    propPage: "search.html",
    propIframeId: "#PropertiesFrame",
    default_dd_minprice_sales: '',
    default_dd_maxprice_sales: '',
    default_dd_minprice_lettings: 200,
    default_dd_maxprice_lettings: 500
};

var opts_dd_dep = {};
opts_dd_dep[agDet.salesDepts[0]] = "Property for Sale";
opts_dd_dep[agDet.lettingsDepts[0]] = "Property to Let";

var opts_dd_types = { '': 'All Types',
    '1': 'Building Plot/Terrain a Batir',
	'2': 'Farm/Small Holding/Corps de Ferme',
    '3': 'Bungalow/Plein Pied',
    '4': 'House/Maison',
	'5': 'Flat/Apartement',
    '6': 'Town House',
	'7': 'Business/Fonds des Commerces',
	'8': 'Chateau',
	'9': 'Village House/Maison de Village',
	'10': 'Hotel',
	'11': 'Bed and Breakfast/Chambres d Hote',
	'12': 'House + Cottages/Gites Etc',
	'13': 'Wine/Viticole',
	'14': 'Formal/Maison de Maitre',
	'15': 'Large Business',
	'16': 'Not Specified',
	'17': 'Ruin',
	'18': 'Watermill/Moulin',
	'19': 'Camping'
};

var selectedMapAreas = { '36404': false,
    '37672': false, '37670': false, '31652': false,
    '31651': false, '36403': false, '37671': false,
    '38278': false, '36402': false, '43000': false,
    '42999': false, '36398': false, '31653': false
};

var opts_sl_price_sales = {
    priceText: "&lt;&nbsp;Price&nbsp;&gt;",
    min: 100000,
    max: 5000000,
    step: 25000,
    default_min: 100000,
    default_max: 5000000
};
var opts_sl_price_lettings = {
    priceText: "&lt;&nbsp;Price (PCM)&nbsp;&gt;",
    min: 50,
    max: 2000,
    step: 50,
    default_min: 100,
    default_max: 1000
};


var opts_dd_minprice_sales = [100000, 200000, 300000, 400000, 500000, 750000, 1000000, 2000000, 5000000];

// you can replace the line above ^ with the one below if you need different min and max options
var opts_dd_maxprice_sales = [100000, 200000, 300000, 400000, 500000, 750000, 1000000, 2000000, 5000000];

var opts_dd_minprice_lettings = [100, 200, 300, 400, 500, 600, 700, 800, 1000, 1250, 1500, 2000];

var opts_dd_maxprice_lettings = opts_dd_minprice_lettings;
// you can replace the line above ^ with the one below if you need different min and max options
// var dd_maxprice_opts_lettings = [100, 200, 300, 400, 500, 600, 700, 800, 1000, 1250, 1500, 2000];

var opts_dd_areas = {
	"": "All Areas",
    "36403": "Charente",
    "36404": "Charente-Maritime",
	"37670": "Correze",
	"37672": "Creuse",
	"62509": "Deux-Sévres",
	"31652": "Dordogne",
	"43000": "Gers",
	"31651": "Gironde",
	"53113": "Haute-Garonne",
	"37671": "Haute-Vienne",
	"61914": "Hautes-Pyrenees",
	"36398": "Landes",
	"38278": "Lot",
	"31653": "Lot-et-Garonne",
	"42999": "Pyrenees-Atlantiques",
	"36401": "Tarn",
	"36402": "Tarn-et-Garonne",
	"62507": "Vienne"
};
