
function onLoadF()
	{ 

	}

function specifySuiteF(prop)
	{
	h('specifySuite_e_true');
	if (getCheckedValue('specifySuite') == "1") 
		{
		s('specifySuite_e_true'); 
		}

	onLoadF();
	}

function countryF(prop)
	{
	h('country_e_Canada');
	h('country_e_United States');

	if(sOneVal('country') == "Canada")
		{
		s('country_e_Canada');
		}

	if(sOneVal('country') == "United States")
		{
		s('country_e_United States');
		}
	onLoadF();
	}

function provinceF(prop)
	{
	onLoadF();
	}

function stateF(prop)
	{
	onLoadF();
	}

function managerF(prop)
	{
	h('manager_e_Other');

	if(sOneVal('manager') == "Other")
		{
		s('manager_e_Other');
		}
	onLoadF();
	}

function managerCountryF(prop)
	{
	h('managerCountry_e_Canada');
	h('managerCountry_e_United States');

	if(sOneVal('managerCountry') == "Canada")
		{
		s('managerCountry_e_Canada');
		}

	if(sOneVal('managerCountry') == "United States")
		{
		s('managerCountry_e_United States');
		}
	onLoadF();
	}

function managerProvinceF(prop)
	{
	onLoadF();
	}

function managerStateF(prop)
	{
	onLoadF();
	}

function tenantTypeF(prop)
	{
	onLoadF();
	}

function exteriorFrontF(prop)
	{
	onLoadF();
	}

function entranceF(prop)
	{
	onLoadF();
	}

function kitchenF(prop)
	{
	onLoadF();
	}

function livingRoomF(prop)
	{
	onLoadF();
	}

function diningRoomF(prop)
	{
	onLoadF();
	}

function masterF(prop)
	{
	onLoadF();
	}

function bed2F(prop)
	{
	onLoadF();
	}

function bed3F(prop)
	{
	onLoadF();
	}

function bathroomF(prop)
	{
	onLoadF();
	}

function bathroom2F(prop)
	{
	onLoadF();
	}

function stairsF(prop)
	{
	onLoadF();
	}

function hallF(prop)
	{
	onLoadF();
	}

function basementF(prop)
	{
	onLoadF();
	}

function balconyF(prop)
	{
	onLoadF();
	}

function rearExteriorF(prop)
	{
	onLoadF();
	}

function storageF(prop)
	{
	onLoadF();
	}

function garageF(prop)
	{
	onLoadF();
	}

function moveInCommentsF(prop)
	{
	onLoadF();
	}

function moveOutCommentsF(prop)
	{
	onLoadF();
	}

function moveInRepairsF(prop)
	{
	onLoadF();
	}

function moveOutRepairsF(prop)
	{
	onLoadF();
	}

var divNameArray = new Array("specifySuite_e_true", "country_e_Canada", "country_e_United States", "manager_e_Other", "managerCountry_e_Canada", "managerCountry_e_United States", "specifySuite_e_true", "country_e_Canada", "country_e_United States", "manager_e_Other", "managerCountry_e_Canada", "managerCountry_e_United States");

