var valError = '';

function resetErrors(){
	valError = '';
}

function changeToFYH()
{
	document.getElementById('modelFinderCntr').id = 'homeFinderCntr';
	document.getElementById('refineSearch_div').style.visibility = 'visible';
	document.getElementById('price_div').style.visibility = 'visible';
	
	/*document.getElementById('selectPage_div').style.visibility = 'visible';*/	
	document.find_your_home.action = 'find_your_home.cfm'
	document.find_your_home.whatform = 'model_centers';
}

function changeToMHC()
{
	document.getElementById('homeFinderCntr').id = 'modelFinderCntr';
	/*document.getElementById('displayPage').value = '';*/
	document.getElementById('refineSearch_div').style.visibility = 'hidden';
	document.getElementById('price_div').style.visibility = 'hidden';
	/*document.getElementById('selectPage_div').style.visibility = 'hidden';*/
	document.find_your_home.action = 'home_centers.cfm'
	document.find_your_home.whatform = 'find_your_home';
}

