
function vaccountryMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.VACCOUNTY;
		var cityValue = formValue.VACCITY;
		switch(selectValue) {	
			case "Spain":
			 search.options[0] = new Option("- All -","All Counties"); 
						search.options[1] = new Option("Andalucia (1)","Andalucia"); break; 			default:
				break;
		}
		
		search.focus();
	}
}

function vaccityMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.VACCITY;
		switch(selectValue) {
							case "Andalucia": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Sevilla (1)","Sevilla");
											break;
					
			default:
				break;
		}
		search.focus();
	}
}





function bnbcountryMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.BNBCOUNTY;
		var cityValue = formValue.BNBCITY;
		switch(selectValue) {	
						default:
				break;
		}
		
		search.focus();
	}
}

function bnbcityMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.BNBCITY;
		switch(selectValue) {
					
			default:
				break;
		}
		search.focus();
	}
}









function cmpcountryMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.CMPCOUNTY;
		var cityValue = formValue.CMPCITY;
		switch(selectValue) {	
						default:
				break;
		}
		
		search.focus();
	}
}

function cmpcityMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.CMPCITY;
		switch(selectValue) {
					
			default:
				break;
		}
		search.focus();
	}
}






























function htlcountryMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.HTLCOUNTY;
		var cityValue = formValue.HTLCITY;
		switch(selectValue) {	
			case "England":
			 search.options[0] = new Option("- All -","All Counties"); 
						search.options[1] = new Option("Cumbria (1)","Cumbria"); 
						search.options[2] = new Option("Devon (1)","Devon"); 
						search.options[3] = new Option("East Yorkshire (1)","East Yorkshire"); 
						search.options[4] = new Option("Isle of Wight (1)","Isle of Wight"); 
						search.options[5] = new Option("Lancashire (3)","Lancashire"); 
						search.options[6] = new Option("South Yorkshire (1)","South Yorkshire"); 
						search.options[7] = new Option("West Yorkshire (1)","West Yorkshire"); break; case "South Africa":
			 search.options[0] = new Option("- All -","All Counties"); 
						search.options[1] = new Option("Western Cape (1)","Western Cape"); break; 			default:
				break;
		}
		
		search.focus();
	}
}

function htlcityMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.HTLCITY;
		switch(selectValue) {
							case "Lancashire": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Blackpool (3)","Blackpool");
											break;
							case "East Yorkshire": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Bridlington (1)","Bridlington");
											break;
							case "Western Cape": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Cape Town ()","Cape Town");
											break;
							case "Cumbria": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Keswick (1)","Keswick");
											break;
							case "West Yorkshire": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Low moor (1)","Low moor");
											break;
							case "South Yorkshire": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Rotherham (1)","Rotherham");
											break;
							case "Isle of Wight": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Shanklin (1)","Shanklin");
											break;
							case "Devon": 	 search.options[0] = new Option("- All -","All Cities");							search.options[1] = new Option("Torquay (1)","Torquay");
											break;
					
			default:
				break;
		}
		search.focus();
	}
}






























function hstcountryMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.HSTCOUNTY;
		var cityValue = formValue.HSTCITY;
		switch(selectValue) {	
						default:
				break;
		}
		
		search.focus();
	}
}

function hstcityMenu(selectValue,formValue) { 
	if(selectValue == '') return;
	else {	
		var search = formValue.HSTCITY;
		switch(selectValue) {
					
			default:
				break;
		}
		search.focus();
	}
}






