
function onLoadF()
	{ 

	if(sOneVal('shareHolderType') == "a Corporation" && sOneVal('corpCountry') == "Canada" && (true) )
		{
		s('shareHolderType_e_a Corporation_4');
		s('corpCountry_e_Canada');
		}

	if(sOneVal('shareHolderType') == "a Corporation" && sOneVal('corpCountry') == "United States" && (true) )
		{
		s('shareHolderType_e_a Corporation_5');
		s('corpCountry_e_United States');
		}

	}

function shareHolderTypeF(prop)
	{
	h('shareHolderType_e_an Individual');
	h('shareHolderType_e_an Individual_6');
	h('shareHolderType_e_a Corporation');
	h('shareHolderType_e_a Corporation_4');
	h('shareHolderType_e_a Corporation_5');

	if(sOneVal('shareHolderType') == "an Individual")
		{
		s('shareHolderType_e_an Individual');
		s('shareHolderType_e_an Individual_6');
		}

	if(sOneVal('shareHolderType') == "a Corporation")
		{
		s('shareHolderType_e_a Corporation');
		s('shareHolderType_e_a Corporation_4');
		s('shareHolderType_e_a Corporation_5');
		}
	onLoadF();
	}

function corpCountryF(prop)
	{
	h('corpCountry_e_United States');
	h('corpCountry_e_Canada');

	if(sOneVal('corpCountry') == "United States")
		{
		s('corpCountry_e_United States');
		}

	if(sOneVal('corpCountry') == "Canada")
		{
		s('corpCountry_e_Canada');
		}
	onLoadF();
	}

function corpProvinceF(prop)
	{
	onLoadF();
	}

function corpStateF(prop)
	{
	onLoadF();
	}

function meetingF(prop)
	{
	onLoadF();
	}

var divNameArray = new Array("shareHolderType_e_a Corporation", "shareHolderType_e_a Corporation_1", "corpCountry_e_Canada", "shareHolderType_e_a Corporation_2", "corpCountry_e_United States", "shareHolderType_e_an Individual", "shareHolderType_e_an Individual_3", "shareHolderType_e_a Corporation", "shareHolderType_e_a Corporation_4", "corpCountry_e_Canada", "shareHolderType_e_a Corporation_5", "corpCountry_e_United States", "shareHolderType_e_an Individual", "shareHolderType_e_an Individual_6");

