
function onLoadF()
	{ 

	if(sOneVal('notice') == "Less than required" && sOneVal('earlyLeave') == "Enter a date" && (true) )
		{
		s('notice_e_Less than required_4');
		s('earlyLeave_e_Enter a date');
		}

	}

function employerCountryF(prop)
	{
	h('employerCountry_e_Canada');
	h('employerCountry_e_United States');

	if(sOneVal('employerCountry') == "Canada")
		{
		s('employerCountry_e_Canada');
		}

	if(sOneVal('employerCountry') == "United States")
		{
		s('employerCountry_e_United States');
		}
	onLoadF();
	}

function employerProvinceF(prop)
	{
	onLoadF();
	}

function employerStateF(prop)
	{
	onLoadF();
	}

function noticeF(prop)
	{
	h('notice_e_More than required');
	h('notice_e_Less than required');
	h('notice_e_Less than required_4');

	if(sOneVal('notice') == "More than required")
		{
		s('notice_e_More than required');
		}

	if(sOneVal('notice') == "Less than required")
		{
		s('notice_e_Less than required');
		s('notice_e_Less than required_4');
		}
	onLoadF();
	}

function earlyLeaveF(prop)
	{
	h('earlyLeave_e_Enter a date');

	if(sOneVal('earlyLeave') == "Enter a date")
		{
		s('earlyLeave_e_Enter a date');
		}
	onLoadF();
	}

function reasonF(prop)
	{
	h('reason_e_Complete More Education/Certification');
	h('reason_e_Complete More Education/Certification_5');
	h('reason_e_Expecting a Child');
	h('reason_e_Expecting a Child_6');
	h('reason_e_Extended Illness');

	if(sOneVal('reason') == "Complete More Education/Certification")
		{
		s('reason_e_Complete More Education/Certification');
		s('reason_e_Complete More Education/Certification_5');
		}

	if(sOneVal('reason') == "Expecting a Child")
		{
		s('reason_e_Expecting a Child');
		s('reason_e_Expecting a Child_6');
		}

	if(sOneVal('reason') == "Extended Illness")
		{
		s('reason_e_Extended Illness');
		}
	onLoadF();
	}

function studyReturnF(prop)
	{
	onLoadF();
	}

function studyReturnF(prop)
	{
	onLoadF();
	}

function maternityReturnF(prop)
	{
	onLoadF();
	}

function maternityReturnF(prop)
	{
	onLoadF();
	}

function healthReturnF(prop)
	{
	onLoadF();
	}

function healthReturnF(prop)
	{
	onLoadF();
	}

var divNameArray = new Array("employerCountry_e_Canada", "employerCountry_e_United States", "notice_e_Less than required", "notice_e_Less than required_1", "earlyLeave_e_Enter a date", "notice_e_More than required", "reason_e_Complete More Education/Certification", "reason_e_Complete More Education/Certification_2", "reason_e_Expecting a Child", "reason_e_Expecting a Child_3", "reason_e_Extended Illness", "employerCountry_e_Canada", "employerCountry_e_United States", "notice_e_Less than required", "notice_e_Less than required_4", "earlyLeave_e_Enter a date", "notice_e_More than required", "reason_e_Complete More Education/Certification", "reason_e_Complete More Education/Certification_5", "reason_e_Expecting a Child", "reason_e_Expecting a Child_6", "reason_e_Extended Illness");
