// sizeFrom drop down.
function filter_houseFrom(num){
	document.getElementById('house_to').selectedIndex = num;
}

// priceFrom drop down.
function filter_landFrom(num){
	document.getElementById('land_to').selectedIndex = num;
}

function filter_priceFrom(num){
	document.getElementById('price_to').selectedIndex = num;
}
