function Search()
{

    var minprice, maxprice, minbeds, regions
    minprice = document.getElementById("MinPrice").value
    maxprice = document.getElementById("MaxPrice").value
    minbeds = document.getElementById("MinBeds").value
	regions = document.getElementById("Regions").value
    document.location="properties.html?&dep=3" + "&minprice=" + minprice + "&maxprice=" + maxprice + "&regions=" + regions + "&minbeds=" + minbeds
}
function Lettings_Prices()
{
	document.getElementById("MinPrice").options.length = 0
	var oItem
	
	oItem = document.createElement("Option");                
	oItem.text = "No Minimum";  //Textbox's value
	oItem.value = "";  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);	

	oItem = document.createElement("Option");                
	oItem.text = "100PCM";  //Textbox's value
	oItem.value = 100;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "200PCM";  //Textbox's value
	oItem.value = 200;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "300PCM";  //Textbox's value
	oItem.value = 300;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "400PCM";  //Textbox's value
	oItem.value = 400;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "500PCM";  //Textbox's value
	oItem.value = 500;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "600PCM";  //Textbox's value
	oItem.value = 600;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "700PCM";  //Textbox's value
	oItem.value = 700;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "800PCM";  //Textbox's value
	oItem.value = 800;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "900PCM";  //Textbox's value
	oItem.value = 900;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1000PCM";  //Textbox's value
	oItem.value = 1000;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1250PCM";  //Textbox's value
	oItem.value = 1250;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1500PCM";  //Textbox's value
	oItem.value = 1500;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1750PCM";  //Textbox's value
	oItem.value = 1750;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "2000PCM";  //Textbox's value
	oItem.value = 2000;  //Textbox's value
	document.getElementById("MinPrice").options.add(oItem);	
	
	document.getElementById("MaxPrice").options.length = 0

	oItem = document.createElement("Option");                
	oItem.text = "No Maximum";  //Textbox's value
	oItem.value = "";  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);	

	oItem = document.createElement("Option");                
	oItem.text = "100PCM";  //Textbox's value
	oItem.value = 100;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "200PCM";  //Textbox's value
	oItem.value = 200;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "300PCM";  //Textbox's value
	oItem.value = 300;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "400PCM";  //Textbox's value
	oItem.value = 400;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "500PCM";  //Textbox's value
	oItem.value = 500;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "600PCM";  //Textbox's value
	oItem.value = 600;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "700PCM";  //Textbox's value
	oItem.value = 700;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "800PCM";  //Textbox's value
	oItem.value = 800;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "900PCM";  //Textbox's value
	oItem.value = 900;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1000PCM";  //Textbox's value
	oItem.value = 1000;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1250PCM";  //Textbox's value
	oItem.value = 1250;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1500PCM";  //Textbox's value
	oItem.value = 1500;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "1750PCM";  //Textbox's value
	oItem.value = 1750;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);
	oItem = document.createElement("Option");                
	oItem.text = "2000PCM";  //Textbox's value
	oItem.value = 2000;  //Textbox's value
	document.getElementById("MaxPrice").options.add(oItem);	
}

