function Marital()
{
	if (document.fmCareer.cboMarital.options[document.fmCareer.cboMarital.selectedIndex].value == "Married")
	{
		document.fmCareer.txtSpouseName.focus();
	}
		
	return;		
}

function Relatives()
{
	document.fmCareer.txtNamesPositions.focus()
		
	return;
}	
	
function Course()
{
	document.fmCareer.txtCourse.focus()
		
	return;
}	

function Study()
{
	document.fmCareer.txtStudy.focus()
		
	return;
}	

function Licensed()
{
	document.fmCareer.txtLicensed.focus()
		
	return;
}	
