// JavaScript Document

function clearSmallHomes() {
	document.getElementById('birchwood').style.backgroundColor='#727b84';
	document.getElementById('alyeska').style.backgroundColor='#727b84';
	document.getElementById('alyeska2').style.backgroundColor='#727b84';
	document.getElementById('cottonwood').style.backgroundColor='#727b84';
	document.getElementById('northern-lights').style.backgroundColor='#727b84';
	document.getElementById('pioneer').style.backgroundColor='#727b84';
	document.getElementById('jasmine').style.backgroundColor='#727b84';
	document.getElementById('trina').style.backgroundColor='#727b84';
	document.getElementById('klondike').style.backgroundColor='#727b84';
	document.getElementById('alder').style.backgroundColor='#727b84';
}

function clearMediumHomes() {
	document.getElementById('northern-rose').style.backgroundColor='#727b84';
	document.getElementById('cottonwood').style.backgroundColor='#727b84';
	document.getElementById('northern-jewel').style.backgroundColor='#727b84';
	document.getElementById('palmer').style.backgroundColor='#727b84';
	document.getElementById('cheyenne').style.backgroundColor='#727b84';
	document.getElementById('glenview').style.backgroundColor='#727b84';
	document.getElementById('jade').style.backgroundColor='#727b84';
	document.getElementById('windsor').style.backgroundColor='#727b84';
	document.getElementById('mckinley').style.backgroundColor='#727b84';
	document.getElementById('colonial').style.backgroundColor='#727b84';
	document.getElementById('woodlynn').style.backgroundColor='#727b84';
	document.getElementById('chena-run').style.backgroundColor='#727b84';
	document.getElementById('country-ridge').style.backgroundColor='#727b84';
	document.getElementById('westminster').style.backgroundColor='#727b84';	
	document.getElementById('robin').style.backgroundColor='#727b84';
	document.getElementById('victorian').style.backgroundColor='#727b84';
	document.getElementById('tara').style.backgroundColor='#727b84';
	document.getElementById('heritage').style.backgroundColor='#727b84';
}

function clearLargeHomes() {
	document.getElementById('autumn-run').style.backgroundColor='#727b84';
	document.getElementById('summerville').style.backgroundColor='#727b84';
	document.getElementById('adelina').style.backgroundColor='#727b84';
}
