
function fillCountry(){
// this function is used to fill the category list on load
addOption(document.propertySearch.Country, "All countries", "All countries", "");
addOption(document.propertySearch.Country, "Austria", "Austria", "");
addOption(document.propertySearch.Country, "Canada", "Canada", "");
addOption(document.propertySearch.Country, "France", "France", "");
addOption(document.propertySearch.Country, "Italy", "Italy", "");
addOption(document.propertySearch.Country, "Switzerland", "Switzerland", "");
addOption(document.propertySearch.Country, "USA", "USA", "");
}

function fillRentCountry(){
// this function is used to fill the category list on load
addOption(document.propertySearch.RentCountry, "All countries", "All countries", "");
addOption(document.propertySearch.RentCountry, "Andorra", "Andorra", "");
addOption(document.propertySearch.RentCountry, "Austria", "Austria", "");
addOption(document.propertySearch.RentCountry, "Bulgaria", "Bulgaria", "");
addOption(document.propertySearch.RentCountry, "Canada", "Canada", "");
addOption(document.propertySearch.RentCountry, "France", "France", "");
addOption(document.propertySearch.RentCountry, "Germany", "Germany", "");
addOption(document.propertySearch.RentCountry, "Italy", "Italy", "");
addOption(document.propertySearch.RentCountry, "Slovenia", "Slovenia", "");
addOption(document.propertySearch.RentCountry, "Spain", "Spain", "");
addOption(document.propertySearch.RentCountry, "Sweden", "Sweden", "");
addOption(document.propertySearch.RentCountry, "Switzerland", "Switzerland", "");
addOption(document.propertySearch.RentCountry, "USA", "USA", "");
}

function fillresortSearchCountry(){
// this function is used to fill the category list on load
addOption(document.resortSearch.resortSearchCountry, "All countries", "All countries", "");
addOption(document.resortSearch.resortSearchCountry, "Austria", "Austria", "");
addOption(document.resortSearch.resortSearchCountry, "Canada", "Canada", "");
addOption(document.resortSearch.resortSearchCountry, "France", "France", "");
addOption(document.resortSearch.resortSearchCountry, "Italy", "Italy", "");
addOption(document.resortSearch.resortSearchCountry, "Switzerland", "Switzerland", "");
addOption(document.resortSearch.resortSearchCountry, "USA", "USA", "");
}
//////////////////

function SelectResort(){
// ON selection of category this function will work

removeAllOptions(document.propertySearch.Resort);
addOption(document.propertySearch.Resort, "", "Select Resort", "");

if(document.propertySearch.Country.value == 'All countries'){
addOption(document.propertySearch.Resort,"Alpendorf - St Johann", "Alpendorf - St Johann");
addOption(document.propertySearch.Resort,"Altenmarkt", "Altenmarkt");
addOption(document.propertySearch.Resort,"Anzere", "Anzere");
addOption(document.propertySearch.Resort,"Avoriaz", "Avoriaz");
addOption(document.propertySearch.Resort,"Belle Plagne", "Belle Plagne");
addOption(document.propertySearch.Resort,"Bernex", "Bernex");
addOption(document.propertySearch.Resort,"Big White", "Big White");
addOption(document.propertySearch.Resort,"Cannes", "Cannes");
addOption(document.propertySearch.Resort,"Champery", "Champery");
addOption(document.propertySearch.Resort,"Chateau d'Oex", "Chateau d'Oex");
addOption(document.propertySearch.Resort,"Chatel", "Chatel");
addOption(document.propertySearch.Resort,"Colere", "Colere");
addOption(document.propertySearch.Resort,"Commercial areas", "Commercial areas");
addOption(document.propertySearch.Resort,"Cortina d'Ampezzo", "Cortina d'Ampezzo");
addOption(document.propertySearch.Resort,"Courchevel", "Courchevel");
addOption(document.propertySearch.Resort,"Crans Montana", "Crans Montana");
addOption(document.propertySearch.Resort,"Ellmau - The Tyrol", "Ellmau - The Tyrol");
addOption(document.propertySearch.Resort,"Essert Romand", "Essert Romand");
addOption(document.propertySearch.Resort,"Evian les Bains", "Evian les Bains");
addOption(document.propertySearch.Resort,"Evolene", "Evolene");
addOption(document.propertySearch.Resort,"Flachau", "Flachau");
addOption(document.propertySearch.Resort,"Flaine", "Flaine");
addOption(document.propertySearch.Resort,"Grimentz", "Grimentz");
addOption(document.propertySearch.Resort,"Gstaad", "Gstaad");
addOption(document.propertySearch.Resort,"Haute Nendaz", "Haute Nendaz");
addOption(document.propertySearch.Resort,"Kaprun", "Kaprun");
addOption(document.propertySearch.Resort,"Kirchberg - The Tyrol", "Kirchberg - The Tyrol");
addOption(document.propertySearch.Resort,"La Chapelle D'Abondance", "La Chapelle D'Abondance");
addOption(document.propertySearch.Resort,"La Plagne", "La Plagne");
addOption(document.propertySearch.Resort,"La Tzoumaz", "La Tzoumaz");
addOption(document.propertySearch.Resort,"Leogang", "Leogang");
addOption(document.propertySearch.Resort,"Les Carroz", "Les Carroz");
addOption(document.propertySearch.Resort,"Les Collons", "Les Collons");
addOption(document.propertySearch.Resort,"Les Deux Alpes", "Les Deux Alpes");
addOption(document.propertySearch.Resort,"Les Diablerets", "Les Diablerets");
addOption(document.propertySearch.Resort,"Les Gets", "Les Gets");
addOption(document.propertySearch.Resort,"Leysin", "Leysin");
addOption(document.propertySearch.Resort,"Limoges-Chateau de la Cazine", "Limoges-Chateau de la Cazine");
addOption(document.propertySearch.Resort,"Megeve", "Megeve");
addOption(document.propertySearch.Resort,"Meribel", "Meribel");
addOption(document.propertySearch.Resort,"Mittersill", "Mittersill");
addOption(document.propertySearch.Resort,"Mont Tremblant", "Mont Tremblant");
addOption(document.propertySearch.Resort,"Montriond", "Montriond");
addOption(document.propertySearch.Resort,"Morzine", "Morzine");
addOption(document.propertySearch.Resort,"Nax", "Nax");
addOption(document.propertySearch.Resort,"Park City - Deer Valley", "Park City - Deer Valley");
addOption(document.propertySearch.Resort,"Park City - Mountain Resort", "Park City - Mountain Resort");
addOption(document.propertySearch.Resort,"Park City - The Canyons", "Park City - The Canyons");
addOption(document.propertySearch.Resort,"Rougemont", "Rougemont");
addOption(document.propertySearch.Resort,"Russbach", "Russbach");
addOption(document.propertySearch.Resort,"Saalbach - Hinterglemm", "Saalbach - Hinterglemm");
addOption(document.propertySearch.Resort,"Saint Gervais", "Saint Gervais");
addOption(document.propertySearch.Resort,"Saint Martin de Belleville", "Saint Martin de Belleville");
addOption(document.propertySearch.Resort,"Samoens", "Samoens");
addOption(document.propertySearch.Resort,"Scheffau - The Tyrol", "Scheffau - The Tyrol");
addOption(document.propertySearch.Resort,"Schladming", "Schladming");
addOption(document.propertySearch.Resort,"Serre Chevalier", "Serre Chevalier");
addOption(document.propertySearch.Resort,"St Jean d'Aulps", "St Jean d'Aulps");
addOption(document.propertySearch.Resort,"St-Foy-Tarentaise", "St-Foy-Tarentaise");
addOption(document.propertySearch.Resort,"Thollon les Memises", "Thollon les Memises");
addOption(document.propertySearch.Resort,"Thonon les Bains", "Thonon les Bains");
addOption(document.propertySearch.Resort,"Tignes", "Tignes");
addOption(document.propertySearch.Resort,"Val d'lsere", "Val d'lsere");
addOption(document.propertySearch.Resort,"Verbier", "Verbier");
addOption(document.propertySearch.Resort,"Vercorin", "Vercorin");
addOption(document.propertySearch.Resort,"Vermont", "Vermont");
addOption(document.propertySearch.Resort,"Vermont - Okemo Ski Resort", "Vermont - Okemo Ski Resort");
addOption(document.propertySearch.Resort,"Veysonnaz", "Veysonnaz");
addOption(document.propertySearch.Resort,"Villars", "Villars");
addOption(document.propertySearch.Resort,"Winter Park", "Winter Park");
addOption(document.propertySearch.Resort,"Zell am See", "Zell am See");
addOption(document.propertySearch.Resort,"Zermatt", "Zermatt");
}
if(document.propertySearch.Country.value == 'Austria'){
addOption(document.propertySearch.Resort,"Alpendorf - St Johann", "Alpendorf - St Johann");
addOption(document.propertySearch.Resort,"Altenmarkt", "Altenmarkt");
addOption(document.propertySearch.Resort,"Ellmau - The Tyrol", "Ellmau - The Tyrol");
addOption(document.propertySearch.Resort,"Flachau", "Flachau");
addOption(document.propertySearch.Resort,"Kaprun", "Kaprun");
addOption(document.propertySearch.Resort,"Kirchberg - The Tyrol", "Kirchberg - The Tyrol");
addOption(document.propertySearch.Resort,"Leogang", "Leogang");
addOption(document.propertySearch.Resort,"Mittersill", "Mittersill");
addOption(document.propertySearch.Resort,"Russbach", "Russbach");
addOption(document.propertySearch.Resort,"Saalbach - Hinterglemm", "Saalbach - Hinterglemm");
addOption(document.propertySearch.Resort,"Scheffau - The Tyrol", "Scheffau - The Tyrol");
addOption(document.propertySearch.Resort,"Schladming", "Schladming");
addOption(document.propertySearch.Resort,"Zell am See", "Zell am See");
}
if(document.propertySearch.Country.value == 'Canada'){
addOption(document.propertySearch.Resort,"Big White", "Big White");
addOption(document.propertySearch.Resort,"Mont Tremblant", "Mont Tremblant");
}
if(document.propertySearch.Country.value == 'France'){
addOption(document.propertySearch.Resort,"Avoriaz", "Avoriaz");
addOption(document.propertySearch.Resort,"Belle Plagne", "Belle Plagne");
addOption(document.propertySearch.Resort,"Bernex", "Bernex");
addOption(document.propertySearch.Resort,"Cannes", "Cannes");
addOption(document.propertySearch.Resort,"Chatel", "Chatel");
addOption(document.propertySearch.Resort,"Courchevel", "Courchevel");
addOption(document.propertySearch.Resort,"Essert Romand", "Essert Romand");
addOption(document.propertySearch.Resort,"Evian les Bains", "Evian les Bains");
addOption(document.propertySearch.Resort,"Flaine", "Flaine");
addOption(document.propertySearch.Resort,"La Chapelle D'Abondance", "La Chapelle D'Abondance");
addOption(document.propertySearch.Resort,"La Plagne", "La Plagne");
addOption(document.propertySearch.Resort,"Les Carroz", "Les Carroz");
addOption(document.propertySearch.Resort,"Les Deux Alpes", "Les Deux Alpes");
addOption(document.propertySearch.Resort,"Les Gets", "Les Gets");
addOption(document.propertySearch.Resort,"Limoges-Chateau de la Cazine", "Limoges-Chateau de la Cazine");
addOption(document.propertySearch.Resort,"Megeve", "Megeve");
addOption(document.propertySearch.Resort,"Meribel", "Meribel");
addOption(document.propertySearch.Resort,"Montriond", "Montriond");
addOption(document.propertySearch.Resort,"Morzine", "Morzine");
addOption(document.propertySearch.Resort,"Saint Gervais", "Saint Gervais");
addOption(document.propertySearch.Resort,"Saint Martin de Belleville", "Saint Martin de Belleville");
addOption(document.propertySearch.Resort,"Samoens", "Samoens");
addOption(document.propertySearch.Resort,"Serre Chevalier", "Serre Chevalier");
addOption(document.propertySearch.Resort,"St Jean d'Aulps", "St Jean d'Aulps");
addOption(document.propertySearch.Resort,"St-Foy-Tarentaise", "St-Foy-Tarentaise");
addOption(document.propertySearch.Resort,"Thollon les Memises", "Thollon les Memises");
addOption(document.propertySearch.Resort,"Thonon les Bains", "Thonon les Bains");
addOption(document.propertySearch.Resort,"Tignes", "Tignes");
addOption(document.propertySearch.Resort,"Val d'lsere", "Val d'lsere");
}
if(document.propertySearch.Country.value == 'Italy'){
addOption(document.propertySearch.Resort,"Colere", "Colere");
addOption(document.propertySearch.Resort,"Cortina d'Ampezzo", "Cortina d'Ampezzo");
}
if(document.propertySearch.Country.value == 'Switzerland'){
addOption(document.propertySearch.Resort,"Anzere", "Anzere");
addOption(document.propertySearch.Resort,"Champery", "Champery");
addOption(document.propertySearch.Resort,"Chateau d'Oex", "Chateau d'Oex");
addOption(document.propertySearch.Resort,"Commercial areas", "Commercial areas");
addOption(document.propertySearch.Resort,"Crans Montana", "Crans Montana");
addOption(document.propertySearch.Resort,"Evolene", "Evolene");
addOption(document.propertySearch.Resort,"Grimentz", "Grimentz");
addOption(document.propertySearch.Resort,"Gstaad", "Gstaad");
addOption(document.propertySearch.Resort,"Haute Nendaz", "Haute Nendaz");
addOption(document.propertySearch.Resort,"La Tzoumaz", "La Tzoumaz");
addOption(document.propertySearch.Resort,"Les Collons", "Les Collons");
addOption(document.propertySearch.Resort,"Les Diablerets", "Les Diablerets");
addOption(document.propertySearch.Resort,"Leysin", "Leysin");
addOption(document.propertySearch.Resort,"Nax", "Nax");
addOption(document.propertySearch.Resort,"Rougemont", "Rougemont");
addOption(document.propertySearch.Resort,"Verbier", "Verbier");
addOption(document.propertySearch.Resort,"Vercorin", "Vercorin");
addOption(document.propertySearch.Resort,"Veysonnaz", "Veysonnaz");
addOption(document.propertySearch.Resort,"Villars", "Villars");
addOption(document.propertySearch.Resort,"Zermatt", "Zermatt");
}
if(document.propertySearch.Country.value == 'USA'){
addOption(document.propertySearch.Resort,"Park City - Deer Valley", "Park City - Deer Valley");
addOption(document.propertySearch.Resort,"Park City - Mountain Resort", "Park City - Mountain Resort");
addOption(document.propertySearch.Resort,"Park City - The Canyons", "Park City - The Canyons");
addOption(document.propertySearch.Resort,"Vermont", "Vermont");
addOption(document.propertySearch.Resort,"Vermont - Okemo Ski Resort", "Vermont - Okemo Ski Resort");
addOption(document.propertySearch.Resort,"Winter Park", "Winter Park");
}

}
//////////////////

function SelectRentResort(){
// ON selection of category this function will work

removeAllOptions(document.propertySearch.RentResort);
addOption(document.propertySearch.RentResort, "", "Select Resort", "");

if(document.propertySearch.RentCountry.value == 'All countries'){
addOption(document.propertySearch.RentResort,"Abondence", "Abondence");
addOption(document.propertySearch.RentResort,"Adelboden", "Adelboden");
addOption(document.propertySearch.RentResort,"Alagna", "Alagna");
addOption(document.propertySearch.RentResort,"Alpbach", "Alpbach");
addOption(document.propertySearch.RentResort,"Alpe d'Huez", "Alpe d'Huez");
addOption(document.propertySearch.RentResort,"Alta", "Alta");
addOption(document.propertySearch.RentResort,"Andermatt", "Andermatt");
addOption(document.propertySearch.RentResort,"Anzere", "Anzere");
addOption(document.propertySearch.RentResort,"Arabba -Sella Ronda", "Arabba -Sella Ronda");
addOption(document.propertySearch.RentResort,"Are", "Are");
addOption(document.propertySearch.RentResort,"Argientiere", "Argientiere");
addOption(document.propertySearch.RentResort,"Arinsal", "Arinsal");
addOption(document.propertySearch.RentResort,"Aspen", "Aspen");
addOption(document.propertySearch.RentResort,"Aurach", "Aurach");
addOption(document.propertySearch.RentResort,"Avoriaz", "Avoriaz");
addOption(document.propertySearch.RentResort,"Bad Gastein", "Bad Gastein");
addOption(document.propertySearch.RentResort,"Bad Hofgastein", "Bad Hofgastein");
addOption(document.propertySearch.RentResort,"Bad Kleinkirchheim", "Bad Kleinkirchheim");
addOption(document.propertySearch.RentResort,"Badia - Sella Ronda", "Badia - Sella Ronda");
addOption(document.propertySearch.RentResort,"Banff", "Banff");
addOption(document.propertySearch.RentResort,"Bansko", "Bansko");
addOption(document.propertySearch.RentResort,"Baqueira - Beret", "Baqueira - Beret");
addOption(document.propertySearch.RentResort,"Barages", "Barages");
addOption(document.propertySearch.RentResort,"Bardonecchia", "Bardonecchia");
addOption(document.propertySearch.RentResort,"Beaver Creek", "Beaver Creek");
addOption(document.propertySearch.RentResort,"Bernex", "Bernex");
addOption(document.propertySearch.RentResort,"Big Sky", "Big Sky");
addOption(document.propertySearch.RentResort,"Big White", "Big White");
addOption(document.propertySearch.RentResort,"Bled", "Bled");
addOption(document.propertySearch.RentResort,"Bormio", "Bormio");
addOption(document.propertySearch.RentResort,"Borovets", "Borovets");
addOption(document.propertySearch.RentResort,"Brekenridge", "Brekenridge");
addOption(document.propertySearch.RentResort,"Brides les Bains", "Brides les Bains");
addOption(document.propertySearch.RentResort,"Cervinia", "Cervinia");
addOption(document.propertySearch.RentResort,"Chamonix", "Chamonix");
addOption(document.propertySearch.RentResort,"Champery", "Champery");
addOption(document.propertySearch.RentResort,"Champex Lac", "Champex Lac");
addOption(document.propertySearch.RentResort,"Champoluc", "Champoluc");
addOption(document.propertySearch.RentResort,"Chamrousse", "Chamrousse");
addOption(document.propertySearch.RentResort,"Chandolin", "Chandolin");
addOption(document.propertySearch.RentResort,"Chateau d'Oex", "Chateau d'Oex");
addOption(document.propertySearch.RentResort,"Chatel", "Chatel");
addOption(document.propertySearch.RentResort,"Claviere", "Claviere");
addOption(document.propertySearch.RentResort,"Colfosco - Sella Ronda", "Colfosco - Sella Ronda");
addOption(document.propertySearch.RentResort,"Copper Mountain", "Copper Mountain");
addOption(document.propertySearch.RentResort,"Cortina d'Ampezzo", "Cortina d'Ampezzo");
addOption(document.propertySearch.RentResort,"Corvara - Sella Ronda", "Corvara - Sella Ronda");
addOption(document.propertySearch.RentResort,"Courcheval", "Courcheval");
addOption(document.propertySearch.RentResort,"Courmayeur", "Courmayeur");
addOption(document.propertySearch.RentResort,"Crans Montana", "Crans Montana");
addOption(document.propertySearch.RentResort,"Davos", "Davos");
addOption(document.propertySearch.RentResort,"Dienten - Hochkonig", "Dienten - Hochkonig");
addOption(document.propertySearch.RentResort,"Ellmau", "Ellmau");
addOption(document.propertySearch.RentResort,"Engelberg", "Engelberg");
addOption(document.propertySearch.RentResort,"Evian les Bains", "Evian les Bains");
addOption(document.propertySearch.RentResort,"Evolene", "Evolene");
addOption(document.propertySearch.RentResort,"Fernie", "Fernie");
addOption(document.propertySearch.RentResort,"Finkenberg", "Finkenberg");
addOption(document.propertySearch.RentResort,"Flaine", "Flaine");
addOption(document.propertySearch.RentResort,"Formigal", "Formigal");
addOption(document.propertySearch.RentResort,"Fulpmes", "Fulpmes");
addOption(document.propertySearch.RentResort,"Galtur", "Galtur");
addOption(document.propertySearch.RentResort,"Garmisch Partenkirchen", "Garmisch Partenkirchen");
addOption(document.propertySearch.RentResort,"Gressoney", "Gressoney");
addOption(document.propertySearch.RentResort,"Grimentz", "Grimentz");
addOption(document.propertySearch.RentResort,"Grindelwald", "Grindelwald");
addOption(document.propertySearch.RentResort,"Gstaad", "Gstaad");
addOption(document.propertySearch.RentResort,"Haute Nendaz", "Haute Nendaz");
addOption(document.propertySearch.RentResort,"Hinterglemm", "Hinterglemm");
addOption(document.propertySearch.RentResort,"Hintermoos - Hochkonig", "Hintermoos - Hochkonig");
addOption(document.propertySearch.RentResort,"Hinterthal - Hochkonig", "Hinterthal - Hochkonig");
addOption(document.propertySearch.RentResort,"Hintertux", "Hintertux");
addOption(document.propertySearch.RentResort,"Hochgurgl", "Hochgurgl");
addOption(document.propertySearch.RentResort,"Igls", "Igls");
addOption(document.propertySearch.RentResort,"Innsbruck", "Innsbruck");
addOption(document.propertySearch.RentResort,"Interlaken", "Interlaken");
addOption(document.propertySearch.RentResort,"Ischgl", "Ischgl");
addOption(document.propertySearch.RentResort,"Itter", "Itter");
addOption(document.propertySearch.RentResort,"Jackson Hole", "Jackson Hole");
addOption(document.propertySearch.RentResort,"Jasper", "Jasper");
addOption(document.propertySearch.RentResort,"Kaprun", "Kaprun");
addOption(document.propertySearch.RentResort,"Keystone", "Keystone");
addOption(document.propertySearch.RentResort,"Kicking Horse", "Kicking Horse");
addOption(document.propertySearch.RentResort,"Killington", "Killington");
addOption(document.propertySearch.RentResort,"Kirchdorf", "Kirchdorf");
addOption(document.propertySearch.RentResort,"Kitzbuhel", "Kitzbuhel");
addOption(document.propertySearch.RentResort,"Klosters", "Klosters");
addOption(document.propertySearch.RentResort,"Kranjska Gora", "Kranjska Gora");
addOption(document.propertySearch.RentResort,"Kuhtai", "Kuhtai");
addOption(document.propertySearch.RentResort,"La Chapelle d'Abondence", "La Chapelle d'Abondence");
addOption(document.propertySearch.RentResort,"La Clusaz", "La Clusaz");
addOption(document.propertySearch.RentResort,"La Grave", "La Grave");
addOption(document.propertySearch.RentResort,"La Mongie", "La Mongie");
addOption(document.propertySearch.RentResort,"La Plagne", "La Plagne");
addOption(document.propertySearch.RentResort,"La Rosiere", "La Rosiere");
addOption(document.propertySearch.RentResort,"La Tania", "La Tania");
addOption(document.propertySearch.RentResort,"La Thuile", "La Thuile");
addOption(document.propertySearch.RentResort,"La Toussuire", "La Toussuire");
addOption(document.propertySearch.RentResort,"La Triniti", "La Triniti");
addOption(document.propertySearch.RentResort,"La Tzoumaz", "La Tzoumaz");
addOption(document.propertySearch.RentResort,"La Villa - Sella Ronda", "La Villa - Sella Ronda");
addOption(document.propertySearch.RentResort,"Laax", "Laax");
addOption(document.propertySearch.RentResort,"Lake Louise", "Lake Louise");
addOption(document.propertySearch.RentResort,"Lake Tahoe", "Lake Tahoe");
addOption(document.propertySearch.RentResort,"Lanersbach", "Lanersbach");
addOption(document.propertySearch.RentResort,"Lauterbrunnen", "Lauterbrunnen");
addOption(document.propertySearch.RentResort,"Le Corbier", "Le Corbier");
addOption(document.propertySearch.RentResort,"Le Tour", "Le Tour");
addOption(document.propertySearch.RentResort,"Lech", "Lech");
addOption(document.propertySearch.RentResort,"Lenggries", "Lenggries");
addOption(document.propertySearch.RentResort,"Les Arcs", "Les Arcs");
addOption(document.propertySearch.RentResort,"Les Bottieres", "Les Bottieres");
addOption(document.propertySearch.RentResort,"Les Collons", "Les Collons");
addOption(document.propertySearch.RentResort,"Les Contamines", "Les Contamines");
addOption(document.propertySearch.RentResort,"Les Deux Alps", "Les Deux Alps");
addOption(document.propertySearch.RentResort,"Les Diablerets", "Les Diablerets");
addOption(document.propertySearch.RentResort,"Les Gets", "Les Gets");
addOption(document.propertySearch.RentResort,"Les Houches", "Les Houches");
addOption(document.propertySearch.RentResort,"Les Masses", "Les Masses");
addOption(document.propertySearch.RentResort,"Les Menuires", "Les Menuires");
addOption(document.propertySearch.RentResort,"Leukerbad", "Leukerbad");
addOption(document.propertySearch.RentResort,"Leysin", "Leysin");
addOption(document.propertySearch.RentResort,"Livigno", "Livigno");
addOption(document.propertySearch.RentResort,"Maddona di Campiglio", "Maddona di Campiglio");
addOption(document.propertySearch.RentResort,"Mamouth", "Mamouth");
addOption(document.propertySearch.RentResort,"Maria Alm - Hochkonig", "Maria Alm - Hochkonig");
addOption(document.propertySearch.RentResort,"Mayens de Chamoson", "Mayens de Chamoson");
addOption(document.propertySearch.RentResort,"Mayrhofen", "Mayrhofen");
addOption(document.propertySearch.RentResort,"Megeve", "Megeve");
addOption(document.propertySearch.RentResort,"Meribel", "Meribel");
addOption(document.propertySearch.RentResort,"Mittenwald", "Mittenwald");
addOption(document.propertySearch.RentResort,"Montgenevre", "Montgenevre");
addOption(document.propertySearch.RentResort,"Montreux", "Montreux");
addOption(document.propertySearch.RentResort,"Montriod", "Montriod");
addOption(document.propertySearch.RentResort,"Morgins", "Morgins");
addOption(document.propertySearch.RentResort,"Morzine", "Morzine");
addOption(document.propertySearch.RentResort,"Mottaret", "Mottaret");
addOption(document.propertySearch.RentResort,"Muhlbach - Hochkonig", "Muhlbach - Hochkonig");
addOption(document.propertySearch.RentResort,"Murren", "Murren");
addOption(document.propertySearch.RentResort,"Mutters - Gotzens", "Mutters - Gotzens");
addOption(document.propertySearch.RentResort,"Neustift", "Neustift");
addOption(document.propertySearch.RentResort,"Oberammergau", "Oberammergau");
addOption(document.propertySearch.RentResort,"Obergurgl", "Obergurgl");
addOption(document.propertySearch.RentResort,"Oberperfuss", "Oberperfuss");
addOption(document.propertySearch.RentResort,"Obersdorf", "Obersdorf");
addOption(document.propertySearch.RentResort,"Obertauern", "Obertauern");
addOption(document.propertySearch.RentResort,"Okema", "Okema");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Ovronnaz", "Ovronnaz");
addOption(document.propertySearch.RentResort,"Pamporovo", "Pamporovo");
addOption(document.propertySearch.RentResort,"Panorama", "Panorama");
addOption(document.propertySearch.RentResort,"Park City - Deer Valley", "Park City - Deer Valley");
addOption(document.propertySearch.RentResort,"Park City - Park City", "Park City - Park City");
addOption(document.propertySearch.RentResort,"Park City - The Canyons", "Park City - The Canyons");
addOption(document.propertySearch.RentResort,"Pas de la Casa", "Pas de la Casa");
addOption(document.propertySearch.RentResort,"Passo Tonale", "Passo Tonale");
addOption(document.propertySearch.RentResort,"Pila", "Pila");
addOption(document.propertySearch.RentResort,"Puy St Vincent", "Puy St Vincent");
addOption(document.propertySearch.RentResort,"Rauris", "Rauris");
addOption(document.propertySearch.RentResort,"Revelstoke", "Revelstoke");
addOption(document.propertySearch.RentResort,"Risoul", "Risoul");
addOption(document.propertySearch.RentResort,"Rougemont", "Rougemont");
addOption(document.propertySearch.RentResort,"Saalbach", "Saalbach");
addOption(document.propertySearch.RentResort,"Saas Fe", "Saas Fe");
addOption(document.propertySearch.RentResort,"Samoens", "Samoens");
addOption(document.propertySearch.RentResort,"San Cassiano - Sella Ronda", "San Cassiano - Sella Ronda");
addOption(document.propertySearch.RentResort,"Sansicario", "Sansicario");
addOption(document.propertySearch.RentResort,"Sauze d'Oulx", "Sauze d'Oulx");
addOption(document.propertySearch.RentResort,"Scheffau", "Scheffau");
addOption(document.propertySearch.RentResort,"Schladming", "Schladming");
addOption(document.propertySearch.RentResort,"Seefeld", "Seefeld");
addOption(document.propertySearch.RentResort,"Selva", "Selva");
addOption(document.propertySearch.RentResort,"Serre Chevalier", "Serre Chevalier");
addOption(document.propertySearch.RentResort,"Sestriere", "Sestriere");
addOption(document.propertySearch.RentResort,"Seytroux", "Seytroux");
addOption(document.propertySearch.RentResort,"Sierra Nevada", "Sierra Nevada");
addOption(document.propertySearch.RentResort,"Silver Star", "Silver Star");
addOption(document.propertySearch.RentResort,"Siviez", "Siviez");
addOption(document.propertySearch.RentResort,"Snowbird", "Snowbird");
addOption(document.propertySearch.RentResort,"Snowmass", "Snowmass");
addOption(document.propertySearch.RentResort,"Solden", "Solden");
addOption(document.propertySearch.RentResort,"Soldeu", "Soldeu");
addOption(document.propertySearch.RentResort,"Soll", "Soll");
addOption(document.propertySearch.RentResort,"Squaw Valley", "Squaw Valley");
addOption(document.propertySearch.RentResort,"St Anton", "St Anton");
addOption(document.propertySearch.RentResort,"St Colomban des Villards", "St Colomban des Villards");
addOption(document.propertySearch.RentResort,"St Jean d'Arves", "St Jean d'Arves");
addOption(document.propertySearch.RentResort,"St Jean d'Aulps", "St Jean d'Aulps");
addOption(document.propertySearch.RentResort,"St Johann", "St Johann");
addOption(document.propertySearch.RentResort,"St Luc", "St Luc");
addOption(document.propertySearch.RentResort,"St Martin de Belleville", "St Martin de Belleville");
addOption(document.propertySearch.RentResort,"St Moritz", "St Moritz");
addOption(document.propertySearch.RentResort,"St Sorlin d'Arves", "St Sorlin d'Arves");
addOption(document.propertySearch.RentResort,"St Wolfgang", "St Wolfgang");
addOption(document.propertySearch.RentResort,"Ste Foy", "Ste Foy");
addOption(document.propertySearch.RentResort,"Steamboat", "Steamboat");
addOption(document.propertySearch.RentResort,"Stowe", "Stowe");
addOption(document.propertySearch.RentResort,"Stratton", "Stratton");
addOption(document.propertySearch.RentResort,"Sun Peaks", "Sun Peaks");
addOption(document.propertySearch.RentResort,"Telfes", "Telfes");
addOption(document.propertySearch.RentResort,"Telluride", "Telluride");
addOption(document.propertySearch.RentResort,"Thonon les Bains", "Thonon les Bains");
addOption(document.propertySearch.RentResort,"Thyon", "Thyon");
addOption(document.propertySearch.RentResort,"Tignes", "Tignes");
addOption(document.propertySearch.RentResort,"Tremblant", "Tremblant");
addOption(document.propertySearch.RentResort,"Trentino", "Trentino");
addOption(document.propertySearch.RentResort,"Vail", "Vail");
addOption(document.propertySearch.RentResort,"Val Cenis", "Val Cenis");
addOption(document.propertySearch.RentResort,"Val d'Isere", "Val d'Isere");
addOption(document.propertySearch.RentResort,"Val di Fassa", "Val di Fassa");
addOption(document.propertySearch.RentResort,"Val Thorens", "Val Thorens");
addOption(document.propertySearch.RentResort,"Valloire", "Valloire");
addOption(document.propertySearch.RentResort,"Vallorcine", "Vallorcine");
addOption(document.propertySearch.RentResort,"Valmeinier", "Valmeinier");
addOption(document.propertySearch.RentResort,"Valmorel", "Valmorel");
addOption(document.propertySearch.RentResort,"Vars", "Vars");
addOption(document.propertySearch.RentResort,"Verbier", "Verbier");
addOption(document.propertySearch.RentResort,"Verbier - Bruson", "Verbier - Bruson");
addOption(document.propertySearch.RentResort,"Verbier - Le Chable", "Verbier - Le Chable");
addOption(document.propertySearch.RentResort,"Vercorin", "Vercorin");
addOption(document.propertySearch.RentResort,"Veysonnaz", "Veysonnaz");
addOption(document.propertySearch.RentResort,"Villars", "Villars");
addOption(document.propertySearch.RentResort,"Villars - Barboleuse", "Villars - Barboleuse");
addOption(document.propertySearch.RentResort,"Villars - Gryon", "Villars - Gryon");
addOption(document.propertySearch.RentResort,"Vorderlanersbach", "Vorderlanersbach");
addOption(document.propertySearch.RentResort,"Wengen", "Wengen");
addOption(document.propertySearch.RentResort,"Westendorf", "Westendorf");
addOption(document.propertySearch.RentResort,"Whistler", "Whistler");
addOption(document.propertySearch.RentResort,"Winter Park", "Winter Park");
addOption(document.propertySearch.RentResort,"Zell am See", "Zell am See");
addOption(document.propertySearch.RentResort,"Zell am Ziller", "Zell am Ziller");
addOption(document.propertySearch.RentResort,"Zermatt", "Zermatt");
addOption(document.propertySearch.RentResort,"Zinal", "Zinal");
addOption(document.propertySearch.RentResort,"Zurs", "Zurs");
addOption(document.propertySearch.RentResort,"Zweisimmen", "Zweisimmen");
}
if(document.propertySearch.RentCountry.value == 'Andorra'){
addOption(document.propertySearch.RentResort,"Arinsal", "Arinsal");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Pas de la Casa", "Pas de la Casa");
addOption(document.propertySearch.RentResort,"Soldeu", "Soldeu");
}
if(document.propertySearch.RentCountry.value == 'Austria'){
addOption(document.propertySearch.RentResort,"Alpbach", "Alpbach");
addOption(document.propertySearch.RentResort,"Aurach", "Aurach");
addOption(document.propertySearch.RentResort,"Bad Gastein", "Bad Gastein");
addOption(document.propertySearch.RentResort,"Bad Hofgastein", "Bad Hofgastein");
addOption(document.propertySearch.RentResort,"Bad Kleinkirchheim", "Bad Kleinkirchheim");
addOption(document.propertySearch.RentResort,"Dienten - Hochkonig", "Dienten - Hochkonig");
addOption(document.propertySearch.RentResort,"Ellmau", "Ellmau");
addOption(document.propertySearch.RentResort,"Finkenberg", "Finkenberg");
addOption(document.propertySearch.RentResort,"Fulpmes", "Fulpmes");
addOption(document.propertySearch.RentResort,"Galtur", "Galtur");
addOption(document.propertySearch.RentResort,"Hinterglemm", "Hinterglemm");
addOption(document.propertySearch.RentResort,"Hintermoos - Hochkonig", "Hintermoos - Hochkonig");
addOption(document.propertySearch.RentResort,"Hinterthal - Hochkonig", "Hinterthal - Hochkonig");
addOption(document.propertySearch.RentResort,"Hintertux", "Hintertux");
addOption(document.propertySearch.RentResort,"Hochgurgl", "Hochgurgl");
addOption(document.propertySearch.RentResort,"Igls", "Igls");
addOption(document.propertySearch.RentResort,"Innsbruck", "Innsbruck");
addOption(document.propertySearch.RentResort,"Ischgl", "Ischgl");
addOption(document.propertySearch.RentResort,"Itter", "Itter");
addOption(document.propertySearch.RentResort,"Kaprun", "Kaprun");
addOption(document.propertySearch.RentResort,"Kirchdorf", "Kirchdorf");
addOption(document.propertySearch.RentResort,"Kitzbuhel", "Kitzbuhel");
addOption(document.propertySearch.RentResort,"Kuhtai", "Kuhtai");
addOption(document.propertySearch.RentResort,"Lanersbach", "Lanersbach");
addOption(document.propertySearch.RentResort,"Lech", "Lech");
addOption(document.propertySearch.RentResort,"Maria Alm - Hochkonig", "Maria Alm - Hochkonig");
addOption(document.propertySearch.RentResort,"Mayrhofen", "Mayrhofen");
addOption(document.propertySearch.RentResort,"Muhlbach - Hochkonig", "Muhlbach - Hochkonig");
addOption(document.propertySearch.RentResort,"Mutters - Gotzens", "Mutters - Gotzens");
addOption(document.propertySearch.RentResort,"Neustift", "Neustift");
addOption(document.propertySearch.RentResort,"Obergurgl", "Obergurgl");
addOption(document.propertySearch.RentResort,"Oberperfuss", "Oberperfuss");
addOption(document.propertySearch.RentResort,"Obertauern", "Obertauern");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Rauris", "Rauris");
addOption(document.propertySearch.RentResort,"Saalbach", "Saalbach");
addOption(document.propertySearch.RentResort,"Scheffau", "Scheffau");
addOption(document.propertySearch.RentResort,"Schladming", "Schladming");
addOption(document.propertySearch.RentResort,"Seefeld", "Seefeld");
addOption(document.propertySearch.RentResort,"Solden", "Solden");
addOption(document.propertySearch.RentResort,"Soll", "Soll");
addOption(document.propertySearch.RentResort,"St Anton", "St Anton");
addOption(document.propertySearch.RentResort,"St Johann", "St Johann");
addOption(document.propertySearch.RentResort,"St Wolfgang", "St Wolfgang");
addOption(document.propertySearch.RentResort,"Telfes", "Telfes");
addOption(document.propertySearch.RentResort,"Vorderlanersbach", "Vorderlanersbach");
addOption(document.propertySearch.RentResort,"Westendorf", "Westendorf");
addOption(document.propertySearch.RentResort,"Zell am See", "Zell am See");
addOption(document.propertySearch.RentResort,"Zell am Ziller", "Zell am Ziller");
addOption(document.propertySearch.RentResort,"Zurs", "Zurs");
}
if(document.propertySearch.RentCountry.value == 'Bulgaria'){
addOption(document.propertySearch.RentResort,"Bansko", "Bansko");
addOption(document.propertySearch.RentResort,"Borovets", "Borovets");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Pamporovo", "Pamporovo");
}
if(document.propertySearch.RentCountry.value == 'Canada'){
addOption(document.propertySearch.RentResort,"Banff", "Banff");
addOption(document.propertySearch.RentResort,"Big White", "Big White");
addOption(document.propertySearch.RentResort,"Fernie", "Fernie");
addOption(document.propertySearch.RentResort,"Jasper", "Jasper");
addOption(document.propertySearch.RentResort,"Kicking Horse", "Kicking Horse");
addOption(document.propertySearch.RentResort,"Lake Louise", "Lake Louise");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Panorama", "Panorama");
addOption(document.propertySearch.RentResort,"Revelstoke", "Revelstoke");
addOption(document.propertySearch.RentResort,"Silver Star", "Silver Star");
addOption(document.propertySearch.RentResort,"Sun Peaks", "Sun Peaks");
addOption(document.propertySearch.RentResort,"Tremblant", "Tremblant");
addOption(document.propertySearch.RentResort,"Whistler", "Whistler");
}
if(document.propertySearch.RentCountry.value == 'France'){
addOption(document.propertySearch.RentResort,"Abondence", "Abondence");
addOption(document.propertySearch.RentResort,"Alpe d'Huez", "Alpe d'Huez");
addOption(document.propertySearch.RentResort,"Argientiere", "Argientiere");
addOption(document.propertySearch.RentResort,"Avoriaz", "Avoriaz");
addOption(document.propertySearch.RentResort,"Barages", "Barages");
addOption(document.propertySearch.RentResort,"Bernex", "Bernex");
addOption(document.propertySearch.RentResort,"Brides les Bains", "Brides les Bains");
addOption(document.propertySearch.RentResort,"Chamonix", "Chamonix");
addOption(document.propertySearch.RentResort,"Chamrousse", "Chamrousse");
addOption(document.propertySearch.RentResort,"Chatel", "Chatel");
addOption(document.propertySearch.RentResort,"Courcheval", "Courcheval");
addOption(document.propertySearch.RentResort,"Evian les Bains", "Evian les Bains");
addOption(document.propertySearch.RentResort,"Flaine", "Flaine");
addOption(document.propertySearch.RentResort,"La Chapelle d'Abondence", "La Chapelle d'Abondence");
addOption(document.propertySearch.RentResort,"La Clusaz", "La Clusaz");
addOption(document.propertySearch.RentResort,"La Grave", "La Grave");
addOption(document.propertySearch.RentResort,"La Mongie", "La Mongie");
addOption(document.propertySearch.RentResort,"La Plagne", "La Plagne");
addOption(document.propertySearch.RentResort,"La Rosiere", "La Rosiere");
addOption(document.propertySearch.RentResort,"La Tania", "La Tania");
addOption(document.propertySearch.RentResort,"La Toussuire", "La Toussuire");
addOption(document.propertySearch.RentResort,"Le Corbier", "Le Corbier");
addOption(document.propertySearch.RentResort,"Le Tour", "Le Tour");
addOption(document.propertySearch.RentResort,"Les Arcs", "Les Arcs");
addOption(document.propertySearch.RentResort,"Les Bottieres", "Les Bottieres");
addOption(document.propertySearch.RentResort,"Les Contamines", "Les Contamines");
addOption(document.propertySearch.RentResort,"Les Deux Alps", "Les Deux Alps");
addOption(document.propertySearch.RentResort,"Les Gets", "Les Gets");
addOption(document.propertySearch.RentResort,"Les Houches", "Les Houches");
addOption(document.propertySearch.RentResort,"Les Menuires", "Les Menuires");
addOption(document.propertySearch.RentResort,"Megeve", "Megeve");
addOption(document.propertySearch.RentResort,"Meribel", "Meribel");
addOption(document.propertySearch.RentResort,"Montgenevre", "Montgenevre");
addOption(document.propertySearch.RentResort,"Montriod", "Montriod");
addOption(document.propertySearch.RentResort,"Morzine", "Morzine");
addOption(document.propertySearch.RentResort,"Mottaret", "Mottaret");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Puy St Vincent", "Puy St Vincent");
addOption(document.propertySearch.RentResort,"Risoul", "Risoul");
addOption(document.propertySearch.RentResort,"Samoens", "Samoens");
addOption(document.propertySearch.RentResort,"Serre Chevalier", "Serre Chevalier");
addOption(document.propertySearch.RentResort,"Seytroux", "Seytroux");
addOption(document.propertySearch.RentResort,"St Colomban des Villards", "St Colomban des Villards");
addOption(document.propertySearch.RentResort,"St Jean d'Arves", "St Jean d'Arves");
addOption(document.propertySearch.RentResort,"St Jean d'Aulps", "St Jean d'Aulps");
addOption(document.propertySearch.RentResort,"St Martin de Belleville", "St Martin de Belleville");
addOption(document.propertySearch.RentResort,"St Sorlin d'Arves", "St Sorlin d'Arves");
addOption(document.propertySearch.RentResort,"Ste Foy", "Ste Foy");
addOption(document.propertySearch.RentResort,"Thonon les Bains", "Thonon les Bains");
addOption(document.propertySearch.RentResort,"Tignes", "Tignes");
addOption(document.propertySearch.RentResort,"Val Cenis", "Val Cenis");
addOption(document.propertySearch.RentResort,"Val d'Isere", "Val d'Isere");
addOption(document.propertySearch.RentResort,"Val Thorens", "Val Thorens");
addOption(document.propertySearch.RentResort,"Valloire", "Valloire");
addOption(document.propertySearch.RentResort,"Vallorcine", "Vallorcine");
addOption(document.propertySearch.RentResort,"Valmeinier", "Valmeinier");
addOption(document.propertySearch.RentResort,"Valmorel", "Valmorel");
addOption(document.propertySearch.RentResort,"Vars", "Vars");
}
if(document.propertySearch.RentCountry.value == 'Germany'){
addOption(document.propertySearch.RentResort,"Garmisch Partenkirchen", "Garmisch Partenkirchen");
addOption(document.propertySearch.RentResort,"Lenggries", "Lenggries");
addOption(document.propertySearch.RentResort,"Mittenwald", "Mittenwald");
addOption(document.propertySearch.RentResort,"Oberammergau", "Oberammergau");
addOption(document.propertySearch.RentResort,"Obersdorf", "Obersdorf");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
}
if(document.propertySearch.RentCountry.value == 'Italy'){
addOption(document.propertySearch.RentResort,"Alagna", "Alagna");
addOption(document.propertySearch.RentResort,"Arabba -Sella Ronda", "Arabba -Sella Ronda");
addOption(document.propertySearch.RentResort,"Badia - Sella Ronda", "Badia - Sella Ronda");
addOption(document.propertySearch.RentResort,"Bardonecchia", "Bardonecchia");
addOption(document.propertySearch.RentResort,"Bormio", "Bormio");
addOption(document.propertySearch.RentResort,"Cervinia", "Cervinia");
addOption(document.propertySearch.RentResort,"Champoluc", "Champoluc");
addOption(document.propertySearch.RentResort,"Claviere", "Claviere");
addOption(document.propertySearch.RentResort,"Colfosco - Sella Ronda", "Colfosco - Sella Ronda");
addOption(document.propertySearch.RentResort,"Cortina d'Ampezzo", "Cortina d'Ampezzo");
addOption(document.propertySearch.RentResort,"Corvara - Sella Ronda", "Corvara - Sella Ronda");
addOption(document.propertySearch.RentResort,"Courmayeur", "Courmayeur");
addOption(document.propertySearch.RentResort,"Gressoney", "Gressoney");
addOption(document.propertySearch.RentResort,"La Thuile", "La Thuile");
addOption(document.propertySearch.RentResort,"La Triniti", "La Triniti");
addOption(document.propertySearch.RentResort,"La Villa - Sella Ronda", "La Villa - Sella Ronda");
addOption(document.propertySearch.RentResort,"Livigno", "Livigno");
addOption(document.propertySearch.RentResort,"Maddona di Campiglio", "Maddona di Campiglio");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Passo Tonale", "Passo Tonale");
addOption(document.propertySearch.RentResort,"Pila", "Pila");
addOption(document.propertySearch.RentResort,"San Cassiano - Sella Ronda", "San Cassiano - Sella Ronda");
addOption(document.propertySearch.RentResort,"Sansicario", "Sansicario");
addOption(document.propertySearch.RentResort,"Sauze d'Oulx", "Sauze d'Oulx");
addOption(document.propertySearch.RentResort,"Selva", "Selva");
addOption(document.propertySearch.RentResort,"Sestriere", "Sestriere");
addOption(document.propertySearch.RentResort,"Trentino", "Trentino");
addOption(document.propertySearch.RentResort,"Val di Fassa", "Val di Fassa");
}
if(document.propertySearch.RentCountry.value == 'Slovenia'){
addOption(document.propertySearch.RentResort,"Bled", "Bled");
addOption(document.propertySearch.RentResort,"Kranjska Gora", "Kranjska Gora");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
}
if(document.propertySearch.RentCountry.value == 'Spain'){
addOption(document.propertySearch.RentResort,"Baqueira - Beret", "Baqueira - Beret");
addOption(document.propertySearch.RentResort,"Formigal", "Formigal");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Sierra Nevada", "Sierra Nevada");
}
if(document.propertySearch.RentCountry.value == 'Sweden'){
addOption(document.propertySearch.RentResort,"Are", "Are");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
}
if(document.propertySearch.RentCountry.value == 'Switzerland'){
addOption(document.propertySearch.RentResort,"Adelboden", "Adelboden");
addOption(document.propertySearch.RentResort,"Andermatt", "Andermatt");
addOption(document.propertySearch.RentResort,"Anzere", "Anzere");
addOption(document.propertySearch.RentResort,"Champery", "Champery");
addOption(document.propertySearch.RentResort,"Champex Lac", "Champex Lac");
addOption(document.propertySearch.RentResort,"Chandolin", "Chandolin");
addOption(document.propertySearch.RentResort,"Chateau d'Oex", "Chateau d'Oex");
addOption(document.propertySearch.RentResort,"Crans Montana", "Crans Montana");
addOption(document.propertySearch.RentResort,"Davos", "Davos");
addOption(document.propertySearch.RentResort,"Engelberg", "Engelberg");
addOption(document.propertySearch.RentResort,"Evolene", "Evolene");
addOption(document.propertySearch.RentResort,"Grimentz", "Grimentz");
addOption(document.propertySearch.RentResort,"Grindelwald", "Grindelwald");
addOption(document.propertySearch.RentResort,"Gstaad", "Gstaad");
addOption(document.propertySearch.RentResort,"Haute Nendaz", "Haute Nendaz");
addOption(document.propertySearch.RentResort,"Interlaken", "Interlaken");
addOption(document.propertySearch.RentResort,"Klosters", "Klosters");
addOption(document.propertySearch.RentResort,"La Tzoumaz", "La Tzoumaz");
addOption(document.propertySearch.RentResort,"Laax", "Laax");
addOption(document.propertySearch.RentResort,"Lauterbrunnen", "Lauterbrunnen");
addOption(document.propertySearch.RentResort,"Les Collons", "Les Collons");
addOption(document.propertySearch.RentResort,"Les Diablerets", "Les Diablerets");
addOption(document.propertySearch.RentResort,"Les Masses", "Les Masses");
addOption(document.propertySearch.RentResort,"Leukerbad", "Leukerbad");
addOption(document.propertySearch.RentResort,"Leysin", "Leysin");
addOption(document.propertySearch.RentResort,"Mayens de Chamoson", "Mayens de Chamoson");
addOption(document.propertySearch.RentResort,"Montreux", "Montreux");
addOption(document.propertySearch.RentResort,"Morgins", "Morgins");
addOption(document.propertySearch.RentResort,"Murren", "Murren");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Ovronnaz", "Ovronnaz");
addOption(document.propertySearch.RentResort,"Rougemont", "Rougemont");
addOption(document.propertySearch.RentResort,"Saas Fe", "Saas Fe");
addOption(document.propertySearch.RentResort,"Siviez", "Siviez");
addOption(document.propertySearch.RentResort,"St Luc", "St Luc");
addOption(document.propertySearch.RentResort,"St Moritz", "St Moritz");
addOption(document.propertySearch.RentResort,"Thyon", "Thyon");
addOption(document.propertySearch.RentResort,"Verbier", "Verbier");
addOption(document.propertySearch.RentResort,"Verbier - Bruson", "Verbier - Bruson");
addOption(document.propertySearch.RentResort,"Verbier - Le Chable", "Verbier - Le Chable");
addOption(document.propertySearch.RentResort,"Vercorin", "Vercorin");
addOption(document.propertySearch.RentResort,"Veysonnaz", "Veysonnaz");
addOption(document.propertySearch.RentResort,"Villars", "Villars");
addOption(document.propertySearch.RentResort,"Villars - Barboleuse", "Villars - Barboleuse");
addOption(document.propertySearch.RentResort,"Villars - Gryon", "Villars - Gryon");
addOption(document.propertySearch.RentResort,"Wengen", "Wengen");
addOption(document.propertySearch.RentResort,"Zermatt", "Zermatt");
addOption(document.propertySearch.RentResort,"Zinal", "Zinal");
addOption(document.propertySearch.RentResort,"Zweisimmen", "Zweisimmen");
}
if(document.propertySearch.RentCountry.value == 'USA'){
addOption(document.propertySearch.RentResort,"Alta", "Alta");
addOption(document.propertySearch.RentResort,"Aspen", "Aspen");
addOption(document.propertySearch.RentResort,"Beaver Creek", "Beaver Creek");
addOption(document.propertySearch.RentResort,"Big Sky", "Big Sky");
addOption(document.propertySearch.RentResort,"Brekenridge", "Brekenridge");
addOption(document.propertySearch.RentResort,"Copper Mountain", "Copper Mountain");
addOption(document.propertySearch.RentResort,"Jackson Hole", "Jackson Hole");
addOption(document.propertySearch.RentResort,"Keystone", "Keystone");
addOption(document.propertySearch.RentResort,"Killington", "Killington");
addOption(document.propertySearch.RentResort,"Lake Tahoe", "Lake Tahoe");
addOption(document.propertySearch.RentResort,"Mamouth", "Mamouth");
addOption(document.propertySearch.RentResort,"Okema", "Okema");
addOption(document.propertySearch.RentResort,"OTHER", "OTHER");
addOption(document.propertySearch.RentResort,"Park City - Deer Valley", "Park City - Deer Valley");
addOption(document.propertySearch.RentResort,"Park City - Park City", "Park City - Park City");
addOption(document.propertySearch.RentResort,"Park City - The Canyons", "Park City - The Canyons");
addOption(document.propertySearch.RentResort,"Snowbird", "Snowbird");
addOption(document.propertySearch.RentResort,"Snowmass", "Snowmass");
addOption(document.propertySearch.RentResort,"Squaw Valley", "Squaw Valley");
addOption(document.propertySearch.RentResort,"Steamboat", "Steamboat");
addOption(document.propertySearch.RentResort,"Stowe", "Stowe");
addOption(document.propertySearch.RentResort,"Stratton", "Stratton");
addOption(document.propertySearch.RentResort,"Telluride", "Telluride");
addOption(document.propertySearch.RentResort,"Vail", "Vail");
addOption(document.propertySearch.RentResort,"Winter Park", "Winter Park");
}

}
//////////////////

function SelectresortSearchResort(){
// ON selection of category this function will work

removeAllOptions(document.resortSearch.resortSearchResort);
addOption(document.resortSearch.resortSearchResort, "", "Select Resort", "");

if(document.resortSearch.resortSearchCountry.value == 'All countries'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Alpendorf---St-Johann.htm", "Alpendorf - St Johann");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Altenmarkt.htm", "Altenmarkt");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Anzere.htm", "Anzere");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Avoriaz.htm", "Avoriaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Belle-Plagne.htm", "Belle Plagne");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Bernex.htm", "Bernex");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Big-White.htm", "Big White");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Cannes.htm", "Cannes");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Champery.htm", "Champery");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Chateau-dOex.htm", "Chateau d'Oex");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Chatel.htm", "Chatel");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Colere.htm", "Colere");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Commercial-areas.htm", "Commercial areas");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Cortina-dAmpezzo.htm", "Cortina d'Ampezzo");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Courchevel.htm", "Courchevel");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Crans-Montana.htm", "Crans Montana");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Ellmau---The-Tyrol.htm", "Ellmau - The Tyrol");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Essert-Romand.htm", "Essert Romand");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Evian-les-Bains.htm", "Evian les Bains");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Evolene.htm", "Evolene");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Flachau.htm", "Flachau");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Flaine.htm", "Flaine");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Grimentz.htm", "Grimentz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Gstaad.htm", "Gstaad");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Haute-Nendaz.htm", "Haute Nendaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Kaprun.htm", "Kaprun");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Kirchberg---The-Tyrol.htm", "Kirchberg - The Tyrol");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/La-Chapelle-DAbondance.htm", "La Chapelle D'Abondance");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/La-Plagne.htm", "La Plagne");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/La-Tzoumaz.htm", "La Tzoumaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Leogang.htm", "Leogang");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Carroz.htm", "Les Carroz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Collons.htm", "Les Collons");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Deux-Alpes.htm", "Les Deux Alpes");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Diablerets.htm", "Les Diablerets");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Gets.htm", "Les Gets");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Leysin.htm", "Leysin");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Limoges-Chateau-de-la-Cazine.htm", "Limoges-Chateau de la Cazine");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Megeve.htm", "Megeve");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Meribel.htm", "Meribel");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Mittersill.htm", "Mittersill");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Mont-Tremblant.htm", "Mont Tremblant");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Montriond.htm", "Montriond");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Morzine.htm", "Morzine");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Nax.htm", "Nax");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Park-City---Deer-Valley.htm", "Park City - Deer Valley");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Park-City---Mountain-Resort.htm", "Park City - Mountain Resort");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Park-City---The-Canyons.htm", "Park City - The Canyons");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Rougemont.htm", "Rougemont");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Russbach.htm", "Russbach");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Saalbach---Hinterglemm.htm", "Saalbach - Hinterglemm");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Saint-Gervais.htm", "Saint Gervais");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Saint-Martin-de-Belleville.htm", "Saint Martin de Belleville");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Samoens.htm", "Samoens");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Scheffau---The-Tyrol.htm", "Scheffau - The Tyrol");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Schladming.htm", "Schladming");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Serre-Chevalier.htm", "Serre Chevalier");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/St-Jean-dAulps.htm", "St Jean d'Aulps");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/St-Foy-Tarentaise.htm", "St-Foy-Tarentaise");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Thollon-les-Memises.htm", "Thollon les Memises");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Thonon-les-Bains.htm", "Thonon les Bains");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Tignes.htm", "Tignes");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Val-dlsere.htm", "Val d'lsere");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Verbier.htm", "Verbier");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Vercorin.htm", "Vercorin");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Vermont.htm", "Vermont");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Vermont---Okemo-Ski-Resort.htm", "Vermont - Okemo Ski Resort");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Veysonnaz.htm", "Veysonnaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Villars.htm", "Villars");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Winter-Park.htm", "Winter Park");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Zell-am-See.htm", "Zell am See");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Zermatt.htm", "Zermatt");
}
if(document.resortSearch.resortSearchCountry.value == 'Austria'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Alpendorf---St-Johann.htm", "Alpendorf - St Johann");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Altenmarkt.htm", "Altenmarkt");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Ellmau---The-Tyrol.htm", "Ellmau - The Tyrol");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Flachau.htm", "Flachau");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Kaprun.htm", "Kaprun");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Kirchberg---The-Tyrol.htm", "Kirchberg - The Tyrol");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Leogang.htm", "Leogang");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Mittersill.htm", "Mittersill");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Russbach.htm", "Russbach");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Saalbach---Hinterglemm.htm", "Saalbach - Hinterglemm");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Scheffau---The-Tyrol.htm", "Scheffau - The Tyrol");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Schladming.htm", "Schladming");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Zell-am-See.htm", "Zell am See");
}
if(document.resortSearch.resortSearchCountry.value == 'Canada'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Big-White.htm", "Big White");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Mont-Tremblant.htm", "Mont Tremblant");
}
if(document.resortSearch.resortSearchCountry.value == 'France'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Avoriaz.htm", "Avoriaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Belle-Plagne.htm", "Belle Plagne");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Bernex.htm", "Bernex");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Cannes.htm", "Cannes");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Chatel.htm", "Chatel");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Courchevel.htm", "Courchevel");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Essert-Romand.htm", "Essert Romand");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Evian-les-Bains.htm", "Evian les Bains");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Flaine.htm", "Flaine");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/La-Chapelle-DAbondance.htm", "La Chapelle D'Abondance");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/La-Plagne.htm", "La Plagne");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Carroz.htm", "Les Carroz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Deux-Alpes.htm", "Les Deux Alpes");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Gets.htm", "Les Gets");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Limoges-Chateau-de-la-Cazine.htm", "Limoges-Chateau de la Cazine");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Megeve.htm", "Megeve");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Meribel.htm", "Meribel");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Montriond.htm", "Montriond");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Morzine.htm", "Morzine");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Saint-Gervais.htm", "Saint Gervais");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Saint-Martin-de-Belleville.htm", "Saint Martin de Belleville");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Samoens.htm", "Samoens");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Serre-Chevalier.htm", "Serre Chevalier");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/St-Jean-dAulps.htm", "St Jean d'Aulps");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/St-Foy-Tarentaise.htm", "St-Foy-Tarentaise");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Thollon-les-Memises.htm", "Thollon les Memises");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Thonon-les-Bains.htm", "Thonon les Bains");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Tignes.htm", "Tignes");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Val-dlsere.htm", "Val d'lsere");
}
if(document.resortSearch.resortSearchCountry.value == 'Italy'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Colere.htm", "Colere");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Cortina-dAmpezzo.htm", "Cortina d'Ampezzo");
}
if(document.resortSearch.resortSearchCountry.value == 'Switzerland'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Anzere.htm", "Anzere");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Champery.htm", "Champery");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Chateau-dOex.htm", "Chateau d'Oex");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Commercial-areas.htm", "Commercial areas");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Crans-Montana.htm", "Crans Montana");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Evolene.htm", "Evolene");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Grimentz.htm", "Grimentz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Gstaad.htm", "Gstaad");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Haute-Nendaz.htm", "Haute Nendaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/La-Tzoumaz.htm", "La Tzoumaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Collons.htm", "Les Collons");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Les-Diablerets.htm", "Les Diablerets");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Leysin.htm", "Leysin");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Nax.htm", "Nax");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Rougemont.htm", "Rougemont");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Verbier.htm", "Verbier");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Vercorin.htm", "Vercorin");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Veysonnaz.htm", "Veysonnaz");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Villars.htm", "Villars");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Zermatt.htm", "Zermatt");
}
if(document.resortSearch.resortSearchCountry.value == 'USA'){
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Park-City---Deer-Valley.htm", "Park City - Deer Valley");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Park-City---Mountain-Resort.htm", "Park City - Mountain Resort");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Park-City---The-Canyons.htm", "Park City - The Canyons");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Vermont.htm", "Vermont");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Vermont---Okemo-Ski-Resort.htm", "Vermont - Okemo Ski Resort");
addOption(document.resortSearch.resortSearchResort,"http://www.alpinepropertyinvestments.co.uk/resorts/Winter-Park.htm", "Winter Park");
}

}

function removeAllOptions(selectbox)
{
 var i;
 for(i=selectbox.options.length-1;i>=0;i--)
 {
  //selectbox.options.remove(i);
  selectbox.remove(i);
 }
}


function addOption(selectbox, value, text )
{
 var optn = document.createElement("OPTION");
 optn.text = text;
 optn.value = value;

	selectbox.options.add(optn);
}

