
function onLoadF()
	{ 

	}

function contactCountryF(prop)
	{
	h('contactCountry_e_Canada');
	h('contactCountry_e_United States');
	h('contactCountry_e_Other');

	if(sOneVal('contactCountry') == "Canada")
		{
		s('contactCountry_e_Canada');
		}

	if(sOneVal('contactCountry') == "United States")
		{
		s('contactCountry_e_United States');
		}

	if(sOneVal('contactCountry') == "Other")
		{
		s('contactCountry_e_Other');
		}
	onLoadF();
	}

function contactStateF(prop)
	{
	onLoadF();
	}

function contactProvinceF(prop)
	{
	onLoadF();
	}

function accountF(prop)
	{
	h('account_e_true');
	if (getCheckedValue('account') == "1") 
		{
		s('account_e_true'); 
		}

	onLoadF();
	}

function currencyF(prop)
	{
	onLoadF();
	}

function senderCountryF(prop)
	{
	h('senderCountry_e_Canada');
	h('senderCountry_e_United States');
	h('senderCountry_e_Other');

	if(sOneVal('senderCountry') == "Canada")
		{
		s('senderCountry_e_Canada');
		}

	if(sOneVal('senderCountry') == "United States")
		{
		s('senderCountry_e_United States');
		}

	if(sOneVal('senderCountry') == "Other")
		{
		s('senderCountry_e_Other');
		}
	onLoadF();
	}

function senderStateF(prop)
	{
	onLoadF();
	}

function senderProvinceF(prop)
	{
	onLoadF();
	}

function thirdPartyF(prop)
	{
	h('thirdParty_e_true');
	if (getCheckedValue('thirdParty') == "1") 
		{
		s('thirdParty_e_true'); 
		}

	onLoadF();
	}

function partyTypeF(prop)
	{
	onLoadF();
	}

function otherDetailsF(prop)
	{
	h('otherDetails_e_true');
	if (getCheckedValue('otherDetails') == "1") 
		{
		s('otherDetails_e_true'); 
		}

	onLoadF();
	}

var divNameArray = new Array("contactCountry_e_United States", "contactCountry_e_Canada", "contactCountry_e_Other", "account_e_true", "senderCountry_e_United States", "senderCountry_e_Canada", "senderCountry_e_Other", "thirdParty_e_true", "otherDetails_e_true", "contactCountry_e_United States", "contactCountry_e_Canada", "contactCountry_e_Other", "account_e_true", "senderCountry_e_United States", "senderCountry_e_Canada", "senderCountry_e_Other", "thirdParty_e_true", "otherDetails_e_true");
