function UpdateAreaDD()
{
	//alert("Reached UpdateAreaDD()");
	
	//Area Drop Down control
	var vAreaDD = document.AreaHotelDD.AreaDD;
	var vAreaDDOptions = vAreaDD.options;

	//Hotel Drop Down control
	var vHotelDD = document.AreaHotelDD.HotelDD;
	var vHotelDDOptions = document.AreaHotelDD.HotelDD.options;

	//Empty the current list of hotels..before refilling
	for (nIndex=0;nIndex < vHotelDDOptions.length; nIndex++)
	{
		vHotelDD.remove(vHotelDDOptions[nIndex]);
	}

	while (vHotelDDOptions.length != 0)
	{
		vHotelDD.remove(0);
	}

	//What area is currently selected
	var strSelectedArea = vAreaDDOptions[vAreaDDOptions.selectedIndex].text;

	if (strSelectedArea == "DUMMY")
	{
	}

	//Baker Street
	else if (strSelectedArea == "Baker Street")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Baker Street Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Blandford Hotel','Blandford Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Park Plaza Sherlock Holmes London','Park Plaza Sherlock Holmes London');
	}


	//Battersea
	else if (strSelectedArea == "Battersea")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Battersea Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Travelodge London Battersea','Travelodge London Battersea');
	}


	//Bayswater
	else if (strSelectedArea == "Bayswater")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Bayswater Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Bayswater Inn Hotel','Bayswater Inn Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Berjaya Eden Park Hotel','Berjaya Eden Park Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Brunel Hotel','Brunel Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Byron Hotel','Byron Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Comfort Inn Bayswater','Comfort Inn Bayswater');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hyde Park Towers Hotel','Hyde Park Towers Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Queens Park Hotel','Queens Park Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Reem Hotel','Reem Hotel');
	}


	//Bayswater/Queensway
	else if (strSelectedArea == "Bayswater/Queensway")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Bayswater/Queensway Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Duke of Leinster','Duke of Leinster');
	}


	//Belgravia
	else if (strSelectedArea == "Belgravia")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Belgravia Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Goring','The Goring');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Goring & Event','The Goring & Event');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Halkin','The Halkin');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Halkin (Room Only)','The Halkin (Room Only)');
	}


	//Blackfriars
	else if (strSelectedArea == "Blackfriars")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Blackfriars Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Mad Hatter','The Mad Hatter');
	}


	//Bloomsbury
	else if (strSelectedArea == "Bloomsbury")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Bloomsbury Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ambassadors Bloomsbury','Ambassadors Bloomsbury');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Bloomsbury Park','Bloomsbury Park');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Bonnington Hotel','Bonnington Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange Clarendon Hotel','Grange Clarendon Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange White Hall Hotel','Grange White Hall Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn London Bloomsbury, London & Event','Holiday Inn London Bloomsbury, London & Event');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Montague On The Gardens','Montague On The Gardens');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Marlborough Hotel','Radisson Edwardian Marlborough Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Bloomsbury','Thistle Bloomsbury');
	}


	//Brentford Lock
	else if (strSelectedArea == "Brentford Lock")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Brentford Lock Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn Brentford Lock','Holiday Inn Brentford Lock');
	}


	//Camden Lock
	else if (strSelectedArea == "Camden Lock")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Camden Lock Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn London Camden Lock','Holiday Inn London Camden Lock');
	}


	//Canary Wharf
	else if (strSelectedArea == "Canary Wharf")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Canary Wharf Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn - London Royal Docks','Express by Holiday Inn - London Royal Docks');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian New Providence Wharf','Radisson Edwardian New Providence Wharf');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('West India Quay Marriott Hotel','West India Quay Marriott Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('West India Quay Marriott Hotel (Room only)','West India Quay Marriott Hotel (Room only)');
	}


	//Chelsea
	else if (strSelectedArea == "Chelsea")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Chelsea Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jurys Inn Chelsea','Jurys Inn Chelsea');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Millennium & Copthorne Hotels at Chelsea FC','Millennium & Copthorne Hotels at Chelsea FC');
	}


	//Chiswick
	else if (strSelectedArea == "Chiswick")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Chiswick Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Chiswick Moran Hotel','Chiswick Moran Hotel');
	}


	//Covent Garden
	else if (strSelectedArea == "Covent Garden")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Covent Garden Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Kingsway Hall','Kingsway Hall');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Mountbatten Hotel','Radisson Edwardian Mountbatten Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('St Martins Lane','St Martins Lane');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Strand Palace Hotel','Strand Palace Hotel');
	}


	//Docklands
	else if (strSelectedArea == "Docklands")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Docklands Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Crowne Plaza London - Docklands','Crowne Plaza London - Docklands');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Custom House Hotel (Standard rooms)','Custom House Hotel (Standard rooms)');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Custom House Hotel (Superior rooms)','Custom House Hotel (Superior rooms)');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Custom House Hotel (Superior rooms) & Event','Custom House Hotel (Superior rooms) & Event');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express By Holiday Inn Limehouse','Express By Holiday Inn Limehouse');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ibis London Excel','Ibis London Excel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('International Hotel','International Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Novotel London Excel','Novotel London Excel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Premier Inn Docklands (ExCeL)','Premier Inn Docklands (ExCeL)');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ramada Hotel & Suites London','Ramada Hotel & Suites London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Sunborn Yacht Hotel','Sunborn Yacht Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Travelodge London Docklands','Travelodge London Docklands');
	}


	//Ealing
	else if (strSelectedArea == "Ealing")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Ealing Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn London Ealing','Holiday Inn London Ealing');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ramada Ealing','Ramada Ealing');
	}


	//Earls Court
	else if (strSelectedArea == "Earls Court")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Earls Court Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Barkston Gardens Hotel','Barkston Gardens Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn Earls Court','Express by Holiday Inn Earls Court');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hotel Lily','Hotel Lily');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ibis London Earls Court','Ibis London Earls Court');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('K&K Hotel George','K&K Hotel George');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Kensington Court Hotel','Kensington Court Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('My Place Hotel','My Place Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Oliver Plaza Hotel','Oliver Plaza Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Rasool Court Hotel','Rasool Court Hotel');
	}


	//Euston
	else if (strSelectedArea == "Euston")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Euston Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('County Hotel','County Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Euston Square Hotel','Euston Square Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Premier Inn Euston','Premier Inn Euston');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Euston','Thistle Euston');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Euston (Room Only)','Thistle Euston (Room Only)');
	}


	//Farringdon
	else if (strSelectedArea == "Farringdon")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Farringdon Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Malmaison London','Malmaison London');
	}


	//Gloucester Road
	else if (strSelectedArea == "Gloucester Road")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Gloucester Road Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Rydges Kensington Plaza','Rydges Kensington Plaza');
	}


	//Grosvenor Square
	else if (strSelectedArea == "Grosvenor Square")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Grosvenor Square Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Grosvenor Square','London Marriott Grosvenor Square');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Millennium Hotel London Mayfair','Millennium Hotel London Mayfair');
	}


	//Hammersmith
	else if (strSelectedArea == "Hammersmith")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Hammersmith Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn Hammersmith','Express by Holiday Inn Hammersmith');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Novotel London West','Novotel London West');
	}


	//Hampstead
	else if (strSelectedArea == "Hampstead")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Hampstead Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Premier Inn London Hampstead','Premier Inn London Hampstead');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Quality Hotel Hampstead','Quality Hotel Hampstead');
	}


	//Holborn
	else if (strSelectedArea == "Holborn")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Holborn Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange Holborn Hotel','Grange Holborn Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Renaissance Chancery Court Hotel','Renaissance Chancery Court Hotel');
	}


	//Hyde Park
	else if (strSelectedArea == "Hyde Park")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Hyde Park Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Averard Hotel','Averard Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Corus hotel Hyde Park','Corus hotel Hyde Park');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Delmere Hotel','Delmere Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Elizabeth Hotel','London Elizabeth Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Quality Crown Hotel Hyde Park','Quality Crown Hotel Hyde Park');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ramada Hyde Park','Ramada Hyde Park');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Caesar Hotel','The Caesar Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Royal Park Hotel','The Royal Park Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Hyde Park','Thistle Hyde Park');
	}


	//Hyde Park (Nr)
	else if (strSelectedArea == "Hyde Park (Nr)")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Hyde Park (Nr) Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Hempel','The Hempel');
	}


	//Islington
	else if (strSelectedArea == "Islington")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Islington Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jurys Inn Islington','Jurys Inn Islington');
	}


	//Kensington
	else if (strSelectedArea == "Kensington")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Kensington Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Abba Queens Gate Hotel','Abba Queens Gate Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ambassadors Hotel','Ambassadors Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('base2stay','base2stay');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Comfort Inn Kensington','Comfort Inn Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Copthorne Tara Hotel London Kensington','Copthorne Tara Hotel London Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Fraser Place Queens Gate','Fraser Place Queens Gate');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange Strathmore Hotel','Grange Strathmore Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grosvenor Kensington Hotel','Grosvenor Kensington Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn Kensington Hotel','Holiday Inn Kensington Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('John Howard Hotel','John Howard Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jurys Kensington Hotel','Jurys Kensington Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('K WEST HOTEL & SPA','K WEST HOTEL & SPA');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Kensington Close','Kensington Close');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Kensington House Hotel','Kensington House Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Kensington West Hotel','Kensington West Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Lodge Hotel','London Lodge Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Kensington','London Marriott Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Millennium Baileys Hotel London Kensington','Millennium Baileys Hotel London Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Millennium Gloucester Hotel London Kensington','Millennium Gloucester Hotel London Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Quality Crown Hotel Kensington','Quality Crown Hotel Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Vanderbilt Hotel','Radisson Edwardian Vanderbilt Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Royal Garden Hotel','Royal Garden Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Shaftesbury Hotel Kensington','Shaftesbury Hotel Kensington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Bentley Kempinski','The Bentley Kempinski');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The ParkCity Hotel','The ParkCity Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Kensington Gardens','Thistle Kensington Gardens');
	}


	//Kings Cross
	else if (strSelectedArea == "Kings Cross")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Kings Cross Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Arriva Hotel','Arriva Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Premier Inn London Kings Cross','Premier Inn London Kings Cross');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Travelodge London Farringdon','Travelodge London Farringdon');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Travelodge London Kings Cross Royal Scot','Travelodge London Kings Cross Royal Scot');
	}


	//Kings Cross/Bloomsbury
	else if (strSelectedArea == "Kings Cross/Bloomsbury")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Kings Cross/Bloomsbury Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn Kings Cross/Bloomsbury','Holiday Inn Kings Cross/Bloomsbury');
	}


	//Kings Cross/Euston
	else if (strSelectedArea == "Kings Cross/Euston")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Kings Cross/Euston Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Novotel London St Pancras','Novotel London St Pancras');
	}


	//Knightsbridge
	else if (strSelectedArea == "Knightsbridge")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Knightsbridge Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jumeirah Carlton Tower','Jumeirah Carlton Tower');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Mandarin Oriental Hyde Park','Mandarin Oriental Hyde Park');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Millennium Hotel London Knightsbridge','Millennium Hotel London Knightsbridge');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Rembrandt Hotel','Rembrandt Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Berkeley','The Berkeley');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Cadogan','The Cadogan');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Capital Hotel','The Capital Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Lowndes','The Lowndes');
	}


	//Lancaster Gate
	else if (strSelectedArea == "Lancaster Gate")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Lancaster Gate Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Royal Lancaster Hotel','Royal Lancaster Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Royal Lancaster Hotel (Room only)','Royal Lancaster Hotel (Room only)');
	}


	//Leicester Square
	else if (strSelectedArea == "Leicester Square")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Leicester Square Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Hampshire Hotel','Radisson Edwardian Hampshire Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Leicester Square','Radisson Edwardian Leicester Square');
	}


	//London Bridge/City
	else if (strSelectedArea == "London Bridge/City")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All London Bridge/City Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('196 Bishopsgate','196 Bishopsgate');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Comfort Hotel Tower of London','Comfort Hotel Tower of London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express By Holiday Inn Southwark','Express By Holiday Inn Southwark');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Bridge','London Bridge');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Mercure Hotel - London City Bankside','Mercure Hotel - London City Bankside');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Novotel London City South','Novotel London City South');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Southwark Rose Hotel','Southwark Rose Hotel');
	}


	//London City Airport
	else if (strSelectedArea == "London City Airport")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All London City Airport Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Travelodge London City Airport','Travelodge London City Airport');
	}


	//Maida Vale
	else if (strSelectedArea == "Maida Vale")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Maida Vale Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Hotel Maida Vale','London Marriott Hotel Maida Vale');
	}


	//Marble Arch
	else if (strSelectedArea == "Marble Arch")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Marble Arch Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hyatt Regency London - The Churchill','Hyatt Regency London - The Churchill');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Montcalm Hotel Nikko','Montcalm Hotel Nikko');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Mostyn Hotel','Mostyn Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Cumberland Hotel','The Cumberland Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Leonard Hotel','The Leonard Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Marble Arch','Thistle Marble Arch');
	}


	//Marylebone
	else if (strSelectedArea == "Marylebone")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Marylebone Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Melia White House Hotel','Melia White House Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Landmark London','The Landmark London');
	}


	//Mayfair
	else if (strSelectedArea == "Mayfair")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Mayfair Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Athenaeum','Athenaeum');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Athenaeum Apartments','Athenaeum Apartments');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Browns Hotel','Browns Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Chesterfield Mayfair','Chesterfield Mayfair');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Claridges','Claridges');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Dukes Hotel','Dukes Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Flemings Mayfair Hotel','Flemings Mayfair Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Sheraton Park Lane Hotel','Sheraton Park Lane Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Cavendish London','The Cavendish London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Connaught','The Connaught');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The May Fair Hotel','The May Fair Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Washington Mayfair Hotel','Washington Mayfair Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Westbury Hotel','Westbury Hotel');
	}


	//North Acton
	else if (strSelectedArea == "North Acton")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All North Acton Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express By Holiday Inn Park Royal','Express By Holiday Inn Park Royal');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Ramada Encore London West','Ramada Encore London West');
	}


	//Old Street/City
	else if (strSelectedArea == "Old Street/City")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Old Street/City Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn London City','Express by Holiday Inn London City');
	}


	//Oxford Circus
	else if (strSelectedArea == "Oxford Circus")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Oxford Circus Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Astor Court Hotel','Astor Court Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hallam Hotel','Hallam Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Holiday Inn Oxford Circus','Holiday Inn Oxford Circus');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Langham Hotel London','Langham Hotel London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Saint Georges Hotel','Saint Georges Hotel');
	}


	//Oxford Street
	else if (strSelectedArea == "Oxford Street")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Oxford Street Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Courthouse Kempinski Hotel','Courthouse Kempinski Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange Langham Court Hotel','Grange Langham Court Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jurys Clifton Ford Hotel & Health Club','Jurys Clifton Ford Hotel & Health Club');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jurys Gt Russell Street Hotel','Jurys Gt Russell Street Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Hotel Marble Arch','London Marriott Hotel Marble Arch');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Mandeville Hotel','Mandeville Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Berkshire Hotel','Radisson Edwardian Berkshire Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Kenilworth Hotel','Radisson Edwardian Kenilworth Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Sussex Hotel','Radisson Edwardian Sussex Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson SAS Portman Hotel','Radisson SAS Portman Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Rathbone Hotel','Rathbone Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Sanderson','Sanderson');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('St Giles Hotel','St Giles Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Selfridge','The Selfridge');
	}


	//Paddington
	else if (strSelectedArea == "Paddington")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Paddington Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Blakemore Hotel','Blakemore Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Cleveland Square Hotel','Cleveland Square Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Comfort Inn Edgware Road','Comfort Inn Edgware Road');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hyde Park Paddington Hotel','Hyde Park Paddington Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Norfolk Plaza Hotel','Norfolk Plaza Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Norfolk Towers Hotel','Norfolk Towers Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Paddington Court Hotel & Suites','Paddington Court Hotel & Suites');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Park Inn Hyde Park','Park Inn Hyde Park');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Quality Crown Hotel Paddington','Quality Crown Hotel Paddington');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Royal Norfolk Hotel','Royal Norfolk Hotel');
	}


	//Park Lane
	else if (strSelectedArea == "Park Lane")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Park Lane Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grosvenor House','Grosvenor House');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Park Lane','London Marriott Park Lane');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Park Lane Mews','Park Lane Mews');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Metropolitan','The Metropolitan');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Metropolitan (Room Only)','The Metropolitan (Room Only)');
	}


	//Piccadilly
	else if (strSelectedArea == "Piccadilly")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Piccadilly Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Le Meridien Piccadilly','Le Meridien Piccadilly');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Shaftesbury Piccadilly Hotel','Shaftesbury Piccadilly Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Piccadilly','Thistle Piccadilly');
	}


	//Putney
	else if (strSelectedArea == "Putney")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Putney Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Premier Inn Putney Bridge','Premier Inn Putney Bridge');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Lodge Hotel','The Lodge Hotel');
	}


	//Regents Park
	else if (strSelectedArea == "Regents Park")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Regents Park Hotels-','All');

		//now add the others...
	}


	//Russell Square
	else if (strSelectedArea == "Russell Square")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Russell Square Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Bedford Hotel','Bedford Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Generator London','Generator London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hotel Russell, London','Hotel Russell, London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Imperial Hotel London','Imperial Hotel London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('President Hotel','President Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Royal National Hotel','Royal National Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Tavistock Hotel','Tavistock Hotel');
	}


	//South Kensington
	else if (strSelectedArea == "South Kensington")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All South Kensington Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Cranley Hotel','Cranley Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Eden Plaza Hotel','Eden Plaza Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Fifty Four Boutique Hotel','Fifty Four Boutique Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('myhotel Chelsea','myhotel Chelsea');
	}


	//St Jamess
	else if (strSelectedArea == "St Jamess")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All St Jamess Hotels-','All');

		//now add the others...
	}


	//Stratford
	else if (strSelectedArea == "Stratford")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Stratford Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn London - Stratford','Express by Holiday Inn London - Stratford');
	}


	//Swiss Cottage
	else if (strSelectedArea == "Swiss Cottage")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Swiss Cottage Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Hotel Regents Park','London Marriott Hotel Regents Park');
	}


	//The City
	else if (strSelectedArea == "The City")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All The City Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Crowne Plaza London Shoreditch','Crowne Plaza London Shoreditch');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Hoxton Hotel','The Hoxton Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle City Barbican','Thistle City Barbican');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Travelodge London City Road','Travelodge London City Road');
	}


	//The Strand
	else if (strSelectedArea == "The Strand")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All The Strand Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Savoy','The Savoy');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Charing Cross','Thistle Charing Cross');
	}


	//Tottenham Court Road
	else if (strSelectedArea == "Tottenham Court Road")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Tottenham Court Road Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange Fitzrovia Hotel','Grange Fitzrovia Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('myhotel Bloomsbury','myhotel Bloomsbury');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Radisson Edwardian Grafton Hotel','Radisson Edwardian Grafton Hotel');
	}


	//Tower Bridge
	else if (strSelectedArea == "Tower Bridge")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Tower Bridge Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Apex City of London','Apex City of London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('The Tower - A Guoman Hotel','The Tower - A Guoman Hotel');
	}


	//Tower Hill
	else if (strSelectedArea == "Tower Hill")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Tower Hill Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange City Hotel','Grange City Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Novotel London Tower Bridge','Novotel London Tower Bridge');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Sleep Inn City of London','Sleep Inn City of London');
	}


	//Trafalgar Square
	else if (strSelectedArea == "Trafalgar Square")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Trafalgar Square Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Trafalgar Square','Thistle Trafalgar Square');
	}


	//Vauxhall
	else if (strSelectedArea == "Vauxhall")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Vauxhall Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Comfort Inn Vauxhall','Comfort Inn Vauxhall');
	}


	//Victoria
	else if (strSelectedArea == "Victoria")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Victoria Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Central House Hotel','Central House Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Corona Hotel','Corona Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Days Inn Westminster','Days Inn Westminster');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn London Victoria','Express by Holiday Inn London Victoria');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Grange Rochester Hotel','Grange Rochester Hotel');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Hesperia London Victoria','Hesperia London Victoria');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Park Plaza Victoria London','Park Plaza Victoria London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Rubens at the Palace','Rubens at the Palace');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('SIDNEY HOTEL London-Victoria','SIDNEY HOTEL London-Victoria');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Victoria','Thistle Victoria');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Victoria (Room only)','Thistle Victoria (Room only)');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Victoria Inn London','Victoria Inn London');
	}


	//Wandsworth
	else if (strSelectedArea == "Wandsworth")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Wandsworth Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Express by Holiday Inn London Wandsworth Battersea','Express by Holiday Inn London Wandsworth Battersea');
	}


	//Waterloo
	else if (strSelectedArea == "Waterloo")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Waterloo Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Days Hotel Waterloo','Days Hotel Waterloo');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('London Marriott Hotel County Hall','London Marriott Hotel County Hall');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Novotel London Waterloo','Novotel London Waterloo');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Park Plaza County Hall','Park Plaza County Hall');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Park Plaza Riverbank London','Park Plaza Riverbank London');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Plaza on the River','Plaza on the River');
	}


	//West End/City
	else if (strSelectedArea == "West End/City")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All West End/City Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Swissotel, The Howard London','Swissotel, The Howard London');
	}


	//Westminster
	else if (strSelectedArea == "Westminster")
	{

		//Add the default item
		vHotelDDOptions[vHotelDDOptions.length] = new Option('-All Westminster Hotels-','All');

		//now add the others...
		vHotelDDOptions[vHotelDDOptions.length] = new Option('City Inn Westminster','City Inn Westminster');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Crowne Plaza, London St James','Crowne Plaza, London St James');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Jolly Hotel St. Ermins','Jolly Hotel St. Ermins');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Quality Hotel Westminster','Quality Hotel Westminster');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Royal Horseguards','Royal Horseguards');
		vHotelDDOptions[vHotelDDOptions.length] = new Option('Thistle Westminster','Thistle Westminster');
	}

	else
	{
		//Empty the current list of hotels
		for (nIndex=0;nIndex < vHotelDDOptions.length; nIndex++)
		{
			vHotelDD.remove(vHotelDDOptions[nIndex]);
		}

		//add the default
		vHotelDDOptions[0] = new Option('-Select an Area-','None');
	}
}

function UpdateHotelDD()
{
	//alert("Reached UpdateHotelDD()");
	
	//Area Drop Down control
	var vAreaDD = document.AreaHotelDD.AreaDD;
	var vAreaDDOptions = vAreaDD.options;

	//Hotel Drop Down control
	var vHotelDD = document.AreaHotelDD.HotelDD;
	var vHotelDDOptions = document.AreaHotelDD.HotelDD.options;

	//Update the action URL to load the correct page wehen the Go button is presssed
	var strURLArea = vAreaDDOptions[vAreaDDOptions.selectedIndex].text + ".html";
	var strURL = "";
	if (vHotelDDOptions)
	{
		if (vHotelDDOptions.selectedIndex != -1)
		{
			strURL = vHotelDDOptions[vHotelDDOptions.selectedIndex].text + ".html";
		}
		else
		{
			vHotelDDOptions.selectedIndex = 0;
		}
	}

	
	//add the .html and launch....
	
	//check for empty Hotel
	if (strURL == "")
	{
		strURL = strURLArea ;
	}
	//also check for "Select"
	var strSub = strURL.substring(0, 6);
	if (strSub == "Select")
	{
		//alert (strSub);
		strURL = strURLArea;
	}
	//also check for "-All ...."
	if (strSub.substring(0,4) == "-All")
	{
		//alert (strSub);
		strURL = strURLArea;
	}

	//alert(vHotelDDOptions[vHotelDDOptions.selectedIndex].value);

	//check for "All Areas of London" : Show the Areas page
	if (vAreaDDOptions[vAreaDDOptions.selectedIndex].value == "A1")
	{
		strURL = "Areas.html";	
	}
		
	//alert (strURL);
	document.AreaHotelDD.action = strURL;

}

//24.05.08 Added Culture drop-down control
function LaunchFromCultureDD()
{
	var strURL="";;
	//alert("Reached LaunchFromCultureDD()");
	
	//Culture Drop Down control
	var vCultureDD = document.CultureDD.EventDD;
	var vCultureDDOptions = vCultureDD.options;
	
	//alert( vCultureDDOptions.selectedIndex );
	//alert( vCultureDDOptions.value);

	//Update the action URL to load the correct page wehen the Go button is presssed
	if (vCultureDDOptions.value == "None")
	{
		strURL = "Culture.html";
	}
	else
	{
		//check for "All Shows"
		if (vCultureDDOptions.value == "ALL")
		{
			strURL = "Culture.html";
		}
		else
		{
			//select..
			if (vCultureDDOptions.value == "RoyalDay")
			{
				strURL = "go/rh567/events/event-742.htm";
			}
			else if (vCultureDDOptions.value == "AfrikaLE")
			{
				strURL = "go/rh567/events/event-831.htm";
			}
			else if (vCultureDDOptions.value == "AfrikaLM")
			{
				strURL = "go/rh567/events/event-832.htm";
			}
			else if (vCultureDDOptions.value == "AfrikaME")
			{
				strURL = "go/rh567/events/event-846.htm";
			}
			else if (vCultureDDOptions.value == "AfrikaMM")
			{
				strURL = "go/rh567/events/event-847.htm";
			}
			else if (vCultureDDOptions.value == "Buck")
			{
				strURL = "go/rh567/events/event-677.htm";
			}
			else if (vCultureDDOptions.value == "Rock")
			{
				strURL = "go/rh567/events/event-835.htm";
			}
			else if (vCultureDDOptions.value == "Narnia")
			{
				strURL = "go/rh567/events/event-851.htm";
			}
			else if (vCultureDDOptions.value == "Clarence")
			{
				strURL = "go/rh567/events/event-795.htm";
			}
			else if (vCultureDDOptions.value == "E2")
			{
				strURL = "go/rh567/events/event-699.htm";
			}
			else if (vCultureDDOptions.value == "E3")
			{
				strURL = "go/rh567/events/event-698.htm";
			}
			else if (vCultureDDOptions.value == "H1")
			{
				strURL = "go/rh567/events/event-848.htm";
			}
			else if (vCultureDDOptions.value == "H2")
			{
				strURL = "go/rh567/events/event-836.htm";
			}
			else if (vCultureDDOptions.value == "HoPA")
			{
				strURL = "go/rh567/events/event-748.htm";
			}
			else if (vCultureDDOptions.value == "HoPM")
			{
				strURL = "go/rh567/events/event-747.htm";
			}
			else if (vCultureDDOptions.value == "Jack")
			{
				strURL = "go/rh567/events/event-746.htm";
			}
			else if (vCultureDDOptions.value == "Bond")
			{
				strURL = "go/rh567/events/event-732.htm";
			}
			else if (vCultureDDOptions.value == "OE1")
			{
				strURL = "go/rh567/events/event-810.htm";
			}
			else if (vCultureDDOptions.value == "OE2")
			{
				strURL = "go/rh567/events/event-811.htm";
			}
			else if (vCultureDDOptions.value == "OE3")
			{
				strURL = "go/rh567/events/event-808.htm";
			}
			else if (vCultureDDOptions.value == "OE4")
			{
				strURL = "go/rh567/events/event-809.htm";
			}
			else if (vCultureDDOptions.value == "Priv")
			{
				strURL = "go/rh567/events/event-193.htm";
			}
			else if (vCultureDDOptions.value == "RoyalE")
			{
				strURL = "go/rh567/events/event-782.htm";
			}
			else if (vCultureDDOptions.value == "Shake")
			{
				strURL = "go/rh567/events/event-733.htm";
			}
			else if (vCultureDDOptions.value == "Strict")
			{
				strURL = "go/rh567/events/event-692.htm";
			}
			else if (vCultureDDOptions.value == "Tut")
			{
				strURL = "go/rh567/events/event-729.htm";
			}
		}
	}
		   
    
    //alert (strURL);
	document.CultureDD.action = strURL;

}