// sizeFrom drop down.
function filter_houseFrom(num){
	document.getElementById('houseFilterTo').selectedIndex = num;
}

// priceFrom drop down.
function filter_landFrom(num){
	document.getElementById('landFilterTo').selectedIndex = num;
}

function filter_priceFrom(num){
	document.getElementById('priceFilterTo').selectedIndex = num;
}
