
function onLoadF()
	{ 

	}

function governingNationF(prop)
	{
	h('governingNation_e_Australia');
	h('governingNation_e_Brazil');
	h('governingNation_e_Canada');
	h('governingNation_e_India');
	h('governingNation_e_Mexico');
	h('governingNation_e_Philippines');
	h('governingNation_e_United Kingdom');
	h('governingNation_e_United States');

	if(sOneVal('governingNation') == "Australia")
		{
		s('governingNation_e_Australia');
		}

	if(sOneVal('governingNation') == "Brazil")
		{
		s('governingNation_e_Brazil');
		}

	if(sOneVal('governingNation') == "Canada")
		{
		s('governingNation_e_Canada');
		}

	if(sOneVal('governingNation') == "India")
		{
		s('governingNation_e_India');
		}

	if(sOneVal('governingNation') == "Mexico")
		{
		s('governingNation_e_Mexico');
		}

	if(sOneVal('governingNation') == "Philippines")
		{
		s('governingNation_e_Philippines');
		}

	if(sOneVal('governingNation') == "United Kingdom")
		{
		s('governingNation_e_United Kingdom');
		}

	if(sOneVal('governingNation') == "United States")
		{
		s('governingNation_e_United States');
		}
	onLoadF();
	}

function governingStateUSF(prop)
	{
	onLoadF();
	}

function governingStateCAF(prop)
	{
	onLoadF();
	}

function governingStateAUF(prop)
	{
	onLoadF();
	}

function governingStateUKF(prop)
	{
	onLoadF();
	}

function governingStatePHF(prop)
	{
	onLoadF();
	}

function governingStateINF(prop)
	{
	onLoadF();
	}

function governingStateMXF(prop)
	{
	onLoadF();
	}

function governingStateBRF(prop)
	{
	onLoadF();
	}

function numTenantsF(prop)
	{
	h('numTenants_m_0');
	h('numTenants_m_1');

	if(sOneVal('numTenants')>0)
		{
		s('numTenants_m_0');
		h('numTenants_m_1');
		}

	if(sOneVal('numTenants')>1)
		{
		s('numTenants_m_1');
		}

	onLoadF();
	}

function addSuiteF(prop)
	{
	h('addSuite_e_true');
	if (getCheckedValue('addSuite') == "1") 
		{
		s('addSuite_e_true'); 
		}

	onLoadF();
	}

function enteringF(prop)
	{
	h('entering_e_Agent of Landlord');
	h('entering_e_Agent of Landlord_3');
	h('entering_e_Agent of Landlord_4');

	if(sOneVal('entering') == "Agent of Landlord")
		{
		s('entering_e_Agent of Landlord');
		s('entering_e_Agent of Landlord_3');
		s('entering_e_Agent of Landlord_4');
		}
	onLoadF();
	}

function addOtherDetailsF(prop)
	{
	h('addOtherDetails_e_true');
	if (getCheckedValue('addOtherDetails') == "1") 
		{
		s('addOtherDetails_e_true'); 
		}

	onLoadF();
	}

var divNameArray = new Array("governingNation_e_United States", "governingNation_e_Canada", "governingNation_e_Australia", "governingNation_e_United Kingdom", "governingNation_e_Philippines", "governingNation_e_India", "governingNation_e_Mexico", "governingNation_e_Brazil", "numTenants_m_0", "numTenants_m_1", "addSuite_e_true", "entering_e_Agent of Landlord", "entering_e_Agent of Landlord_1", "entering_e_Agent of Landlord_2", "addOtherDetails_e_true", "governingNation_e_United States", "governingNation_e_Canada", "governingNation_e_Australia", "governingNation_e_United Kingdom", "governingNation_e_Philippines", "governingNation_e_India", "governingNation_e_Mexico", "governingNation_e_Brazil", "numTenants_m_0", "numTenants_m_1", "addSuite_e_true", "entering_e_Agent of Landlord", "entering_e_Agent of Landlord_3", "entering_e_Agent of Landlord_4", "addOtherDetails_e_true");

