/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('1829','Home',ssUrlPrefix + 'index.jsp',null,'Description==We offer the broadest \x26 deepest food ingredient portfolio for global food manufacturers, and help you create safe, consistent, economical foods.','Keywords==Salt, sugar, texturizers, oils, shortenings, malt, health promoting, citrates, cocoa, chocolate, flour, flavors, corn, dressings ','PageTitle==Cargill\x3a Food Ingredients','SegmentName==Food Ingredients','contributorOnly==FALSE');
g_navNode_0=g_navNode_Root.addNode('1832','NA',ssUrlPrefix + 'na/index.jsp','Description==Cargill offers the broadest \x26 deepest food ingredient portfolio for global food manufacturers, and help you create safe, consistent, economical foods.','PageTitle==Cargill\x3a Food Ingredients North America');
g_navNode_0_0=g_navNode_0.addNode('1833','English',ssUrlPrefix + 'na/en/index.jsp','AltLabel==Home','Description==We offer the broadest \x26 deepest food ingredient portfolio for global food manufacturers, and help you create safe, consistent, economical foods.','PageTitle==Cargill - Food Ingredients North America','SegmentName==Food Ingredients');
g_navNode_0_0_0=g_navNode_0_0.addNode('506548','Innovation Exchange',ssUrlPrefix + 'na/en/ie/index.jsp','Description==Cargill\u2019s Innovation Exchange offers food ingredient and food formulation solutions for food and beverage manufacturers and the food industry. ','ExcludeFromSearch==false','ExcludeInLeftNav==false','ExcludeInTopNav==false','ExcludeTopNavSubSections==false','Keywords==food formulation, food industry, supply chain, food ingredients, reduced calorie, reduced sugar, natural sweeteners, reducing sugar','PageTitle==Cargill\u2019s Innovation Exchange has food ingredient and food formulation solutions ','RestartLeftNav==true','contributorOnly==false');
g_navNode_0_0_0_0=g_navNode_0_0_0.addNode('508704','Reduced Calories and Sugar',ssUrlPrefix + 'na/en/ie/reduced-calorie/index.jsp','Description==Consumer needs and policy initiatives are driving reduced calories and sugar dialogue and action in the food industry.  ','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','Keywords==reduced calorie, food ingredients, food innovation, sugar free, hard candy ingredients, white chocolate, confectioner, food research, Truvia,  stevia, beverage formulation, formulation, low calorie sweeteners ','PageTitle==Cargill Innovation Exchange\x3a Reduced Calories and Sugar ');
g_navNode_0_0_0_0_0=g_navNode_0_0_0_0.addNode('509063','Control Calories with Truvia\xae',ssUrlPrefix + 'na/en/ie/reduced-calorie/control-calories-with-truvia/index.jsp','Description==Cargill formulated a new reduced calorie yogurt using a natural sweetener, Truvia\u2122 rebiana, a zero calorie high intensity sweetener  ','Keywords==Yogurt, High intensity sweetener, rebiana, low calories, calories, stevia','PageTitle==Reduced calorie yogurt snack, YoCrunch\xae uses natural high intensity sweetener zero calorie Truvia\u2122 rebiana','contributorOnly==false');
g_navNode_0_0_0_0_1=g_navNode_0_0_0_0.addNode('509064','Sugar Free Chewing Gum Coating',ssUrlPrefix + 'na/en/ie/reduced-calorie/sugar-free-chewing-gum-coating/index.jsp','Description==Cargill offers high purity maltitol syrup for sugar free chewing gum and low calorie applications.','Keywords==low calories, calories, chewing gum, maltitol, sugar free','PageTitle==High purity maltitol syrup is used in sugar free chewing gum coatings and other low or no calorie applications ','contributorOnly==false');
g_navNode_0_0_0_0_2=g_navNode_0_0_0_0.addNode('509065','Great Muffin Taste with Fewer Calories',ssUrlPrefix + 'na/en/ie/reduced-calorie/great-muffin-taste-with-fewer-calories/index.jsp','Description==Cargill offers food ingredients and food science capabilities that help create healthy products, like muffins, using texturizers, starches and inulin.','Keywords==muffin, low calories, low fat, food formula','PageTitle==Cargill\u2019s new muffin formula satisfies customers with low calories and low fat compared to a full fat muffin  ','contributorOnly==false');
g_navNode_0_0_0_0_3=g_navNode_0_0_0_0.addNode('508722','TasteWise\u2122 Reduced Calorie Solutions',ssUrlPrefix + 'na/en/ie/reduced-calorie/tastewise-reduced-calorie-solutions/index.jsp','Description==Cargill\u2019s new to the world mouthfeel optimization technology, TasteWise, maintains sweetness, texture and flavor while reducing calories.','Keywords==Mouthfeel, mouth feel, low calorie drinks, low calorie beverages, low calories, beverage formulation, low calorie sweeteners','PageTitle==TasteWise\u2122 reduced calorie solutions will help customers deliver superior consumer taste experience in low and mid calorie beverages');
g_navNode_0_0_0_0_4=g_navNode_0_0_0_0.addNode('508703','Sugar Free, Zero Calorie Hard Candy',ssUrlPrefix + 'na/en/ie/reduced-calorie/sugar-free-zero-calorie-hard-candy/index.jsp','Description==Cargill offers many types of polyols, like Zerose\xae erythritol, for enhancing food and beverage products. Zerose\xae erythritol was used to create a sugar free natural hard candy. ','ExcludeFromSearch==true','Keywords==Sugar free hard candy, sugar free candy, sugar free, hard candy, candy manufacturers, natural candy','PageTitle==Sugar Free hard candy formula can have natural claim with Zerose\xae erythritol');
g_navNode_0_0_0_0_5=g_navNode_0_0_0_0.addNode('508721','Sugar Free White Coatings',ssUrlPrefix + 'na/en/ie/reduced-calorie/sugar-free-white-coatings/index.jsp','Description==Cargill offers sugar free white chocolate coating for bakery and confectionary applications.','Keywords==White chocolate, sugar free, chocolate white, white chocolate bars, white chocolate mousse, confectioner chocolate, white chocolate taste, reducing sugar','PageTitle==Peter\u2019s Chocolate has an easy-to-use, sugar free white chocolate coating for bakery and confectionary applications');
g_navNode_0_0_0_0_6=g_navNode_0_0_0_0.addNode('508723','Truvia\xae Passes \"Mom Test\"',ssUrlPrefix + 'na/en/ie/reduced-calorie/truvia-passes-mom-test/index.jsp','Description==Cargill offers many types of sweeteners, like Truvia\xae rebiana, a high intensity natural sweetener with zero calories. Research shows that \u201cmoms\u201d will buy Truvia\xae rebiana products for their family.','Keywords==Stevia, reb a, rebiana, natural sweetener, market research, moms, family, kids','PageTitle==Research shows that \u201cMoms\u201d will purchase products with Truvia\u2122 rebiana for their entire family to control calories and sugar ');
g_navNode_0_0_0_0_7=g_navNode_0_0_0_0.addNode('509467','Erythritol Low and Zero Calorie Formulas',ssUrlPrefix + 'na/en/ie/reduced-calorie/erythritol-low-and-zero-calorie-formulas/index.jsp','Description==Erythritol can be used to lower calories in applications such as beverages, confections, dairy and frozen desserts, baking, tabletop sweetener, and pharmaceutical applications. ','Keywords==low calories, natural sweetener, erythritol sweetener, food formula','PageTitle==Low and zero calorie formulas driven by Erythritol\u2019s uniqueness','contributorOnly==false');
g_navNode_0_0_0_0_8=g_navNode_0_0_0_0.addNode('509468','Light Ice Cream Formula',ssUrlPrefix + 'na/en/ie/reduced-calorie/light-ice-cream/index.jsp','Description==Light ice cream formula created with zero sugar and low fat','Keywords==zero sugar, low calories, calories, light ice cream, sweetener','PageTitle==Food manufacturer created a zero sugar and low fat single serve ice cream.','contributorOnly==false');
g_navNode_0_0_0_0_9=g_navNode_0_0_0_0.addNode('509469','Liquid Calories Reduced with Truvia\xae',ssUrlPrefix + 'na/en/ie/reduced-calorie/liquid-calories-reduced-with-truvia/index.jsp','Description==Apple juice formula with low calories using Truvia\xae brand sweetener ','Keywords==Juice, calories, liquid calories, rebiana, low calorie, sweetener','PageTitle==Rebiana lowers calories in market-ready apple juice','contributorOnly==false');
g_navNode_0_0_0_0_10=g_navNode_0_0_0_0.addNode('509489','Hansen\'s Beverages Get a Natural Sugar Free Boost',ssUrlPrefix + 'na/en/ie/reduced-calorie/hansens-beverages-natural-sugar-free/index.jsp','Description==Truvia rebiana can be used in a beverage applications to lower calories','Keywords==Stevia, rebiana, sweetener, food formula','PageTitle==The wide application use of Truvia\xae rebiana in Hansen\u2019s product line speaks to both Hansen\u2019s beverage creativity and the exceptional functionality of Truvia\xae rebiana.','contributorOnly==false');
g_navNode_0_0_0_1=g_navNode_0_0_0.addNode('510133','Reduced Fat and Healthy Oils',ssUrlPrefix + 'na/en/ie/reduced-fat/index.jsp','Description==Consumer needs and policy initiatives are driving reduced fat and healthy oils dialogue and action in the food industry.  ','ExcludeTopNavSubSections==true','Keywords==reduced fat, food ingredients, food innovation, healthy oils, saturated fat, food research, canola oil, omega 3, natural flavors, whole grain','PageTitle==Cargill Innovation Exchange\x3a Reduced Fat and Healthy Oils','contributorOnly==false');
g_navNode_0_0_0_1_0=g_navNode_0_0_0_1.addNode('510138','Students Choose Healthier Bread',ssUrlPrefix + 'na/en/ie/reduced-fat/students-choose-healthier-bread/index.jsp','Description==Whole grain flour improves school district bread','Keywords==Whole wheat bread, whole wheat flour, whole wheat','PageTitle==Whole grain bread formula adopted by Minnesota school district from Cargill\u2019s Bakery Technology Group','contributorOnly==false');
g_navNode_0_0_0_1_1=g_navNode_0_0_0_1.addNode('510137','High Oleic Oil with Great Flavor and Stability',ssUrlPrefix + 'na/en/ie/reduced-fat/high-oleic-oil-with-great-flavor-stability/index.jsp','Description==Clear Valley\xae 80 high oleic canola oil\u2019s resistance to oxidation can offer food manufacturers cost savings by providing an extended shelf life.','Keywords==Clear Valley, canola oil, low saturated fat, reduced fat, shelf life, high oleic ','PageTitle==Clear Valley\xae 80 high oleic oil delivers low levels of saturated fat\x2a, zero grams trans fat and longer food shelf life.','contributorOnly==false');
g_navNode_0_0_0_1_2=g_navNode_0_0_0_1.addNode('510135','Emulsifier Reduces Saturated Fat in Hot Dogs',ssUrlPrefix + 'na/en/ie/reduced-fat/emulsifier-reduces-saturated-fat-in-hot-dogs/index.jsp','Description==Cargill\u2019s technical team has developed a hot dog that tastes great and has a healthier fat profile using a unique emulsifier.','Keywords==Emulsifier, emulsifiers, food emulsifier, fat emulsifier, soy protein','PageTitle==Emulsifier Reduces Saturated Fats in Hot Dogs','contributorOnly==false');
g_navNode_0_0_0_1_3=g_navNode_0_0_0_1.addNode('510136','Omega-3 Bread',ssUrlPrefix + 'na/en/ie/reduced-fat/omega-3-bread/index.jsp','Description==Canola flaxseed oil blend provides omega 3 in bread.','Keywords==Omega 3, flaxseed oil, canola oil, Alpha-linolenic Acid','PageTitle==Bread reformulated to provide an Alpha-linolenic Acid omega 3 claim from a canola and flaxseed oil blend. ','contributorOnly==false');
g_navNode_0_0_0_1_4=g_navNode_0_0_0_1.addNode('510342','Egg Whites and Breakfast Profits',ssUrlPrefix + 'na/en/ie/reduced-fat/egg-white-patties/index.jsp','Description==Egg white patties are well targeted for healthy breakfast retail food outlet sales growth ','ExcludeInTopNav==true','Keywords==egg white calories, egg whites, egg white in, egg white','PageTitle==Egg whites are profitable for retail food outlet breakfast menus','contributorOnly==false');
g_navNode_0_0_0_1_5=g_navNode_0_0_0_1.addNode('510343','Taking the Fat out of Sour Cream',ssUrlPrefix + 'na/en/ie/reduced-fat/reduced-fat-sour-cream/index.jsp','Description==Stabilizer blends replace high priced, volatile butter fat to reduce total fat and costs without jeopardizing taste and texture of full fat sour cream','ExcludeInTopNav==true','Keywords==Sour cream, cream stabilizer, emulsifier, hydrocolloid','PageTitle==Reducing the fat and costs in sour cream','contributorOnly==false');
g_navNode_0_0_0_1_6=g_navNode_0_0_0_1.addNode('510344','Foodservice Customer Gives Fryers an Oil Change',ssUrlPrefix + 'na/en/ie/reduced-fat/foodservice-canola-oil/index.jsp','Description==The cost of peanut oil has risen and the potential allergen risks of peanut oil provide the need for a canola oil solution.','ExcludeInTopNav==true','Keywords==Peanut oil, high oleic, canola oil, cooking oil, high smoke point','PageTitle==Swap peanut oil for canola oils for foodservice frying.','contributorOnly==false');
g_navNode_0_0_0_1_7=g_navNode_0_0_0_1.addNode('510345','Remove Trans Fat from Donut Labels',ssUrlPrefix + 'na/en/ie/reduced-fat/remove-trans-fat-from-donuts/index.jsp','Description==Cake distributor gets trans fat off their labels with the help of a plant based oil blend.','ExcludeInTopNav==true','Keywords==Trans fat, palm oil, oil palm, donut','PageTitle==Remove trans fat from donut labels','contributorOnly==false');
g_navNode_0_0_0_1_8=g_navNode_0_0_0_1.addNode('510564','Plant Sterols and Lower Cholesterol',ssUrlPrefix + 'na/en/ie/reduced-fat/plant-sterols-and-cholesterol/index.jsp','Description==Study found the intake of food which includes plant sterols, commercially available as Corowise, participants\u2019 low-density lipoprotein \x28LDL\x29 cholesterol levels dropped','ExcludeInTopNav==true','Keywords==Plant sterols, and cholesterol, sterols, cholesterol, high cholesterol','PageTitle==New study shows that plant sterols can help lower cholesterol','contributorOnly==false');
g_navNode_0_0_0_1_9=g_navNode_0_0_0_1.addNode('510565','Saturated Fat Replacement Expertise',ssUrlPrefix + 'na/en/ie/reduced-fat/saturated-fat-replacement/index.jsp','Description==Designing heart-healthy fat systems to replace higher saturated fat systems','ExcludeInTopNav==true','Keywords==Heart-healthy, fat system, saturated fat, food formulation','PageTitle==Cargill designs saturated fat replacement system','contributorOnly==false');
g_navNode_0_0_0_1_10=g_navNode_0_0_0_1.addNode('510566','Replace Oil in Sweet Bakery Products',ssUrlPrefix + 'na/en/ie/reduced-fat/replace-oil-in-bakery-products/index.jsp','Description==Cost neutral stabilizer and thickening blend replaces up to 50\x25 of the oil in sweet bakery products to reduce fat and enhance texture ','Keywords==Texturizer, texture of foods, food thickening agent, thickening agent for food','PageTitle==Reduce fat in cake and sweet bakery applications ','contributorOnly==false');
if (SSContributor)
{
g_navNode_0_0_0_1_11=g_navNode_0_0_0_1.addNode('510567','Updated Methods for Analyzing Total Fat',ssUrlPrefix + 'na/en/ie/reduced-fat/analysis-methods-for-fat/index.jsp','contributorOnly==true');
}
g_navNode_0_0_0_2=g_navNode_0_0_0.addNode('510686','Cost Management',ssUrlPrefix + 'na/en/ie/cost-management/index.jsp','Description==In addition to supplying ingredients, Cargill also helps our customers manage costs by boosting operational efficiency, managing market risks and optimizing product formulations.','ExcludeTopNavSubSections==true','Keywords==cost, management, optimization, operational efficiency, food, beverage, formulation, reduction','PageTitle==Cost management\x3a Cargill Innovation Exchange','contributorOnly==false');
g_navNode_0_0_0_2_0=g_navNode_0_0_0_2.addNode('510687','Manage Raw Material Costs in Yogurt',ssUrlPrefix + 'na/en/ie/cost-management/manage-material-cost-yogurt/index.jsp','Description==Yogurt manufacturers can increase profitability by reducing formulation costs related to gelatin with stabilizers like Vitex\xae blends as diary replacement ingredients','ExcludeInTopNav==true','Keywords==Gelatin replacement, texturizer, mouthfeel, gelatin, stabilizer','PageTitle==Manage costs in yogurt with Vitex diary replacement stabilizer','contributorOnly==false');
g_navNode_0_0_0_2_1=g_navNode_0_0_0_2.addNode('510688','Maltitol Syrup Drives Cost Savings in Snack Food',ssUrlPrefix + 'na/en/ie/cost-management/maltitol-syrup-drives-cost-savings-in-snacks/index.jsp','Description==Maltitol Syrup  offers food and beverage manufacturers a low-calorie, sugar-free alternative to sugar and crystalline maltitol.','ExcludeInTopNav==true','Keywords==Maltitol syrup, maltitol sweetener syrup, sugar alcohol, polyol','PageTitle==Switch from crystalline maltitol to maltitol syrup creates significant savings','contributorOnly==false');
g_navNode_0_0_0_2_2=g_navNode_0_0_0_2.addNode('510689','Brewer Finds Plant Efficiencies Through Modeling Tools',ssUrlPrefix + 'na/en/ie/cost-management/brewer-finds-plant-efficiencies-through-modeling-tools/index.jsp','Description==A brewer came to Cargill seeking advice on addressing brewing process inefficiencies that could lead to cost savings and sustainability improvements.','ExcludeInTopNav==true','Keywords==Process inefficiencies, manufacturing efficiency, manufacturing processes, energy savings','PageTitle==Energy and water savings captured in manufacturing plant','contributorOnly==false');
g_navNode_0_0_0_2_3=g_navNode_0_0_0_2.addNode('510690','Whole Wheat Health and Flavor With Potential Cost Benefits',ssUrlPrefix + 'na/en/ie/cost-management/whole-wheat-cost-benefits/index.jsp','Description==white spring whole wheat flour optimizes baking performance and reduces bowl costs','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','Keywords==Whole wheat flour, flour mixing, mixing dough, whole wheat','PageTitle==White spring whole wheat flour reduces costs for bakery manufacturers ','contributorOnly==false');
g_navNode_0_0_0_2_4=g_navNode_0_0_0_2.addNode('510842','Bake Profits Into Your Biscuit Formulations',ssUrlPrefix + 'na/en/ie/cost-management/biscuit-formulation-profits/index.jsp','Description==Foodservice and food retailers can improve their biscuit formula and increase sales and efficiencies and reduce waste. ','ExcludeInTopNav==true','Keywords==Biscuit, formula, cost management, from scratch, shelf life','PageTitle==New biscuit formula maintains \u201cfrom scratch\u201d flavor with cost savings and efficiencies','contributorOnly==false');
g_navNode_0_0_0_2_5=g_navNode_0_0_0_2.addNode('510843','Cost Saving Packaging Solution for Sterol Ester Customers',ssUrlPrefix + 'na/en/ie/cost-management/cost-saving-packaging-plant-sterols/index.jsp','Description==Cargill engineers designed a heated tote to manage the plant sterol esters more efficiently, achieving significant cost savings.','ExcludeInTopNav==true','Keywords==Plant sterol, sterol esters, plant sterol foods, sterol ester','PageTitle==Plant sterol packaging innovation provides cost savings for customers','contributorOnly==false');
g_navNode_0_0_0_2_6=g_navNode_0_0_0_2.addNode('510844','Flexible Ingredient Sourcing and Containing Costs',ssUrlPrefix + 'na/en/ie/cost-management/flexible-ingredient-sourcing/index.jsp','Description==Flexible ingredient sourcing coupled with product formulations using different sweeteners can help contain costs.','ExcludeInTopNav==true','Keywords==Ingredient, sourcing, sweeteners, cost management','PageTitle==Flexible ingredient sourcing with Cargill can help contain costs','contributorOnly==false');
g_navNode_0_0_0_2_7=g_navNode_0_0_0_2.addNode('510845','Reduce Costs with Starch',ssUrlPrefix + 'na/en/ie/cost-management/starch-as-confectionery-replacement-ingredient/index.jsp','Description==Starch used as a confectionery replacement ingredient in gummy candy and marshmallow saves on gelatin expenses  ','ExcludeInTopNav==true','Keywords==Starch, gelatin, confection, confectionery, gummy','PageTitle==Starch used as a confectionery replacement ingredient saves on gelatin expenses  ','contributorOnly==false');
g_navNode_0_0_0_2_8=g_navNode_0_0_0_2.addNode('510972','Multiple Origin Malt Sourcing Market Advantage',ssUrlPrefix + 'na/en/ie/cost-management/multiple-origin-malt-sourcing/index.jsp','Description==Cargill engineers designed a heated tote to manage the plant sterol esters more efficiently, achieving significant cost savings.','ExcludeInTopNav==true','Keywords==Sourcing, supply chain, malting barley, brewers, malt','PageTitle==Multiple origin malting barley sourcing gives brewers a commodity cost management advantage','contributorOnly==false');
g_navNode_0_0_0_2_9=g_navNode_0_0_0_2.addNode('510973','Gum Arabic Replacement Ingredient Eases Producer Concerns',ssUrlPrefix + 'na/en/ie/cost-management/gum-arabic-replacement-ingredient/index.jsp','Description==EmulTru\u2122 delivers an emulsion that is equivalent to gum arabic while providing sourcing and purchasing departments with cost savings and a secure supply chain.','ExcludeInTopNav==true','Keywords==Gum Arabic, gum Arabic substitute, emulsifier, emulsions, starch','PageTitle==EmulTru\u2122 gum arabic replacement starch ingredient provides supply chain stability and cost savings','contributorOnly==false');
g_navNode_0_0_0_2_10=g_navNode_0_0_0_2.addNode('510971','MaizeWise\xae Delivers Cost Effective Whole Grain Nutrition',ssUrlPrefix + 'na/en/ie/cost-management/maizewise-delivers-whole-grain-nutrition/index.jsp','Description==Whole grain corn products can be used as a direct replacement for existing corn meal, masa, or corn flours in pursuit of FDA-approved whole grain claims','ExcludeInTopNav==true','Keywords==Whole grain corn, corn whole grain, whole grain, corn bran','PageTitle==MaizeWise\xae whole grain corn is a cost effective ingredient source ','contributorOnly==false');
if (SSContributor)
{
g_navNode_0_0_0_2_11=g_navNode_0_0_0_2.addNode('511267','Cost Savings from a New Natural Zero Calorie Sweetener',ssUrlPrefix + 'na/en/ie/cost-management/cost-savings-natural-zero-calorie-sweetener/index.jsp','Description==TRUVIA 80\u2122stevia leaf extract\u2019s consistency, potency, sensory, and technical attributes make it an ideal natural zero calorie sweetener for the food industry and beverage manufacturers.','ExcludeInTopNav==true','Keywords==Stevia, sweetener, stevia leaf, stevia extract','PageTitle==TRUVIA 80\u2122stevia leaf extract delivers savings to the food \x26 beverage industry','contributorOnly==true');
}
g_navNode_0_0_0_2_12=g_navNode_0_0_0_2.addNode('511268','Great Beverage Ingredients - but can they Formulate?',ssUrlPrefix + 'na/en/ie/cost-management/save-by-outsourcing-beverage-formulation/index.jsp','Description==Ingredient suppliers are delivering new products and reformulations of established beverage products that are improving the bottom and top lines of beverage companies.','ExcludeInTopNav==true','Keywords==Beverage application, ingredients in drinks, beverage manufacturers, formulation','PageTitle==Beverage manufacturers can save money \x26 grow sales with outsourced formulation','contributorOnly==false');
g_navNode_0_0_0_2_13=g_navNode_0_0_0_2.addNode('511269','Bakery Manufacturing Processes Optimized',ssUrlPrefix + 'na/en/ie/cost-management/bakery-manufacturing-processes-optimized/index.jsp','Description==Process improvements will provide cost savings for commercial bakeries with so they can increase profits and achieve sustainability goals.','ExcludeInTopNav==true','Keywords==Process optimization, process improvement, bakery, saving energy, water use','PageTitle==Bakery process improvements to save energy and water','contributorOnly==false');
g_navNode_0_0_0_2_14=g_navNode_0_0_0_2.addNode('511270','Kick Start Brewing with Starter Cultures',ssUrlPrefix + 'na/en/ie/cost-management/brewing-starter-cultures/index.jsp','Description==Attack the costs associated with variable raw material quality levels by using Cargill\u2019s patented technology of starter cultures in your brewing operations.','ExcludeInTopNav==true','Keywords==Brewing, beer brewing, starter cultures, beer, barley','PageTitle==Brewing starter cultures improve yield and consistency and reduce mycotoxins ','contributorOnly==false');
g_navNode_0_0_0_3=g_navNode_0_0_0.addNode('510832','Indulgence',ssUrlPrefix + 'na/en/ie/indulgence/index.jsp','Description==In addition to supplying ingredients and formulation expertise to our customers that consistently produce high-quality products, Cargill also helps our customers create indulgent formulations that meet today\\x27s consumer preferences.','ExcludeTopNavSubSections==true','Keywords==indulgent, indulgence, formulate, chocolate, sweeteners, cakes, frostings','PageTitle==Indulgence\x3a Cargill Innovation Exchange','contributorOnly==false');
g_navNode_0_0_0_3_0=g_navNode_0_0_0_3.addNode('510833','Cargill Chocolate Brands Offer Consumers Affordable Indulgence',ssUrlPrefix + 'na/en/ie/indulgence/affordable-chocolate-indulgence/index.jsp','Description==Peter\u2019s\xae Chocolate and Wilbur\xae Chocolate Combine Long Tradition With Modern Expertise To Meet Customers\u2019 Needs','ExcludeInTopNav==true','Keywords==Chocolate, indulgence, chocolatier, ingredient','PageTitle==Cargill Chocolate Brands Offer Consumers Affordable Indulgence','contributorOnly==false');
g_navNode_0_0_0_3_1=g_navNode_0_0_0_3.addNode('510834','Whole Wheat Indulgent Snack Rolls',ssUrlPrefix + 'na/en/ie/indulgence/whole-wheat-indulgent-snack-rolls/index.jsp','Description==Snack rolls benefit from the performance and smoothness of white spring whole wheat flour','ExcludeInTopNav==true','Keywords==Whole wheat, whole grain, whole wheat flour, indulgent','PageTitle==Whole wheat indulgent snack rolls','contributorOnly==false');
g_navNode_0_0_0_3_2=g_navNode_0_0_0_3.addNode('510835','Corn Sweeteners\x3a A Logical Sweetener Choice',ssUrlPrefix + 'na/en/ie/indulgence/corn-sweeteners-cost-functionality/index.jsp','Description==Corn syrup and corn sweeteners have broad application use and cost management benefits that make it an ideal sweetener for many applications','ExcludeInTopNav==true','Keywords==Corn sugar, corn sweetener, corn syrup, indulgent','PageTitle==Corn sweeteners, like corn syrup are a logical sweetener choice for functional and cost management reasons','contributorOnly==false');
g_navNode_0_0_0_3_3=g_navNode_0_0_0_3.addNode('510836','Shortening Options to Optimize Cakes and Frostings',ssUrlPrefix + 'na/en/ie/indulgence/fat-options-to-optimize-aeration/index.jsp','Description==The quality of cakes and icings is highly dependent upon aeration\x3b therefore, Cargill developed a variety of specialized shortenings and oils to satisfy the needs of cake manufacturers.','ExcludeInTopNav==true','Keywords==Cake, icing, shortening, cake shortening, icing shortening','PageTitle==A variety of \u201cfat\u201d options likes oils and shortening can optimize aeration in cakes and icings','contributorOnly==false');
g_navNode_0_0_0_3_4=g_navNode_0_0_0_3.addNode('510975','Is Chocolate Recession-Proof?',ssUrlPrefix + 'na/en/ie/indulgence/is-chocolate-recession-proof/index.jsp','Description==Peter\u2019s\xae Chocolate is a premium chocolate supplier to confectioners and food manufacturers who are selling more premium chocolate products','ExcludeInTopNav==true','Keywords==Chocolate, indulgence, ingredient, affordable ','PageTitle==Peter\u2019s\xae Chocolate is a supplier of premium chocolate selling to manufacturers and confectioners who product premium chocolate products','contributorOnly==false');
g_navNode_0_0_0_3_5=g_navNode_0_0_0_3.addNode('510978','Back to Basics Chocolate Cookie for the \"Simple\" Foods Market',ssUrlPrefix + 'na/en/ie/indulgence/basic-chocolate-cookie-for-simple-foods-market/index.jsp','Description==Indulgent chocolate cookie formula that has fewer ingredients than other cookies marketed as \u201csimple\u201d','ExcludeInTopNav==true','Keywords==Cookie formula, simple cookies, cpg, ingredients, basic cookies','PageTitle==Simple cookie formula that has fewer ingredients than other cookies marketed as \u201csimple\u201d','contributorOnly==false');
g_navNode_0_0_0_3_6=g_navNode_0_0_0_3.addNode('510976','Syrup Spells Sweet Success for Snack Cake Makers',ssUrlPrefix + 'na/en/ie/indulgence/syrup-spells-sweet-success-for-snack-cake-makers/index.jsp','Description==For bakers, creating a delicious pre-packaged snack cake that retains its moisture is a goal that can be obtained using a corn based ingredient\x3a  glucose syrup.','ExcludeInTopNav==true','Keywords==sweetener, glucose, corn syrup, snack cakes, glucose syrup','PageTitle==Deliver a consistently delicious pre-packaged snack cake that retains its moist, tender texture using glucose syrup.','contributorOnly==false');
g_navNode_0_0_0_3_7=g_navNode_0_0_0_3.addNode('510977','Adventurous Chocolate Bar Flavor Pairings',ssUrlPrefix + 'na/en/ie/indulgence/adventurous-chocolate-bar-flavor-pairings/index.jsp','Description==Cargill\u2019s Wilbur Chocolate brand is ideal for creating chocolate products targeted at the premium chocolate market as well as chocolate flavor pairing or infusions.','ExcludeInTopNav==true','Keywords==Chocolate pairings, chocolate bars, candy bar, chocolate','PageTitle==Wilbur Chocolates are ideal for creating chocolate products targeted at the chocolate flavor pairing or infusion market.','contributorOnly==false');
g_navNode_0_0_0_3_8=g_navNode_0_0_0_3.addNode('511271','Achieve Smooth Caramel Flavor and Superior Mouthfeel in your Brews',ssUrlPrefix + 'na/en/ie/indulgence/smooth-caramel-flavor-and-mouthfeel-in-brews/index.jsp','Description==To produce a smooth and subtly sweet caramel malt flavor with a red hue, kilned caramel malt products are ideal.','ExcludeInTopNav==true','Keywords==Caramel malt, malt, brewing, beer, beer ingredients','PageTitle==Kilned caramel malts enhance smooth beers and achieve improved mouthfeel','contributorOnly==false');
g_navNode_0_0_0_3_9=g_navNode_0_0_0_3.addNode('511272','Chocolate Powdered Mix Allows for \u201cMade with Real Chocolate\u201d Claim',ssUrlPrefix + 'na/en/ie/indulgence/chocolate-powdered-mix/index.jsp','Description==Wilbur\xae Chocolate Duet\u2122 powdered mix, allows food processors to use chocolate liquor for \u201cmade with real chocolate\" labeling without the formulation and cost management challenges typically associated with chocolate liquor.','ExcludeInTopNav==true','Keywords==chocolate liquor, chocolate, cocoa powder, chocolate flavor','PageTitle==Chocolate Duet\u2122 powdered mix\x3b chocolate liquor for \u201cmade with real chocolate\" ','contributorOnly==false');
g_navNode_0_0_0_3_10=g_navNode_0_0_0_3.addNode('511273','How to Increase Fiber in your Ice Cream without Noticing it',ssUrlPrefix + 'na/en/ie/indulgence/how-to-increase-fiber-in-ice-cream/index.jsp','Description==Odorless soluble powder, Oliggo-Fiber\xae Inulin can be inconspicuously blended into different foods and drinks like ice cream. Inulin helps contribute positively to the overall image of products as it is a natural source of fiber.','ExcludeInTopNav==true','Keywords==Fiber, inulin, fiber foods, fiber inulin','PageTitle==Ice cream bar includes inulin, a nearly \u201cinvisible\u201d soluble fiber ','contributorOnly==false');
g_navNode_0_0_0_4=g_navNode_0_0_0.addNode('508796','Cargill e-News',ssUrlPrefix + 'na/en/ie/cargill-enews/index.jsp','Description==With Cargill e-News, we\u2019re giving our strategic business partners a better understanding of how Cargill can help grow their businesses by innovating around critical needs such as sustainability, cost management and on-trend product development.','ExcludeTopNavSubSections==true','Keywords==food industry news, food industry trends, natural sweeteners, reduced calorie, reducing sugar, e-news, food industry updates\x09\x09\x09','PageTitle==Cargill Innovation Exchange\x3a Cargill e-News - Food industry trend updates');
g_navNode_0_0_0_8=g_navNode_0_0_0.addNode('508400','Food Guideline Solutions',ssUrlPrefix + 'na/en/ie/food-guideline-solutions/index.jsp','Description==Cargill helps the food industry and beverage manufacturers create food products to address food policy developments with quality food ingredients and food formulation capabilities ','ExcludeFromSearch==false','ExcludeInLeftNav==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==true','Keywords==food policy, label, labeling, food formulation, dietary guidelines','PageTitle==Cargill\u2019s food formulation expertise helps address food policy developments  ','RestartLeftNav==true');
g_navNode_0_0_0_8_0=g_navNode_0_0_0_8.addNode('508401','Reduce Calories / Sugar',ssUrlPrefix + 'na/en/ie/food-guideline-solutions/reduce-calories-sugar/index.jsp','Description==Cargill helps the food industry and beverage manufacturers create lower calorie and reduced sugar food products through quality food ingredients and formulation capabilities ','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==lower calorie, reducing sugars, caloric, food formulation, reduce calories','PageTitle==Cargill helps the food industry create lower calorie food products');
g_navNode_0_0_0_8_1=g_navNode_0_0_0_8.addNode('508405','Reduce Fat / Cholesterol',ssUrlPrefix + 'na/en/ie/food-guideline-solutions/reduce-fat-cholesterol/index.jsp','Description==Cargill helps the food industry and beverage manufacturers create reduced fat and low fat food products through quality food ingredients and food formulation capabilities.','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==low fat, fat, reduced fat, food ingredients, food formulation','PageTitle==Cargill helps the food industry create reduced fat food products  ');
g_navNode_0_0_0_8_2=g_navNode_0_0_0_8.addNode('508406','Reduce Sodium',ssUrlPrefix + 'na/en/ie/food-guideline-solutions/reduce-sodium/index.jsp','Description==Cargill helps the food industry and beverage manufacturers create lower sodium food products through quality food ingredients and food formulation capabilities','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==low salt, lower sodium, food ingredients, food formulation, reduce sodium ','PageTitle==Cargill helps the food industry create lower sodium food products  ');
g_navNode_0_0_0_8_3=g_navNode_0_0_0_8.addNode('508408','Increase Fiber',ssUrlPrefix + 'na/en/ie/food-guideline-solutions/increase-fiber/index.jsp','Description==Cargill helps the food industry and beverage manufacturers increase fiber content in food products through quality food ingredients and formulation capabilities ','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==fiber, foods with fiber, fiber intake, food formulation','PageTitle==Cargill helps the food industry create higher fiber food products  ');
g_navNode_0_0_0_8_4=g_navNode_0_0_0_8.addNode('508407','Increase Whole Grains',ssUrlPrefix + 'na/en/ie/food-guideline-solutions/increase-whole-grains/index.jsp','Description==Cargill helps the food industry increase whole grain content in food products through quality food ingredients and formulation capabilities ','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==whole grain, whole grain foods, food ingredient, food formulation','PageTitle==Cargill helps the food industry create whole grain food products  ');
g_navNode_0_0_0_9=g_navNode_0_0_0.addNode('509067','Perspectives',ssUrlPrefix + 'na/en/ie/perspectives/index.jsp','Description==Perspectives is written for technical professionals by Cargill\u2019s food and beverage scientists. Each month, Cargill technologists and applications\u2019 scientists address some of the key challenges being faced by food and beverage formulators.','ExcludeTopNavSubSections==true','Keywords==food, beverage, technical articles, ingredients, products, innovation, formulation','PageTitle==Perspectives - Food and Beverage Scientis Editorial - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_0_9_0=g_navNode_0_0_0_9.addNode('510818','Reduced Calories and Sugar',ssUrlPrefix + 'na/en/ie/perspectives/reduced-calories-sugar/index.jsp','Description==Consumer needs are driving reduced calories and sugar dialogue and action in the food industry. Cargill\u2019s solutions can help satisfy these needs in your food and beverage applications. ','ExcludeTopNavSubSections==true','Keywords==reduce, calories, sugar, formulation, food, beverage, application, editorial, article,','PageTitle==Reduced calories and sugar - Cargill Perspectives','RestartLeftNav==false');
g_navNode_0_0_0_9_0_0=g_navNode_0_0_0_9_0.addNode('509069','A New Approach to Food Innovation',ssUrlPrefix + 'na/en/ie/perspectives/reduced-calories-sugar/a-new-approach-to-food-innovation/index.jsp','Description==The food industry is at an interesting point in terms of innovation. Many traditional products and brands are under increasing pressure to reformulate for nutritional or sustainability reasons. Increasingly, consumers are scrutinizing food and beverage labels, wanting to better understand the origins of their food or what the ingredients on the label mean in terms of nutritional benefits. ','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==food industry, food manufacturing, food products, beverage products, innovation, reduced calorie, reducing calories, beverage formulations','PageTitle==A new model for food and beverage innovation - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_0_1=g_navNode_0_0_0_9_0.addNode('510148','Stevia vs. Rebiana',ssUrlPrefix + 'na/en/ie/perspectives/reduced-calories-sugar/stevia-vs-rebiana/index.jsp','Description==Simply stated, rebiana is the best tasting component of the stevia plant. This is the \u201csweet spot\u201d we have been looking for, a clean sweet taste without the off-flavors.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==rebiana, stevia, sweeteners, flavor, beverage, food,','PageTitle==Stevia vs. Rebiana - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_0_2=g_navNode_0_0_0_9_0.addNode('510149','The Taste of Reduced Calories',ssUrlPrefix + 'na/en/ie/perspectives/reduced-calories-sugar/taste-reduced-calories/index.jsp','Description==Thanks to breakthrough research and development by Cargill scientists, customers can now help consumers turn their desire for calorie reduction into reality.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==reduce, calories, beverage, consumer preference, weight loss, tastewise','PageTitle==Getting the taste of reduced calorie beverages right - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_1=g_navNode_0_0_0_9.addNode('510819','Reduced Fat and Healthy Oils',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/index.jsp','Description==Consumer needs and policy initiatives are driving reduced fat and healthier oils dialogue and action in the food industry. Cargill\u2019s solutions can help satisfy these needs in your food applications.','ExcludeTopNavSubSections==true','Keywords==reduce, fat, healthy, oil, trends, applications, formulation, article, editorial, ','PageTitle==Reduced fat and healthy oils - Cargill Perspectives','RestartLeftNav==false');
g_navNode_0_0_0_9_1_0=g_navNode_0_0_0_9_1.addNode('510283','Healthier Fried Foods with Taste',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/healthy-fried-foods/index.jsp','Description==While there may be no such thing as \"healthy\" fried foods, the food industry has made great strides in making them healthier while preserving their appeal. ','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==healthy foods, frying, fried foods, eliminate, trans fat, reduce fat, ','PageTitle==Making fried foods healthier without sacrificing taste - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_1_1=g_navNode_0_0_0_9_1.addNode('510334','Better-for-You Cakes and Muffins',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/indulging-cakes-muffins/index.jsp','Description==Reduced-fat muffins and cakes that taste as good as full-fat versions? Eating is believing when it comes to baked goods made with Cargill\\x27s CitriTex\xae blends.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==Reduce fat, baking, bakery, functional system, food, citritex blends','PageTitle==Indulging in better-for-you cakes and muffins - Perspectives - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_0_9_1_2=g_navNode_0_0_0_9_1.addNode('510430','Reduced Fat in Foods Marketed to Kids',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/reduced-fat-in-foods-for-kids/index.jsp','Description==We\\x27re up against another difficult but very important challenge\x3a to develop foods with no more than 1 gram of saturated fat per serving which are marketed to children.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==food, children, kids, development, reduce, saturated, fat, ','PageTitle==Meeting the challenge of reducing saturated fat in foods marketed to kids - Perspectives - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_0_9_1_3=g_navNode_0_0_0_9_1.addNode('510484','\"Block\" Cholesterol for Heart Health',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/block-cholesterol-for-heart-health/index.jsp','Description==The CoroWise\xae brand of plant sterols, which are structurally similar to cholesterol in the human body, can help. Plant sterols may reduce the risk of heart disease when paired with a diet low in saturated fat and cholesterol.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==lower cholesterol, reduce, heart disease, saturated fat, plant sterols,','PageTitle==Watching your fats for heart health? Why not \u201cblock\u201d cholesterol? - Perspectives - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_0_9_1_4=g_navNode_0_0_0_9_1.addNode('510560','Int\'l Dairy Foods Association Show',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/cost-containment-at-idfa/index.jsp','Description==Our dairy customers are frequently asking us how we can help them deal with rising input costs while continuing to produce the great tasting, high quality products that their customers expect from them.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==IDFA, dairy, food, cost, management,','PageTitle==Cost containment at this year\u2019s International Dairy Foods Association - Perspectives - Cargill Food Ingredients ');
g_navNode_0_0_0_9_1_5=g_navNode_0_0_0_9_1.addNode('510641','Canola oil and seed\x3a a breed apart',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/canola-oil-and-seed/index.jsp','Description==Cargill\\x27s ingredient oil customers want heart-healthy solutions that protect their brand as consumer expectations expand and regulations tighten. In response, we harness expertise from across Cargill\u2014trait breeding, grains and oils, seed crushing, food researchers and applications scientists\u2014to generate unique oil blends.','ExcludeInLeftNav==true','ExcludeInTopNav==true','Keywords==canola oil, heart, healthy, trait breeding, oil blends, ','PageTitle==Canola oil and seed\x3a a breed apart - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_1_6=g_navNode_0_0_0_9_1.addNode('510684','Omega-3s\x3a boost nutrition and lower fat',ssUrlPrefix + 'na/en/ie/perspectives/reduced-fat-healthy-oils/Omega-3s-nutrition-and-lowerfat/index.jsp','Description==Cargill\\x27s ingredient oil customers want heart-healthy solutions that protect their brand as consumer expectations expand and regulations tighten. In response, we harness expertise from across Cargill\u2014trait breeding, grains and oils, seed crushing, food researchers and applications scientists\u2014to generate unique oil blends.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==low, saturated, fat, omega 3, ALA, alpha-linolenic acid, fatty acid, canola, flax','PageTitle==Omega-3s\x3a slick ways to boost nutrition while lowering saturated fat - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_2=g_navNode_0_0_0_9.addNode('510820','Cost Management',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/index.jsp','Description==In addition to supplying ingredients and formulation expertise to our customers that consistently produce high-quality products, Cargill also helps our customers manage costs by boosting operational efficiency, managing market risks and optimizing product formulations.','ExcludeTopNavSubSections==true','Keywords==cost, reduce, manage, operation, market, risk, optimize, formulate, trends, articles, editorial,','PageTitle==Cost management - Cargill Perspectives');
g_navNode_0_0_0_9_2_0=g_navNode_0_0_0_9_2.addNode('510766','Saving money with process improvement',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/save-money-with-process-improvement/index.jsp','Description==At Cargill Process Optimizers \x28CPO\x29, we identify cost-savings opportunities at food-production facilities through onsite and offsite information-gathering, modeling and analysis. ','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cost, optimization, management, process, savings, numerical analysis,','PageTitle==Saving money through \"big picture\" process improvement - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_2_1=g_navNode_0_0_0_9_2.addNode('510809','Relieve cost pressures with your oils',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/relieve-cost-pressures-with-oils/index.jsp','Description==The current economic stagnation coupled with very high commodity prices has led food manufacturers to understandably become very price-sensitive. At Cargill, we\\x27re always trying to find ways to help our customers promote their products while saving costs.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==omega 3, oil, shelf life, canola, flax, reduce, packaging, ALA, ','PageTitle==Who duh thunk \u2013 you should look at your oils to relieve cost pressures - Perspectives - Cargill Food Ingredients');
g_navNode_0_0_0_9_2_2=g_navNode_0_0_0_9_2.addNode('510851','Down-to-earth cocoa powder costs',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/cocoa-powder-costs/index.jsp','Description==At Cargill, we are working with food manufacturers to maximize the impact of cocoa powder in their formulations. The key is choosing a cocoa powder with the optimal pH, color and flavor for the application.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate, cocoa, powder, cost, reduction, management, natural, alkalized, prices, formulation','PageTitle==Glorious chocolate, down-to-earth cocoa powder costs - Cargill Food Ingredients');
g_navNode_0_0_0_9_2_3=g_navNode_0_0_0_9_2.addNode('510872','Optimizing costs with whole grain flour',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/whole-grain-flour-cost/index.jsp','Description==While whole-grain, fiber-rich cereals, baked goods, snacks, breads and batters are easier than ever to find on grocery store shelves, they can provide a number of challenges for product developers. That\\x27s where Cargill\\x27s MaizeWise\xae whole-grain corn flour has an important advantage.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cost, flour, whole grain, corn, baked goods, cereals, breads, optimization, management, application, formulation','PageTitle==Optimizing costs with whole grain flour - Perspectives - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_0_9_2_4=g_navNode_0_0_0_9_2.addNode('511257','How to sweeten your products for less',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/sweeten-your-products-for-less/index.jsp','Description==With high sugar prices and volatile markets, food manufacturers are tapping cost-effective nutritive sweetener alternatives. ','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sugar, high fructose corn syrup, sweeteners, volitility, processing, cost savings, nutritive','PageTitle==How to sweeten your products for less');
g_navNode_0_0_0_9_2_5=g_navNode_0_0_0_9_2.addNode('511295','Gum Arabic substitute sidesteps rising ingredient costs',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/gum-arabic-substitute/index.jsp','Description==Gum Arabic prices are expected to continue climbing and supply is expected to be limited.  Cargill has a substitute to sidestep this rising ingredient cost.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==gum arabic, gum arabic substitute, emultru starch, emulsifying starch, emulsifier, cost savings','PageTitle==Gum Arabic substitute sidesteps rising costs');
g_navNode_0_0_0_9_2_6=g_navNode_0_0_0_9_2.addNode('511578','New Truvia\xae product offers cost savings ',ssUrlPrefix + 'na/en/ie/perspectives/cost-management/new-truvia-product-offers-cost-savings/index.jsp','Description==A new product grade, Truvia\xae stevia RA80, is creating opportunities for manufacturers to save on ingredient costs while formulating great tasting reduced calorie beverages.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==stevia leaf extract, zero-calorie sweetener, Truvia\xae stevia RA80, save on ingredient costs, rebaudioside A, reduce sugar in beverage applications  ','PageTitle==New Truvia\xae product offers cost savings ');
g_navNode_0_0_0_9_3=g_navNode_0_0_0_9.addNode('510942','Indulgence',ssUrlPrefix + 'na/en/ie/perspectives/indulgence/index.jsp','Description==In addition to supplying ingredients and formulation expertise to our customers that consistently produce high-quality products, Cargill also helps our customers create indulgent formulations that meet today\\x27s consumer preferences.','ExcludeTopNavSubSections==true','Keywords==indulgent, indulgence, formulate, chocolate, sweeteners, cakes, frostings','PageTitle==Indulgence - Cargill Perspectives','contributorOnly==false');
g_navNode_0_0_0_9_3_0=g_navNode_0_0_0_9_3.addNode('510943','The secret of bliss-producing chocolate products',ssUrlPrefix + 'na/en/ie/perspectives/indulgence/secret-of-chocolate-products/index.jsp','Description==Cargill\\x27s cocoa and chocolate brands satisfy the demand for every major trend in the indulgent chocolate space, including higher percentages of cocoa solids for an intense chocolate flavor profile.','ExcludeInLeftNav==true','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','Keywords==cocoa, chocolate, indulgence, indulgent, brands, formulate','PageTitle==The secret of bliss-producing chocolate products - Indulgence - Perspectives','contributorOnly==false');
g_navNode_0_0_0_9_3_1=g_navNode_0_0_0_9_3.addNode('511044','Confection Trends\x3a Not Your Mother\'s Bonbon',ssUrlPrefix + 'na/en/ie/perspectives/indulgence/confection-trends/index.jsp','Description==The growing adventurous chocolate pairings market and new chocolate based formulations are driving confectionery trends served by Cargill Cocoa and Chocolate\u2019s portfolio','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==confectioners, chocolate, confectionery industry, confectionery trends, candy','PageTitle==Confection trends\x3a Not your mother\\x27s bonbon','contributorOnly==false');
g_navNode_0_0_0_9_3_2=g_navNode_0_0_0_9_3.addNode('511152','How to rise above the gluten-free baking challenge',ssUrlPrefix + 'na/en/ie/perspectives/indulgence/gluten-free-baking/index.jsp','Description==Cargill has gluten-free baking bases that produce delicious gluten-free products like breads, cookies, cakes, muffins and sugar free bakery items.','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==gluten-free, gluten free, gluten free bread, cake gluten free, gluten free products','PageTitle==Gluten-free baking bases that produce delicious gluten-free baked products','contributorOnly==false');
g_navNode_0_0_0_10=g_navNode_0_0_0.addNode('510840','Events \x26 Trade Shows',ssUrlPrefix + 'na/en/ie/events-tradeshows/index.jsp');
g_navNode_0_0_0_10_0=g_navNode_0_0_0_10.addNode('510517','Solutions at the 2011 MBAA Conference',ssUrlPrefix + 'na/en/ie/events-tradeshows/mbaa-2011/index.jsp','Description==Cargill will be at the 2011 MBAA Annual Conference. See how we help brewers manage costs, analyze consumer demand and improve technical capabilities.','ExcludeFromSearch==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==false','Keywords==MBAA, brewing, conference, malt, brewer, ingredients','PageTitle==MBAA brewing conference \u2013 Cargill at the Master Brewers Association of the Americas Annual Conference','RestartLeftNav==false','contributorOnly==false');
g_navNode_0_0_0_10_1=g_navNode_0_0_0_10.addNode('509076','Solutions at IFT 2011',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/index.jsp','Description==Cargill will be attending this year\\x27s Institute of Food Technology tradeshow. We\\x27re up to the challenge, whether it\\x27s product innovation, health and wellness, cost management or sustainability. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==false','Keywords==IFT, product innovation, health, wellness, cost management, sustainability,','PageTitle==Cargill Innovation Exchange\x3a Solutions at IFT 2011 - Product innovation, health and wellness, cost management, sustainability ','RestartLeftNav==false','contributorOnly==false');
g_navNode_0_0_0_10_1_0=g_navNode_0_0_0_10_1.addNode('509078','Health \x26 wellness',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/index.jsp','Description==Cargill helps customers reduce sodium and fat, increase fiber and whole, and deliver heart health benefits without compromising taste and functionality.','contributorOnly==false');
g_navNode_0_0_0_10_1_0_0=g_navNode_0_0_0_10_1_0.addNode('509258','TasteWise\u2122 Challenge',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/tastewise-challenge/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_1=g_navNode_0_0_0_10_1_0.addNode('509259','Ice Cream Bar with Fiber',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/ice-cream-bar-fiber/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_2=g_navNode_0_0_0_10_1_0.addNode('509260','Xtend\xae Energy Gel',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/energy-gel/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_3=g_navNode_0_0_0_10_1_0.addNode('509261','Reduced Sodium Pizza',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/reduced-sodium-pizza/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_4=g_navNode_0_0_0_10_1_0.addNode('509262','Berries and White Chocolate Granola Bar',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/berries-white-chocolate-granola-bar/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_5=g_navNode_0_0_0_10_1_0.addNode('509263','Churro-Flavored Snack Bar',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/churro-flavored-snack-bar/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_6=g_navNode_0_0_0_10_1_0.addNode('509264','Whole Grain Corn Muffin',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/whole-grain-corn-muffin/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_0_7=g_navNode_0_0_0_10_1_0.addNode('509265','Savory Crisp Cluster Snack',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/health-and-wellness/savory-crisp-cluster-snack/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_1_1=g_navNode_0_0_0_10_1.addNode('509079','Cost management',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/cost-management/index.jsp','Description==Cargill helps customers manage formulation costs without compromising taste and functionality.','contributorOnly==false');
g_navNode_0_0_0_10_1_2=g_navNode_0_0_0_10_1.addNode('509080','Sustainability',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/sustainability/index.jsp','Description==Cargill protects your brand with sustainable solutions. ','contributorOnly==false');
g_navNode_0_0_0_10_1_3=g_navNode_0_0_0_10_1.addNode('509703','Contact Us',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/contact-us/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d506548');
g_navNode_0_0_0_10_1_4=g_navNode_0_0_0_10_1.addNode('509306','IFT 2011',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==true');
g_navNode_0_0_0_10_1_4_0=g_navNode_0_0_0_10_1_4.addNode('509092','Take the Taste Challenge',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/taste-challenge/index.jsp','ExcludeFromSearch==true','contributorOnly==false');
if (SSContributor)
{
g_navNode_0_0_0_10_1_4_9=g_navNode_0_0_0_10_1_4.addNode('509301','Health \x26 Wellness',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/health-wellness/index.jsp','ExcludeFromSearch==true','contributorOnly==true');
}
if (SSContributor)
{
g_navNode_0_0_0_10_1_4_10=g_navNode_0_0_0_10_1_4.addNode('509303','Sustainability',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/sustainability/index.jsp','ExcludeFromSearch==true','contributorOnly==true');
}
g_navNode_0_0_0_10_1_4_11=g_navNode_0_0_0_10_1_4.addNode('509304','Ingredients',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/ingredients/index.jsp','ExcludeFromSearch==true');
if (SSContributor)
{
g_navNode_0_0_0_10_1_4_12=g_navNode_0_0_0_10_1_4.addNode('509302','Managing Costs',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/managing-costs/index.jsp','ExcludeFromSearch==true','contributorOnly==true');
}
g_navNode_0_0_0_10_1_4_13=g_navNode_0_0_0_10_1_4.addNode('509914','Oils for Healthy Solutions',ssUrlPrefix + 'na/en/ie/events-tradeshows/ift-2011/ift-2011/oils-healthy-solutions/index.jsp','ExcludeFromSearch==true','contributorOnly==false');
g_navNode_0_0_0_10_2=g_navNode_0_0_0_10.addNode('506797','Solutions at IBIE 2010',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/index.jsp','ExcludeInLeftNav==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==false','RestartLeftNav==false','contributorOnly==false');
g_navNode_0_0_0_10_2_0=g_navNode_0_0_0_10_2.addNode('506888','New Product Innovation',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_0=g_navNode_0_0_0_10_2_0.addNode('507214','Gluten Free',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/gluten-free/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_0_10_2_0_1=g_navNode_0_0_0_10_2_0.addNode('507244','Health \x26 Wellness',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/health-wellness/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_1_0=g_navNode_0_0_0_10_2_0_1.addNode('507250','Omega 3',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/health-wellness/omega-3/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_1_1=g_navNode_0_0_0_10_2_0_1.addNode('507248','Reducing Fat',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/health-wellness/reducing-fat/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_1_2=g_navNode_0_0_0_10_2_0_1.addNode('507249','Reducing Sodium',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/health-wellness/reducing-sodium/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_1_3=g_navNode_0_0_0_10_2_0_1.addNode('507251','Whole Grain',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/health-wellness/whole-grain/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_2=g_navNode_0_0_0_10_2_0.addNode('507245','Improved Taste',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/improved-taste/index.jsp','contributorOnly==false');
g_navNode_0_0_0_10_2_0_2_0=g_navNode_0_0_0_10_2_0_2.addNode('507252','Enhancing Indulgence',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/improved-taste/enhancing-indulgence/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_0_2_1=g_navNode_0_0_0_10_2_0_2.addNode('507253','More Cheese Flavor',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/new-product-innovation/improved-taste/more-cheese-flavor/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_1=g_navNode_0_0_0_10_2.addNode('506887','Improved Cost Management',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/improved-cost-management/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_1_0=g_navNode_0_0_0_10_2_1.addNode('507247','Managing Risk',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/improved-cost-management/managing-risk/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_1_1=g_navNode_0_0_0_10_2_1.addNode('507246','Optimizing Processes',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/improved-cost-management/optimizing-processes/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_2=g_navNode_0_0_0_10_2.addNode('506889','Sustainability',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/sustainability/index.jsp','ExcludeInTopNav==true','contributorOnly==false');
g_navNode_0_0_0_10_2_3=g_navNode_0_0_0_10_2.addNode('506891','Contact Us',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ibie/contact-us/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d1844','contributorOnly==false');
g_navNode_0_0_0_10_3=g_navNode_0_0_0_10.addNode('508648','Solutions at IFT 2010',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/index.jsp','ExcludeInLeftNav==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==false','RestartLeftNav==false');
g_navNode_0_0_0_10_3_0=g_navNode_0_0_0_10_3.addNode('506550','Cost Optimization',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/cost-optimization/index.jsp','Description==Cargill helps the food industry and beverage manufacturers with cost reduction and cost optimization solutions through unique food ingredient and food formulation capabilities. ','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','Keywords==cost, cost management, food ingredient, cost optimization, supply chain','PageTitle==Cargill\u2019s cost reduction and cost optimization solutions help the food industry','contributorOnly==false');
g_navNode_0_0_0_10_3_1=g_navNode_0_0_0_10_3.addNode('506549','Health \x26 Wellness',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/index.jsp','Description==Cargill helps food industry customers\u2019 food application challenges with food ingredients for healthy food applications that retain the taste and texture of the \"original\" food product','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','Keywords==food applications, food ingredient, health, wellness','PageTitle==Cargill creates healthy food applications that retain the taste and texture of the \"original\" food product','contributorOnly==false');
g_navNode_0_0_0_10_3_1_0=g_navNode_0_0_0_10_3_1.addNode('506561','Digestive Health',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/digestive-health/index.jsp','Description==Cargill helps the food industry and beverage manufacturers with digestive health food formulation solutions through quality food ingredients and food industry expertise. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==health, fiber, food ingredients, food formulation, health','PageTitle==Cargill can help improve digestive health qualities in food products ','contributorOnly==false');
g_navNode_0_0_0_10_3_1_1=g_navNode_0_0_0_10_3_1.addNode('506559','Heart Health',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/heart-health/index.jsp','Description==Cargill helps the food industry and beverage manufacturers create heart healthy food product solutions through quality food ingredients and food formulation capabilities. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==heart, health, heart health, food ingredients, food formulation','PageTitle==Cargill helps the food industry create heart healthy food products','contributorOnly==false');
g_navNode_0_0_0_10_3_1_1_0=g_navNode_0_0_0_10_3_1_1.addNode('506560','Cholesterol Reducing Beverage',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/heart-health/cholesterol-reducing-beverage/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','contributorOnly==false');
g_navNode_0_0_0_10_3_1_1_1=g_navNode_0_0_0_10_3_1_1.addNode('506564','Heart Healthy Granola Bar',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/heart-health/heart-healthy-granola-bar/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','contributorOnly==false');
g_navNode_0_0_0_10_3_1_2=g_navNode_0_0_0_10_3_1.addNode('506562','Reduce Fat',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/reduce-fat/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','contributorOnly==false');
g_navNode_0_0_0_10_3_1_3=g_navNode_0_0_0_10_3_1.addNode('506563','Reduce Sodium',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/health-wellness/reduce-sodium/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','contributorOnly==false');
g_navNode_0_0_0_10_3_2=g_navNode_0_0_0_10_3.addNode('506551','Improve Taste',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/improve-taste/index.jsp','Description==Cargill helps the food industry and beverage manufacturers with cost reduction and cost optimization solutions through unique food ingredient and food formulation capabilities. ','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','Keywords==improve taste, food taste, food ingredients, food formulation','PageTitle==Cargill helps improve food product taste for food industry customers. ','contributorOnly==false');
g_navNode_0_0_0_10_3_3=g_navNode_0_0_0_10_3.addNode('508649','Contact Us',ssUrlPrefix + 'na/en/ie/events-tradeshows/solutions-at-ift/ContactUs/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d506548');
g_navNode_0_0_0_11=g_navNode_0_0_0.addNode('506685','Contact Us',ssUrlPrefix + 'na/en/ie/contact-us/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d506548');
g_navNode_0_0_1=g_navNode_0_0.addNode('1840','Market Categories',ssUrlPrefix + 'na/en/market-categories/index.jsp','Description==Cargill helps customers differentiate their brands, increase market share, and create unique products that fill product pipelines and reduce time to market.','Keywords==food, beverages, bakery, snacks and cereal, confections, dairy, meat, salt','PageTitle==Cargill Food Ingredients - North American Market Categories');
g_navNode_0_0_1_0=g_navNode_0_0_1.addNode('501581','Bakery',ssUrlPrefix + 'na/en/market-categories/bakery/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_0_0=g_navNode_0_0_1_0.addNode('501850','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/bakery/marketplace-knowledge/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_1_0_1=g_navNode_0_0_1_0.addNode('501851','Capabilities',ssUrlPrefix + 'na/en/market-categories/bakery/capabilities/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_1_0_2=g_navNode_0_0_1_0.addNode('501853','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/bakery/ingredients-and-systems/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_1_0_3=g_navNode_0_0_1_0.addNode('501852','Applications',ssUrlPrefix + 'na/en/market-categories/bakery/applications/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_1_0_3_0=g_navNode_0_0_1_0_3.addNode('501854','Bread',ssUrlPrefix + 'na/en/market-categories/bakery/applications/bread/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_1=g_navNode_0_0_1_0_3.addNode('501855','Bakery Mixes',ssUrlPrefix + 'na/en/market-categories/bakery/applications/bakery-mixes/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_2=g_navNode_0_0_1_0_3.addNode('501856','Cookies',ssUrlPrefix + 'na/en/market-categories/bakery/applications/cookies/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_1_0_3_3=g_navNode_0_0_1_0_3.addNode('501857','Crackers',ssUrlPrefix + 'na/en/market-categories/bakery/applications/crackers/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_4=g_navNode_0_0_1_0_3.addNode('501858','Cakes and Pies',ssUrlPrefix + 'na/en/market-categories/bakery/applications/cakes-and-pies/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_5=g_navNode_0_0_1_0_3.addNode('501859','Pancakes and Waffles',ssUrlPrefix + 'na/en/market-categories/bakery/applications/pancakes-and-waffles/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_6=g_navNode_0_0_1_0_3.addNode('501860','Sweet Goods',ssUrlPrefix + 'na/en/market-categories/bakery/applications/sweet-goods/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_7=g_navNode_0_0_1_0_3.addNode('501862','Pizza Dough',ssUrlPrefix + 'na/en/market-categories/bakery/applications/pizza-dough/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_3_8=g_navNode_0_0_1_0_3.addNode('501863','Tortillas',ssUrlPrefix + 'na/en/market-categories/bakery/applications/tortillas/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_0_4=g_navNode_0_0_1_0.addNode('501861','Contacts',ssUrlPrefix + 'na/en/market-categories/bakery/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501861');
g_navNode_0_0_1_1=g_navNode_0_0_1.addNode('501583','Snacks \x26 Cereal',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_1_0=g_navNode_0_0_1_1.addNode('502058','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_1_1=g_navNode_0_0_1_1.addNode('502059','Capabilities',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_1_2=g_navNode_0_0_1_1.addNode('502062','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_1_3=g_navNode_0_0_1_1.addNode('502064','Applications',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_1_3_0=g_navNode_0_0_1_1_3.addNode('502070','Bars',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/applications/bars/index.jsp');
g_navNode_0_0_1_1_3_1=g_navNode_0_0_1_1_3.addNode('502068','Cereal',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/applications/cereal/index.jsp');
g_navNode_0_0_1_1_3_2=g_navNode_0_0_1_1_3.addNode('502072','Salty Snacks',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/applications/salty-snacks/index.jsp');
g_navNode_0_0_1_1_4=g_navNode_0_0_1_1.addNode('502074','Contacts',ssUrlPrefix + 'na/en/market-categories/snacks-cereal/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502074');
g_navNode_0_0_1_2=g_navNode_0_0_1.addNode('501582','Beverages',ssUrlPrefix + 'na/en/market-categories/beverages/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_2_0=g_navNode_0_0_1_2.addNode('502060','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/beverages/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_2_1=g_navNode_0_0_1_2.addNode('502061','Capabilities',ssUrlPrefix + 'na/en/market-categories/beverages/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_2_2=g_navNode_0_0_1_2.addNode('502063','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/beverages/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_2_3=g_navNode_0_0_1_2.addNode('502065','Applications',ssUrlPrefix + 'na/en/market-categories/beverages/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_2_3_0=g_navNode_0_0_1_2_3.addNode('502679','Sports Drinks',ssUrlPrefix + 'na/en/market-categories/beverages/applications/sports-drinks/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_2_3_1=g_navNode_0_0_1_2_3.addNode('502067','Energy Drinks',ssUrlPrefix + 'na/en/market-categories/beverages/applications/energy-drinks/index.jsp');
g_navNode_0_0_1_2_3_2=g_navNode_0_0_1_2_3.addNode('502069','Functional and Flavored Water',ssUrlPrefix + 'na/en/market-categories/beverages/applications/functional-and-flavored-water/index.jsp');
g_navNode_0_0_1_2_3_3=g_navNode_0_0_1_2_3.addNode('502071','Juice',ssUrlPrefix + 'na/en/market-categories/beverages/applications/juice/index.jsp');
g_navNode_0_0_1_2_3_4=g_navNode_0_0_1_2_3.addNode('502073','Carbonated Soft Drinks',ssUrlPrefix + 'na/en/market-categories/beverages/applications/carbonated-soft-drinks/index.jsp');
g_navNode_0_0_1_2_3_5=g_navNode_0_0_1_2_3.addNode('502076','Dairy and Soy Drinks',ssUrlPrefix + 'na/en/market-categories/beverages/applications/dairy-and-soy-drinks/index.jsp');
g_navNode_0_0_1_2_3_6=g_navNode_0_0_1_2_3.addNode('502077','RTD Coffee',ssUrlPrefix + 'na/en/market-categories/beverages/applications/rtd-coffee/index.jsp');
g_navNode_0_0_1_2_3_7=g_navNode_0_0_1_2_3.addNode('502079','RTD Tea',ssUrlPrefix + 'na/en/market-categories/beverages/applications/rtd-tea/index.jsp');
g_navNode_0_0_1_2_3_8=g_navNode_0_0_1_2_3.addNode('502080','Powdered Beverages',ssUrlPrefix + 'na/en/market-categories/beverages/applications/powdered-beverages/index.jsp');
g_navNode_0_0_1_2_4=g_navNode_0_0_1_2.addNode('502081','Contacts',ssUrlPrefix + 'na/en/market-categories/beverages/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502081');
g_navNode_0_0_1_3=g_navNode_0_0_1.addNode('501589','Beverages - Alcoholic',ssUrlPrefix + 'na/en/market-categories/beverages-alcoholic/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_3_0=g_navNode_0_0_1_3.addNode('502082','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/beverages-alcoholic/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_3_1=g_navNode_0_0_1_3.addNode('502084','Capabilities',ssUrlPrefix + 'na/en/market-categories/beverages-alcoholic/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_3_2=g_navNode_0_0_1_3.addNode('502085','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/beverages-alcoholic/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_3_3=g_navNode_0_0_1_3.addNode('502086','Applications',ssUrlPrefix + 'na/en/market-categories/beverages-alcoholic/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_3_4=g_navNode_0_0_1_3.addNode('502087','Contacts',ssUrlPrefix + 'na/en/market-categories/beverages-alcoholic/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502087');
g_navNode_0_0_1_4=g_navNode_0_0_1.addNode('501584','Confectionery',ssUrlPrefix + 'na/en/market-categories/confectionery/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_4_0=g_navNode_0_0_1_4.addNode('502091','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/confectionery/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_1=g_navNode_0_0_1_4.addNode('502093','Capabilities',ssUrlPrefix + 'na/en/market-categories/confectionery/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_2=g_navNode_0_0_1_4.addNode('502259','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/confectionery/ingredients-and-systems/index.htm','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3=g_navNode_0_0_1_4.addNode('502095','Applications',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3_0=g_navNode_0_0_1_4_3.addNode('502096','Hard Candies',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/hard-candies/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3_1=g_navNode_0_0_1_4_3.addNode('502098','Gums',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/gums/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3_2=g_navNode_0_0_1_4_3.addNode('502099','Chocolates',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/chocolates/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3_3=g_navNode_0_0_1_4_3.addNode('502100','Caramels and Chewies',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/caramels-and-chewies/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3_4=g_navNode_0_0_1_4_3.addNode('502102','Gummies',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/gummies/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_3_5=g_navNode_0_0_1_4_3.addNode('502103','Fillings',ssUrlPrefix + 'na/en/market-categories/confectionery/applications/fillings/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_4_4=g_navNode_0_0_1_4.addNode('502238','Contacts',ssUrlPrefix + 'na/en/market-categories/confectionery/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502238');
g_navNode_0_0_1_5=g_navNode_0_0_1.addNode('501585','Dairy',ssUrlPrefix + 'na/en/market-categories/dairy/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_5_0=g_navNode_0_0_1_5.addNode('502104','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/dairy/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_5_1=g_navNode_0_0_1_5.addNode('502105','Capabilities',ssUrlPrefix + 'na/en/market-categories/dairy/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_5_2=g_navNode_0_0_1_5.addNode('502106','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/dairy/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_5_3=g_navNode_0_0_1_5.addNode('502107','Applications',ssUrlPrefix + 'na/en/market-categories/dairy/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_5_3_0=g_navNode_0_0_1_5_3.addNode('502108','Cheeses',ssUrlPrefix + 'na/en/market-categories/dairy/applications/cheeses/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_5_3_1=g_navNode_0_0_1_5_3.addNode('502109','Dips and Dressings',ssUrlPrefix + 'na/en/market-categories/dairy/applications/dips-and-dressings/index.htm','ExcludeInTopNav==true');
g_navNode_0_0_1_5_3_2=g_navNode_0_0_1_5_3.addNode('502110','Yogurts',ssUrlPrefix + 'na/en/market-categories/dairy/applications/yogurts/index.htm','ExcludeInTopNav==true');
g_navNode_0_0_1_5_3_3=g_navNode_0_0_1_5_3.addNode('502111','Ice Cream and Dairy Desserts',ssUrlPrefix + 'na/en/market-categories/dairy/applications/ice-cream-and-dairy-desserts/index.htm','ExcludeInTopNav==true');
g_navNode_0_0_1_5_3_4=g_navNode_0_0_1_5_3.addNode('502112','Creamers',ssUrlPrefix + 'na/en/market-categories/dairy/applications/creamers/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_5_4=g_navNode_0_0_1_5.addNode('502113','Contacts',ssUrlPrefix + 'na/en/market-categories/dairy/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502113');
g_navNode_0_0_1_6=g_navNode_0_0_1.addNode('501588','Convenience Foods',ssUrlPrefix + 'na/en/market-categories/convenience-foods/index.jsp','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_6_0=g_navNode_0_0_1_6.addNode('502114','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/convenience-foods/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_1=g_navNode_0_0_1_6.addNode('502115','Capabilities',ssUrlPrefix + 'na/en/market-categories/convenience-foods/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_2=g_navNode_0_0_1_6.addNode('502116','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/convenience-foods/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3=g_navNode_0_0_1_6.addNode('502117','Applications',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_0=g_navNode_0_0_1_6_3.addNode('502263','Ready Meals',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/ready-meals/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_1=g_navNode_0_0_1_6_3.addNode('502264','Sauces, Dressings and Dips',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/sauces-dressings-and-dips/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_2=g_navNode_0_0_1_6_3.addNode('502265','Retorted Soups and Canned Products',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/retorted-soups-and-canned-products/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_3=g_navNode_0_0_1_6_3.addNode('502266','Oils, Fats and Spreads',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/oils-fats-and-spreads/index.jsp');
g_navNode_0_0_1_6_3_4=g_navNode_0_0_1_6_3.addNode('502267','Ready to Use \x28RTU\x29 Mixes',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/ready-to-use-rtu-mixes/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_5=g_navNode_0_0_1_6_3.addNode('502268','Seasonings, Rubs and Marinades',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/seasonings-rubs-and-marinades/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_6=g_navNode_0_0_1_6_3.addNode('502704','Encapsulation and Emulsions',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/encapsulation-and-emulsions/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_7=g_navNode_0_0_1_6_3.addNode('502705','Egg Stabilizers',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/egg-stabilizers/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_3_8=g_navNode_0_0_1_6_3.addNode('502706','Baby and Infant Foods',ssUrlPrefix + 'na/en/market-categories/convenience-foods/applications/baby-and-infant-foods/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_6_4=g_navNode_0_0_1_6.addNode('503609','Contacts',ssUrlPrefix + 'na/en/market-categories/convenience-foods/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503609');
g_navNode_0_0_1_7=g_navNode_0_0_1.addNode('501586','Fruits \x26 Vegetables',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_7_0=g_navNode_0_0_1_7.addNode('502118','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_1=g_navNode_0_0_1_7.addNode('502119','Capabilities',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_2=g_navNode_0_0_1_7.addNode('502120','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3=g_navNode_0_0_1_7.addNode('502121','Applications',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_0=g_navNode_0_0_1_7_3.addNode('502123','Fruit Preparations',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/fruit-preparations/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_1=g_navNode_0_0_1_7_3.addNode('502124','Reformed Fruit and Vegetables',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/reformed-fruit-and-vegetables/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_2=g_navNode_0_0_1_7_3.addNode('502125','Jams and Jellies',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/jams-and-jellies/index.htm','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_3=g_navNode_0_0_1_7_3.addNode('502126','Fruit Sauces, Syrups, Ripple',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/fruit-sauces-syrups-ripple/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_4=g_navNode_0_0_1_7_3.addNode('502127','Fillings and Toppings',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/fillings-and-toppings/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_5=g_navNode_0_0_1_7_3.addNode('502128','Frozen',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/frozen/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_6=g_navNode_0_0_1_7_3.addNode('502620','Icing',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/icing/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_3_7=g_navNode_0_0_1_7_3.addNode('502129','Glazing and Piping',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/applications/glazing-and-piping/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_7_4=g_navNode_0_0_1_7.addNode('503610','Contacts',ssUrlPrefix + 'na/en/market-categories/fruits-vegetables/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503610');
g_navNode_0_0_1_8=g_navNode_0_0_1.addNode('501587','Meat \x26 Fish',ssUrlPrefix + 'na/en/market-categories/meat-fish/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_1_8_0=g_navNode_0_0_1_8.addNode('502132','Marketplace Knowledge',ssUrlPrefix + 'na/en/market-categories/meat-fish/marketplace-knowledge/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_1=g_navNode_0_0_1_8.addNode('502134','Capabilities',ssUrlPrefix + 'na/en/market-categories/meat-fish/capabilities/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_2=g_navNode_0_0_1_8.addNode('502135','Ingredients and Systems',ssUrlPrefix + 'na/en/market-categories/meat-fish/ingredients-and-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3=g_navNode_0_0_1_8.addNode('502137','Applications',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3_0=g_navNode_0_0_1_8_3.addNode('502138','Cooked Cured Meats',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/cooked-cured-meats/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3_1=g_navNode_0_0_1_8_3.addNode('502139','Cooked Emulsified Meat',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/cooked-emulsified-meat/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3_2=g_navNode_0_0_1_8_3.addNode('502141','Dried Processed Meats',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/dried-processed-meats/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3_3=g_navNode_0_0_1_8_3.addNode('502142','Fresh Meat Products',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/fresh-meat-products/index.htm','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3_4=g_navNode_0_0_1_8_3.addNode('502144','Specialty and Meat Analogs',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/specialty-and-meat-analogs/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_3_5=g_navNode_0_0_1_8_3.addNode('502145','Fish and Seafood',ssUrlPrefix + 'na/en/market-categories/meat-fish/applications/fish-and-seafood/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_1_8_4=g_navNode_0_0_1_8.addNode('503611','Contacts',ssUrlPrefix + 'na/en/market-categories/meat-fish/contacts/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503611');
g_navNode_0_0_2=g_navNode_0_0.addNode('1841','Products',ssUrlPrefix + 'na/en/products/index.jsp','Description==Cargill\\x27s diverse portfolio spans core and specialty ingredients, ingredient systems and finished food systems.','ExcludeInTopNav==false','Keywords==food, beverages, manufacturer, supplier, ingredients, food systems, applications','PageTitle==Cargill Food Ingredients - North American Products');
g_navNode_0_0_2_0=g_navNode_0_0_2.addNode('501601','Citrates',ssUrlPrefix + 'na/en/products/citrates/index.jsp','Description==Cargill offers a full line of citrate products for customers in the food, beverage and pharmaceutical industries. ','ExcludeTopNavSubSections==true','Keywords==citric acid, acidulants, sodium citrate, potassium citrate, citrates, beverage citrate, food citrate, pharmaceutical citrate, citric acid purchase, citric acid where to buy, citrates supplier','PageTitle==Citrates - Citrates Supplier - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_0_0=g_navNode_0_0_2_0.addNode('501634','Citrate Products',ssUrlPrefix + 'na/en/products/citrates/citrate-products/index.jsp','Description==Cargill offers three citrate products\x3a citric acid, sodium citrate and potassium citrate.  These three products can be used in food applications with no limitations other than good manufacturing practice.  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==citric acid, sodium citrate, potassium citrate, citrates, beverage citrate, food citrate, pharmaceutical citrate, citric acid purchase, citric acid where to buy, citric acid suppliers, citric acid manufacturers','PageTitle==Citrate Products - Citric Acid - Sodium Citrate - Potassium Citrate - Cargill Food Ingredients');
g_navNode_0_0_2_0_0_0=g_navNode_0_0_2_0_0.addNode('501632','Citric Acid',ssUrlPrefix + 'na/en/products/citrates/citrate-products/citric-acid/index.jsp','Description==Cargill\\x27s citric acid - available as a liquid or anhydrous product - is an odorless food and beverage additive with a tart, acidic taste to enhance flavors.','ExcludeInTopNav==true','HideInLeftNav==false','Keywords==citric acid, citrates, beverage citrate, food citrate, pharmaceutical citrate, citric acid purchase, citric acid where to buy, citric acid suppliers, citric acid manufacturers','PageTitle==Citric Acid - Citric Acid Supplier - Cargill Food Ingredients','RestartLeftNav==false');
g_navNode_0_0_2_0_0_1=g_navNode_0_0_2_0_0.addNode('501633','Sodium Citrate',ssUrlPrefix + 'na/en/products/citrates/citrate-products/sodium-citrate/index.jsp','Description==Cargill\\x27s sodium citrate is available in translucent, white crystals - acting as an emulsifier, buffering agent, and sequestrant in food and beverage applications.','ExcludeInTopNav==true','HideInLeftNav==false','Keywords==sodium citrates, citric acid, citrates, beverage citrate, food citrate, pharmaceutical citrate, citric acid purchase, citric acid where to buy, citric acid suppliers, citric acid manufacturers, where can I buy sodium citrate','PageTitle==Sodium Citrate - Sodium Citrate Supplier - Cargill Food Ingredients','RestartLeftNav==false');
g_navNode_0_0_2_0_0_2=g_navNode_0_0_2_0_0.addNode('501635','Potassium Citrate',ssUrlPrefix + 'na/en/products/citrates/citrate-products/potassium-citrate/index.jsp','Description==Cargill\\x27s potassium citrate is available as a white, crystalline, granular material acting as a sequestrant, buffering agent, and can be used to formulate low sodium foods.','ExcludeInTopNav==true','Keywords==potassium citrate, citric acid, citrates, beverage citrate, food citrate, pharmaceutical citrate, citric acid purchase, citric acid where to buy, citric acid suppliers, citric acid manufacturers, where can I buy potassium citrate','PageTitle==Potassium Citrate  - Potassium Citrate Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_0_2=g_navNode_0_0_2_0.addNode('501640','Locations',ssUrlPrefix + 'na/en/products/citrates/locations/index.jsp','ExcludeInTopNav==true','PageTitle==Citrates Cargill Locations');
g_navNode_0_0_2_0_3=g_navNode_0_0_2_0.addNode('501641','Contacts',ssUrlPrefix + 'na/en/products/citrates/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501641');
g_navNode_0_0_2_1=g_navNode_0_0_2.addNode('501602','Cocoa \x26 Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/index.jsp','Description==Cargill\\x27s high quality cocoa and chocolate portfolio spans a range of flavors and applications. Our technical expertise in chocolate formulation and confection preparation makes Cargill the right partner for your chocolate products and cocoa ingredients.','ExcludeTopNavSubSections==true','Keywords==chocolate ingredients, milk chocolate ingredients, dark chocolate ingredients, confectionery, artisan chocolatiers, wholesale chocolates, cocoa powder, specialty chocolate, peters chocolate, wilbur chocolate, gerkens cocao, veliche chocolate','PageTitle==Chocolate and Cocoa Products - Chocolate Supplier  Cocoa Supplier - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_1_0=g_navNode_0_0_2_1.addNode('501642','Products',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/index.jsp','Description==Cargill\\x27s cocoa and chocolate product line consists of four brands - Peter\\x27s chocolate, Wilbur chocolate, Gerken\\x27s cocoa and Veliche Belgian chocolate.  These products include milk, dark and white chocolate\x3b colored and flavored coating inclusions\x3b ice cream coatings\x3b sugar free coatings, cocoa powder, caramel, and specialty coatings.','ExcludeInTopNav==true','Keywords==chocolate products, cocoa products, chocolate compounds, chocolate coatings, cocoa powder, milk chocolate, dark chocolate, white chocolate, artisan chocolate, chocolate brands, peters chocolate, wilbur chocolate, gerkens cocao, veliche chocolate','PageTitle==Chocolate and Cocoa Products - Chocolate Supplier  - Cocoa Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_1_0_0=g_navNode_0_0_2_1_0.addNode('501643','Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/chocolate/index.jsp','Description==Cargill\\x27s chocolate brands - Wilbur chocolate, Peter\\x27s chocolate, and Veliche Belgian chocolate - provide a variety of chocolate choices to meet your food and beverage application needs.','ExcludeInTopNav==true','Keywords==dark chocolate, milk chocolate, white chocolate, chocolate coatings, chocolate liquor, bittersweet chocolate, semi-sweet chocolate, premium chocolate, chocolate making, chocolate products, chocolate suppliers, chocolate applications','PageTitle==Chocolate Products for Food \x26 Beverage Applications - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_0_1=g_navNode_0_0_2_1_0.addNode('501647','Compounds',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/compounds/index.jsp','Description==Cargill\\x27s Wilbur chocolate and Peters chocolate offer a wide variety of colors and flavors.  Chocolate compounds with zero grams trans fat are also available.  Wilbur chocolate offers a full line of milk, dark and white confectionery coatings for many applications.  Peters chocolate is perfect for hand-dipping, moulding and enrobing.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate compound suppliers, chocolate compound manufacturers, chocolate ingredients, milk chocolate, dark chocolate,  white chocolate, confectionery coatings, confectionery wafers, wholesale chocolates, cocoa powder, specialty chocolate, peters chocolate, wilbur chocolate, gerkens cocao, veliche chocolate','PageTitle==Chocolate Compounds and Coatings for Confectionery \x26 Food Applications - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_0_2=g_navNode_0_0_2_1_0.addNode('501648','Ice Cream Products',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/ice-cream-products/index.jsp','Description==Cargill offers superior chocolate compound coatings, inclusions and mixes for ice cream and frozen novelty products and desserts.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, milk chocolate, dark chocolate,  white chocolate, confectionery coatings, ice cream products, ice cream coatings, ice cream inclusions, peters chocolate, wilbur chocolate, wholesale','PageTitle==Ice Cream Products - Coatings, Inclusions \x26 Mixes - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_0_3=g_navNode_0_0_2_1_0.addNode('501649','Sugar Free',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/sugar-free/index.jsp','Description==Cargill\\x27s Wilbur chocolate and Peters chocolate lines offer the highest quality, sugar free,  milk, dark and white chocolate product ingredients for your food applications.','ExcludeInTopNav==true','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, sugar free chocolate ingredient, sugar free chocolate, sugar-free chocolate, sugar free coatings, sugar-free coatings, cocoa butter based coatings, sugar free milk chocolate, sugar free dark chocolate,  sugar free white chocolate, confectionery coatings, ice cream products, ice cream coatings, ice cream inclusions, peters chocolate, wilbur chocolate, wholesale','PageTitle==Sugar Free Chocolate Products for Confectionery \x26 Food Applications - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_0_4=g_navNode_0_0_2_1_0.addNode('501650','Cocoa Powder',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/cocoa-powder/index.jsp','Description==Cargill\\x27s Gerkens Cocao \x28Cocoa\x29 products include a large variety of cocoa powders from lightly alkalized to heavily alkalized.  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cocoa powder suppliers, cocoa suppliers, cocoa powder wholesale, cocoa powder manufacturers, cocoa manufacturers, cocoa products, cocoa powder,  natural cocoa powder, gerkens cocao, alkalized cocoa powder, ','PageTitle==Cocoa Powder - Gerkens for Food \x26 Beverage Applications - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_0_5=g_navNode_0_0_2_1_0.addNode('501651','Caramel',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/caramel/index.jsp','Description==Cargill\\x27s Peter\\x27s brand caramels come in bulk and liquid form.  The bulk form caramel is perfect for ready-made centers or for caramel apples while the liquid caramel is ideal for shell moulded confections or as a topping or center in snacks, baked goods, and ice cream products.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==caramel suppliers, caramel manufacturers, wholesale caramel, peters chocolate, bulk form caramel, bulk caramel, liquid caramel, caramel','PageTitle==Caramel Products for Food \x26 Confectionery Applications - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_0_6=g_navNode_0_0_2_1_0.addNode('501654','Specialty',ssUrlPrefix + 'na/en/products/cocoa-chocolate/products/specialty/index.jsp','Description==Cargill\\x27s Peters chocolate and Wilbur chocolate offer a variety of specialty chocolate products from ground chocolate to cocoa butter that can be used in a variety of food and beverage applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate suppliers, specialty chocolate, specialty chocolate suppliers, specialty chocolate manufacturers, fountain chocolate, liquor wafers, ground chocolate, chocolate liquor, cocoa butter, finely gound chocolate','PageTitle==Specialty Chocolate Products for Food \x26 Beverage Applications - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_1=g_navNode_0_0_2_1.addNode('501652','Peter\'s\xae Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/index.jsp','Description==Peter\\x27s chocolate is the oldest milk chocolate manufacturer in the world. Peter\\x27s chocolate offers a wide variety of high quality chocolate products including milk, semisweet, bittersweet, white and sugar free chocolates for use in food and beverage applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, milk chocolate ingredients, dark chocolate ingredients, confectionery, artisan chocolatiers, wholesale chocolates, cocoa powder, specialty chocolate, peters chocolate, peter\\x27s chocolate','PageTitle==Peter\\x27s Chocolate - for Use in Food \x26 Beverage Applications - Cargill Food Ingredients');
g_navNode_0_0_2_1_1_0=g_navNode_0_0_2_1_1.addNode('509320','Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/chocolate/index.jsp','Description==Peter\\x27s chocolate provides a variety of chocolate choices to meet your food and beverage application needs.','Keywords==dark chocolate, milk chocolate, white chocolate, chocolate coatings, chocolate liquor, bittersweet chocolate, semi-sweet chocolate, premium chocolate, chocolate making, chocolate products, chocolate suppliers, chocolate applications','PageTitle==Peter\\x27s Chocolate Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_1_1=g_navNode_0_0_2_1_1.addNode('509321','Compounds',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/compounds/index.jsp','Description==Peter\\x27s chocolate offers a wide variety of colors and flavors.  Our chocolate compounds with zero grams trans fat are also available.  Peter\\x27s chocolate is perfect for hand-dipping, moulding and enrobing.','Keywords==chocolate compound suppliers, chocolate compound manufacturers, chocolate ingredients, milk chocolate, dark chocolate,  white chocolate, confectionery coatings, confectionery wafers, wholesale chocolates, cocoa powder, specialty chocolate, peters chocolate','PageTitle==Peter\\x27s Chocolate Compounds - Confectionery Coatings - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_1_2=g_navNode_0_0_2_1_1.addNode('509322','Ice Cream Products',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/ice-cream-products/index.jsp','Description==Peter\\x27s chocolate offers superior chocolate compound coatings, inclusions and mixes for ice cream and frozen novelty products and desserts.','Keywords==ice cream chocolate coating, milk chocolate, dark chocolate,  white chocolate, confectionery coatings, ice cream products, ice cream coatings, ice cream inclusions, peters chocolate, wholesale','PageTitle==Peter\\x27s Chocolate for Ice Cream Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_1_3=g_navNode_0_0_2_1_1.addNode('509323','Sugar Free',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/sugar-free/index.jsp','Description==Peter\\x27s chocolate line offers the highest quality, sugar free,  milk, dark and white chocolate product ingredients for your food applications.','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, sugar free chocolate ingredient, sugar free chocolate, sugar-free chocolate, sugar free coatings, sugar-free coatings, cocoa butter based coatings, sugar free milk chocolate, sugar free dark chocolate,  sugar free white chocolate, confectionery coatings, ice cream products, ice cream coatings, ice cream inclusions, peters chocolate, wholesale','PageTitle==Peter\\x27s Sugar Free Milk \x26 Dark Chocolate Coatings - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_1_4=g_navNode_0_0_2_1_1.addNode('509324','Caramel',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/caramel/index.jsp','Description==Cargill\\x27s Peter\\x27s brand caramels come in bulk and liquid form.  The bulk form caramel is perfect for ready-made centers or for caramel apples while the liquid caramel is ideal for shell moulded confections or as a topping or center in snacks, baked goods, and ice cream products.','Keywords==caramel suppliers, caramel manufacturers, wholesale caramel, peters chocolate, bulk form caramel, bulk caramel, liquid caramel, caramel','PageTitle==Peter\\x27s Bulk and Liquid Caramel Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_1_5=g_navNode_0_0_2_1_1.addNode('509325','Specialty',ssUrlPrefix + 'na/en/products/cocoa-chocolate/peters/specialty/index.jsp','Description==Peter\\x27s chocolate offers a variety of specialty chocolate products from ground chocolate to cocoa butter that can be used in a variety of food and beverage applications.','Keywords==chocolate suppliers, specialty chocolate, specialty chocolate suppliers, specialty chocolate manufacturers, fountain chocolate, liquor wafers, ground chocolate, chocolate liquor, cocoa butter, finely ground chocolate','PageTitle==Peter\\x27s Specialty Chocolate and Cocoa Butter Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_2=g_navNode_0_0_2_1.addNode('501653','Wilbur\xae Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/wilbur/index.jsp','Description==Cargill\\x27s Wilbur chocolate line offers a wide variety of chocolates including chocolate coatings, confectionery coatings, sugar free coatings, ice cream coatings, chocolate drops and chocolate chunks for food and beverage applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, milk chocolate ingredients, dark chocolate ingredients, confectionery, artisan chocolatiers, wholesale chocolates, specialty chocolate, wilbur chocolate','PageTitle==Wilbur Chocolate Products for Food \x26 Beverage Applications - Cargill Food Ingredients');
g_navNode_0_0_2_1_2_0=g_navNode_0_0_2_1_2.addNode('509315','Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/wilbur/chocolate/index.jsp','Description==Wilbur chocolate provides a variety of chocolate choices to meet your food and beverage application needs.','Keywords==dark chocolate, milk chocolate, white chocolate, chocolate coatings, chocolate liquor, bittersweet chocolate, semi-sweet chocolate, premium chocolate, chocolate making, chocolate products, chocolate suppliers, chocolate applications','PageTitle==Wilbur Chocolate Products - Confectionery Coatings - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_2_1=g_navNode_0_0_2_1_2.addNode('509316','Compounds',ssUrlPrefix + 'na/en/products/cocoa-chocolate/wilbur/compounds/index.jsp','Description==Wilbur chocolate offers a full line of milk, dark and white confectionery coatings for many applications.  Wilbur  chocolate compounds with zero grams trans fat are also available.  ','Keywords==chocolate compound suppliers, chocolate compound manufacturers, chocolate ingredients, milk chocolate, dark chocolate,  white chocolate, confectionery coatings, confectionery wafers, wholesale chocolates, cocoa powder, specialty chocolate, peters chocolate, wilbur chocolate, gerkens cocao, veliche chocolate','PageTitle==Wilbur Chocolate Compounds - Coatings, Drops \x26 Wafers - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_2_2=g_navNode_0_0_2_1_2.addNode('509317','Ice Cream Products',ssUrlPrefix + 'na/en/products/cocoa-chocolate/wilbur/ice-cream-products/index.jsp','Description==Cargill offers superior chocolate compound coatings, inclusions and mixes for ice cream and frozen novelty products and desserts.','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, milk chocolate, dark chocolate,  white chocolate, confectionery coatings, ice cream products, ice cream coatings, ice cream inclusions, wilbur chocolate, wholesale','PageTitle==Wilbur Chocolate for Ice Cream Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_2_3=g_navNode_0_0_2_1_2.addNode('509318','Sugar Free',ssUrlPrefix + 'na/en/products/cocoa-chocolate/wilbur/sugar-free/index.jsp','Description==Wilbur chocolate offers the highest quality, sugar free,  milk, dark and white chocolate product ingredients for your food applications.','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, sugar free chocolate ingredient, sugar free chocolate, sugar-free chocolate, sugar free coatings, sugar-free coatings, cocoa butter based coatings, sugar free milk chocolate, sugar free dark chocolate,  sugar free white chocolate, confectionery coatings, wilbur chocolate, wholesale','PageTitle==Wilbur Sugar Free Chocolate Ingredient Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_2_4=g_navNode_0_0_2_1_2.addNode('509319','Specialty',ssUrlPrefix + 'na/en/products/cocoa-chocolate/wilbur/specialty/index.jsp','Description==Wilbur chocolate offers a variety of specialty chocolate products that can be used in a variety of food and beverage applications.','Keywords==chocolate suppliers, specialty chocolate, specialty chocolate suppliers, specialty chocolate manufacturers, fountain chocolate, liquor wafers, ground chocolate, chocolate liquor, cocoa butter, finely ground chocolate','PageTitle==Wilbur Specialty Chocolate - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_3=g_navNode_0_0_2_1.addNode('501655','Veliche\xae Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/veliche/index.jsp','Description==Cargill\\x27s Veliche 100\x25 pure Belgian chocolate line offers a wide variety of milk chocolates, dark chocolates and white chocolates for food and beverage applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==chocolate suppliers, chocolate manufacturers, chocolate ingredients, milk chocolate ingredients, dark chocolate ingredients, confectionery, artisan chocolatiers, wholesale chocolates, specialty chocolate, veliche chocolate','PageTitle==Veliche chocolate - Pure Belgian Chocolate - Cargill Food Ingredients');
g_navNode_0_0_2_1_3_0=g_navNode_0_0_2_1_3.addNode('509327','Chocolate',ssUrlPrefix + 'na/en/products/cocoa-chocolate/veliche/chocolate/index.jsp','Description==Veliche 100\x25 Pure Belgian chocolate is available in a variety of chocolate choices to meet your food and beverage application needs.','Keywords==dark chocolate, milk chocolate, white chocolate, premium chocolate, chocolate making, chocolate products, chocolate suppliers, chocolate applications','PageTitle==Veliche Belgian Chocolate Products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_4=g_navNode_0_0_2_1.addNode('501656','Gerkens\xae Cocoa',ssUrlPrefix + 'na/en/products/cocoa-chocolate/gerkens/index.jsp','Description==Cargill\\x27s Gerkens cocoa offers a full line of Dutch and natural cocoa powders.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cacoa suppliers, cocoa suppliers, cocoa manufacturers, wholesale cocoa powder, gerkens cocoa, dutch cocoa powder, natural cocoa powder','PageTitle==Gerkens Cocoa - Cocoa Powder Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_1_4_0=g_navNode_0_0_2_1_4.addNode('509326','Color \x26 Flavor Profile',ssUrlPrefix + 'na/en/products/cocoa-chocolate/gerkens/color-flavor-profile/index.jsp','Keywords==cocoa powder suppliers, cocoa suppliers, cocoa powder color profile, cocoa flavor profile, cocoa powder wholesale, cocoa powder manufacturers, cocoa manufacturers, cocoa products, cocoa powder,  natural cocoa powder, gerkens cocao, alkalized cocoa powder, ','PageTitle==Gerkens Cocoa Powder Color \x26 Flavors - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_1_4_1=g_navNode_0_0_2_1_4.addNode('510348','Fat Content \x26 Wettability',ssUrlPrefix + 'na/en/products/cocoa-chocolate/gerkens/FatContentWettability/index.jsp','Keywords==cocoa powder suppliers, cocoa suppliers, cocoa powder color profile, cocoa flavor profile, cocoa powder wholesale, cocoa powder manufacturers, cocoa manufacturers, cocoa products, cocoa powder,  natural cocoa powder, gerkens cocao, alkalized cocoa powder, cocoa fat content, ','PageTitle==Gerkens Cocoa Powder Fat Content \x26 Wettability - Cargill Food Ingredients');
g_navNode_0_0_2_1_4_2=g_navNode_0_0_2_1_4.addNode('510350','Gerkens\xae cocoa powders around the world',ssUrlPrefix + 'na/en/products/cocoa-chocolate/gerkens/gerkens-cocoa-powders-around-the-world/index.jsp','Keywords==cocoa powder suppliers, cocoa suppliers, cocoa powder color profile, cocoa flavor profile, cocoa powder wholesale, cocoa powder manufacturers, cocoa manufacturers, cocoa products, cocoa powder,  natural cocoa powder, gerkens cocao, alkalized cocoa powder, ','PageTitle==Gerkens Cocoa Powder Worldwide Sources - Cargill Food Ingredients');
g_navNode_0_0_2_1_4_3=g_navNode_0_0_2_1_4.addNode('510351','Specialties',ssUrlPrefix + 'na/en/products/cocoa-chocolate/gerkens/specialties/index.jsp','Keywords==cocoa powder suppliers, cocoa suppliers, cocoa powder color profile, cocoa flavor profile, cocoa powder wholesale, cocoa powder manufacturers, cocoa manufacturers, specialty cocoa products, cocoa powder,  natural cocoa powder, gerkens cocao, alkalized cocoa powder, ','PageTitle==Gerkens Specialty Cocoa Powders - Cargill Food Ingredients');
g_navNode_0_0_2_1_5=g_navNode_0_0_2_1.addNode('504299','The Chocolatier\u2019s Workshop ',ssUrlPrefix + 'na/en/products/cocoa-chocolate/the-chocolatiers-workshop/index.jsp','Description==Cargill offers a 3-day hands-on seminar for Chocolatiers.  During the workshop you will learn time tested techniques for making superp chocolate products as well as learn the importance of branding, packaging and merchandising.','ExcludeInTopNav==true','Keywords==chocolate making, chocolate workshop, chocolatier, chocolate making seminar, chocolate making techniques','PageTitle==Chocolate and Cocoa Products - The Chocolatier\\x27s Workshop - Cargill Food Ingredients');
g_navNode_0_0_2_1_6=g_navNode_0_0_2_1.addNode('501657','Locations',ssUrlPrefix + 'na/en/products/cocoa-chocolate/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_2_1_7=g_navNode_0_0_2_1.addNode('501658','Contacts',ssUrlPrefix + 'na/en/products/cocoa-chocolate/contacts/index.htm','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501658');
g_navNode_0_0_2_2=g_navNode_0_0_2.addNode('501603','Cultures \x26 Enzymes',ssUrlPrefix + 'na/en/products/cultures-enzymes/index.jsp','Description==Cargill Texturizing Solutions develops and produces a full range of culture systems including cheese cultures and yogurt cultures.','ExcludeTopNavSubSections==true','Keywords==cheese cultures, enzyme systems, ripening cultures, dairy cultures, lactic cultures, acidifying cultures, direct set, covering cultures, coagulants, lipase enzymes, cheese starter culture, milk microbiology, yogurt making','PageTitle==Cultures and Enzymes - Culture Systems - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_2_8=g_navNode_0_0_2_2.addNode('501814','Lactic Cultures',ssUrlPrefix + 'na/en/products/cultures-enzymes/lactic-cultures/index.jsp','Description==Cargill is a supplier of lactic cultures to produce all types of cheeses, sour creams, yogurts, quark, buttermilk and other cultured dairy applications.','ExcludeInTopNav==true','Keywords==direct vat cultures, lactic cultures, mesophilic cultures, FLAV cultures, coccus cultures, rod cultures, probiotic yogurt cultures, mesophilic bulk systems, thermophilic cultures, bulk culture systems, cheese cultures,  dairy cultures, yogurt making, cheese making, cheese making supplies','PageTitle==Lactic Cultures - Probiotics - Cargill Food Ingredients');
g_navNode_0_0_2_2_9=g_navNode_0_0_2_2.addNode('501815','Dairy Surface and Ripening Cultures',ssUrlPrefix + 'na/en/products/cultures-enzymes/dairy-surface-ripening-cultures/index.jsp','Description==Cargill is a supplier of dairy surface and ripening cultures.  The covering cultures offered include a range of performance that will meet your needs for every application.','ExcludeInTopNav==true','Keywords==dairy surface cultures, surface culture, covering cultures, brevibacterium, penicillium candidum, mold powder, yeast, Geotrichum candidum, ripening cultures, cheese cultures,  dairy cultures, cheese making, cheese making supplies','PageTitle==Dairy Surface and Ripening Cultures - Cargill Food Ingredients');
g_navNode_0_0_2_2_10=g_navNode_0_0_2_2.addNode('501816','Meat Surface and Ripening Cultures',ssUrlPrefix + 'na/en/products/cultures-enzymes/meat-surface-ripening-cultures/index.jsp','Description==Cargill is a supplier of meat surface and ripening cultures for a variety of meat applications including cooked cured meats, cooked emulsified meats, dried process meats and fresh meat products.','ExcludeInTopNav==true','Keywords==meat surface cultures, ripening cultures, meat covering cultures, penicillium chrysogenum, penicillium nalgiovensis, dry sausage, fermented sausage, meat surface applications, meat starter culture, meat ripening cultures, acidifying cultures','PageTitle==Meat Surface and Ripening Cultures - Cargill Food Ingredients');
g_navNode_0_0_2_2_11=g_navNode_0_0_2_2.addNode('501817','BioProtective Cultures for Barley',ssUrlPrefix + 'na/en/products/cultures-enzymes/bioprotective-cultures-barley/index.jsp','Description==Cargill supplies bioprotective cultures for barley, specifically geotrichum candidum starters, to inhibit toxin synthesis in the malting process.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==bioprotective cultures, bioprotective cultures for barley, geotrichum candidum starters, barley cultures, beer applications, malting of barley','PageTitle==Bioprotective Cultures for Barley - Cargill Food Ingredients');
g_navNode_0_0_2_2_12=g_navNode_0_0_2_2.addNode('501818','Enzyme Systems',ssUrlPrefix + 'na/en/products/cultures-enzymes/enzyme-systems/index.jsp','Description==Cargill supplies a variety of lipase enzymes and coagulants for cheese and milk applications.  Our lipase enzymes are available in both kosher and non-kosher formats.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cheese culture, enzyme systems,  dairy cultures, lipase enzymes, cheese starter culture, milk microbiology, pre-gastric lipase enzyme, coagulants, microbial coagulant, starter culture, ','PageTitle==Enzyme Systems - Lipase - Coagulants - Cargill Food Ingredients');
g_navNode_0_0_2_2_13=g_navNode_0_0_2_2.addNode('501819','Locations',ssUrlPrefix + 'na/en/products/cultures-enzymes/locations/index.jsp','ExcludeInTopNav==true','PageTitle==Cargill North America Cultures and Enzymes Locations');
g_navNode_0_0_2_2_14=g_navNode_0_0_2_2.addNode('501820','Contacts',ssUrlPrefix + 'na/en/products/cultures-enzymes/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501820');
g_navNode_0_0_2_3=g_navNode_0_0_2.addNode('501604','Dry Corn Ingredients',ssUrlPrefix + 'na/en/products/dci/index.jsp','Description==Cargill provides innovative solutions to food manufacturers \u2014 including formulating with a full range of dry corn ingredients\x3a flours, grits, whole grain products, meal, bran and more.','ExcludeTopNavSubSections==true','Keywords==dry corn, dried corn, corn products, dry corn ingredients, product development, identity preserved, whole grain, whole grain corn, flour, masa, bran, grits','PageTitle==Dry Corn Ingredients and Whole Grain Corn Products - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_3_0=g_navNode_0_0_2_3.addNode('501659','MaizeWise\xae Whole Grain Corn Products',ssUrlPrefix + 'na/en/products/dci/maizewise-whole-grain-corn-products/index.jsp','Description==MaizeWise\xae whole grain products can directly replace existing ingredients, or blend with them, while helping deliver 100\x25 whole grain nutrition.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==dry corn ingredients, whole grain corn, whole grain, whole grain products, toasted corn, whole grain nutrition, maizewise, whole grain ingredients, tortillas','PageTitle==MaizeWise Whole Grain Corn Products - Cargill Food Ingredients');
g_navNode_0_0_2_3_1=g_navNode_0_0_2_3.addNode('501660','MaizeWise\xae Corn Bran',ssUrlPrefix + 'na/en/products/dci/maizewise-corn-bran/index.jsp','Description==To satisfy customers looking to increase dietary fiber in their products, MaizeWise\xae corn bran insoluble fiber products are an attractive option.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Corn bran, fiber, dietary fiber, insoluble fiber, corn bran cereal, bran corn, high fiber','PageTitle==MaizeWise Corn Bran - Dietary Fiber - Cargill Food Ingredients');
g_navNode_0_0_2_3_2=g_navNode_0_0_2_3.addNode('501661','Yellow and White Goods',ssUrlPrefix + 'na/en/products/dci/yellow-and-white-goods/index.jsp','Description==Cargill\u2019s InnovaSure\xae yellow corn and white corn goods are used in countless product applications worldwide, from breakfast cereals, beer and snack foods, to baked goods and baby foods. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Yellow corn, white corn, dry milled corn, grits, corn grits, meal, flour, food grade, identity preserved, baked goods, breakfast cereal, snack foods, tortillas','PageTitle==Dry milled corn - yellow corn and white corn goods - Cargill Food Ingredients');
g_navNode_0_0_2_3_3=g_navNode_0_0_2_3.addNode('501662','Masa Flour',ssUrlPrefix + 'na/en/products/dci/masa-flour/index.jsp','Description==Cargill\u2019s masa flour line includes a wide selection of products and granulations for use in chips, taco shells, tortillas and other innovative snacks.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Harina, masa flour, toritillas, how to make tortillas, masa, corn flour, maize, taco shells, chips, tacquitos, dough flour','PageTitle==Masa flour - chips, taco shells, tortillas, snacks - Cargill Food Ingredients');
g_navNode_0_0_2_3_4=g_navNode_0_0_2_3.addNode('501663','Innovasure\xae Corn Management Program',ssUrlPrefix + 'na/en/products/dci/innovasure/index.jsp','Description==With leading-edge technologies and stringent IdP protocols, they deliver unparalleled innovation and assurance throughout the supply chain \u2014 from seed selection to delivery at your doorstep.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==identity preservation, identity preserved, corn supply chain, supply chain management, supply chain, seed selection, corn management program, corn management','PageTitle==Innovasure Corn Management Program - Cargill Food Ingredients');
g_navNode_0_0_2_3_5=g_navNode_0_0_2_3.addNode('501664','Locations',ssUrlPrefix + 'na/en/products/dci/locations/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Cargill Food Ingredients\x3a Dry Corn Ingredients Locations NA');
g_navNode_0_0_2_3_6=g_navNode_0_0_2_3.addNode('501665','Contacts',ssUrlPrefix + 'na/en/products/dci/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501665');
g_navNode_0_0_2_4=g_navNode_0_0_2.addNode('502867','Functional Systems',ssUrlPrefix + 'na/en/products/functional-systems/index.jsp','Description==As food products become increasingly sophisticated, the importance of capturing trends from functional foods to nutraceutical products rises in importance. Learn how Cargill can help you meet your goals.','ExcludeTopNavSubSections==true','Keywords==functional neutrition, nutraceutical manufacturer, functional systems, functional foods, flavor oil, flavor fragrance, functional food trends, nutraingredients, nutraceutical, functional ingredients, functional blends','PageTitle==Functional foods - nutraceutical \x26 functional systems - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_4_6=g_navNode_0_0_2_4.addNode('502868','Accubind\u2122 Blends',ssUrlPrefix + 'na/en/products/functional-systems/accubind-blends/index.jsp','Description==Cargill produces Accubind\u2122 which blends starch, soy protein, alginates and phosphates to improve binding and possibly replace soy concentrate.','ExcludeInTopNav==true','Keywords==soy protein, soy concentrate, binding, functional neutrition, functional systems, functional foods, nutraingredients, nutraceutical, functional ingredients,functional blends','PageTitle==Accubind Functional Food Ingredients - Soy Concentrate Replacement, Improved Binding - Cargill Food Ingredients');
g_navNode_0_0_2_4_7=g_navNode_0_0_2_4.addNode('502869','CitriTex\xae Blends',ssUrlPrefix + 'na/en/products/functional-systems/citritex-blends/index.jsp','Description==CitriTex\xae blends are a blend of citrus pulp fiber and other functional components that provide a clean label solution for solids and liquid replacement technology.','ExcludeInTopNav==true','Keywords==clean label, citrus, pulp fiber, functional neutrition, functional systems, functional foods, nutraingredients, nutraceutical, functional ingredients,functional blends','PageTitle==CitriTex Blends - Functional Food Ingredients - Citrus Pulp Fiber, Clean Label - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_4_8=g_navNode_0_0_2_4.addNode('502870','Daritech\xae Blends',ssUrlPrefix + 'na/en/products/functional-systems/daritech-blends/index.jsp','Description==Cargill facilitates the improvement of viscosity and whipping properties as well as improves texture and mouthfeel of food products with the functional system, Daritech\xae blends.','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','Keywords==ice cream, dairy, mouthfeel, functional neutrition, functional systems, functional foods, nutraingredients, nutraceutical, functional ingredients, functional blends','PageTitle==Daritech Blends - Functional Food Ingredients - Ice Cream, Dairy, Mouthfeel - Cargill Food Ingredients');
g_navNode_0_0_2_4_9=g_navNode_0_0_2_4.addNode('502871','Gelogen\u2122 Blends',ssUrlPrefix + 'na/en/products/functional-systems/gelogen-blends/index.jsp','Description==Cargill facilitates freeze/thaw stability, smooth texture and crumb structure of food products with the Gelogen\u2122 blends functional system.','ExcludeInTopNav==true','Keywords==crumb structure, consistency, functional neutrition, functional systems, functional foods, nutraingredients, nutraceutical, functional ingredients,functional blends','PageTitle==Gelogen Blends - Functional Food Ingredients - Egg Replacement, Crumb Structure, Texture - Cargill Food Ingredients');
g_navNode_0_0_2_4_10=g_navNode_0_0_2_4.addNode('502872','Vitex\xae Blends',ssUrlPrefix + 'na/en/products/functional-systems/vitex-blends/index.jsp','Description==Cargill facilitates the improvement texture and mouthfeel as well as longer shelf life of food products with the functional system, Vitex\xae blends.','ExcludeInTopNav==true','Keywords==mouthfeel, texture, functional neutrition, functional systems, functional foods, nutraingredients, nutraceutical, functional ingredients, functional blends','PageTitle==Vitex Blends - Functional Food Ingredients - Replace Eggs and Dairy Proteins, Mouthfeel - Cargill Food Ingredients');
g_navNode_0_0_2_4_11=g_navNode_0_0_2_4.addNode('510515','Trilisse\u2122 Blends',ssUrlPrefix + 'na/en/products/functional-systems/trilisse-blends/index.jsp','Description==Texturizer blend or functional stabilizer system used in in juice applications and in reduced calorie, low calorie and zero calorie carbonated beverages to achieve full calorie beverage mouthfeel ','ExcludeInTopNav==true','Keywords==texturizers, stabilizers, mouthfeel, mouth feel, improve mouthfeel, beverages','PageTitle==Trilesse\u2122 texturizer blend - Beverage mouthfeel - Cargill Food Ingredients');
g_navNode_0_0_2_4_12=g_navNode_0_0_2_4.addNode('503515','Locations',ssUrlPrefix + 'na/en/products/functional-systems/locations/index.jsp','Description==Find important locations for Cargill functional systems.','Keywords==functional neutrition, nutraceutical manufacturer, functional systems, functional foods, flavor oil, flavor fragrance, functional food trends, nutraingredients, nutraceutical, functional ingredients, functional blends','PageTitle==Cargill Food Ingredients\x3a Functional foods - Locations');
g_navNode_0_0_2_4_13=g_navNode_0_0_2_4.addNode('502902','Contacts',ssUrlPrefix + 'na/en/products/functional-systems/contacts/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502902');
g_navNode_0_0_2_5=g_navNode_0_0_2.addNode('501608','Health Promoting Ingredients',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/index.jsp','Description==We provide food, beverage, dietary supplement, and pharmaceutical/personal care ingredient solutions relevant to some of today\\x27s most pressing health concerns. Some of these ingredients Cargill provides are fiber, corn bran, plant sterols and glucosamine.','ExcludeTopNavSubSections==true','Keywords==inulin fiber, glucosamine ingredient, plant sterols, betafiber, health ingredients, health trend, health promoting ingredients, joint health, heart health, bone health, digestive health','PageTitle==Health Promoting Ingredients - Fiber, glucosamine, and plant sterols - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_5_0=g_navNode_0_0_2_5.addNode('501737','Products',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/products/index.jsp','Description==Cargill offers more health promoting ingredients such as hydrolysed collagen and phsphatidylcholine that seek to increase nutrition and health in food products.','ExcludeInTopNav==true','Keywords==health promoting, food ingredients, soy, lecithin, phosphatidylcholine, collagen, gras, joint health, natural soy, healthy ingredient','PageTitle==Health promoting products - collagen and phosphatidylcholine - Cargill Food Ingredients');
g_navNode_0_0_2_5_0_0=g_navNode_0_0_2_5_0.addNode('501738','Arthred\xae Hydrolysed Collagen',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/products/arthred-hydrolysed-collagen/index.jsp','Description==Turn to Cargill for health promoting ingredients such as Arthred\xae hydrolysed collagen which promotes joint health. Arthred\xae is non-gelling, a great binding agent and has GRAS status from the FDA.','ExcludeInTopNav==true','Keywords==health promoting, food ingredients, collagen, gras, joint health, healthy ingredient, joint nutrition, hydrolysed collagen','PageTitle==Arthred\xae hydrolysed collagen - joint health collagen - Cargill Food Ingredients');
g_navNode_0_0_2_5_0_1=g_navNode_0_0_2_5_0.addNode('501739','Leci-Choline\xae Phosphatidylcholine',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/products/leci-choline-phosphatidylcholine/index.jsp','Description==Leci-Choline\xae is a phosphatidylcholine-rich soy lecithin.','ExcludeInTopNav==true','Keywords==health promoting, food ingredients, soy, lecithin, phosphatidylcholine, natural soy, healthy ingredient','PageTitle==Leci-Choline\xae phosphatidylcholine - natural soy lecithin - Cargill Food Ingredients');
g_navNode_0_0_2_5_0_2=g_navNode_0_0_2_5_0.addNode('503748','Contacts',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/products/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503748');
g_navNode_0_0_2_5_1=g_navNode_0_0_2_5.addNode('509071','Arachadonic Acid \x28ARA\x29',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/arachadonic-acid/index.jsp','ExcludeInTopNav==true','Keywords==arachadonic acid, omega 6 polyunsaturated fatty acid, infant formula products, ','PageTitle==Arachadonic Acid Products - Cargill Food Ingredients');
g_navNode_0_0_2_5_2=g_navNode_0_0_2_5.addNode('501748','Barliv\u2122 Barley Betafiber',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/barliv-barley-betafiber/index.jsp','Description==Turn to Cargill for health promoting ingredients such as Barliv\u2122 barley betafiber, a soluble fiber from whole grain barley. Barliv\u2122 is authorized for the FDA claim \"may reduce risk of heart disease.\"','ExcludeInTopNav==true','Keywords==betafiber, health ingredients, health trend, health promoting ingredients,heart health, reduce cholesterol, low in saturated fat, low in cholesterol, fiber ingredient','PageTitle==Barliv\u2122 barley betafiber - Cargill Food Ingredients');
g_navNode_0_0_2_5_3=g_navNode_0_0_2_5.addNode('501740','CoroWise\xae Plant Sterols',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/corowise-plant-sterols/index.jsp','Description==Cargill produces CoroWise\xae plant sterols which have been shown to reduce cholesterol and are recommended by the NCEP and National Heart, Lung and Blood Institutes.','ExcludeInTopNav==true','Keywords==plant sterols, reduce cholesterol, FDA health claim, NCEP recommended, healthy ingredients, sterol, product forms, healthy beverage ingredient','PageTitle==CoroWise\xae plant sterols - naturally lower cholesterol - Cargill Food Ingredients');
g_navNode_0_0_2_5_3_0=g_navNode_0_0_2_5_3.addNode('501746','Plant Sterol Esters',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/corowise-plant-sterols/plant-sterol-esters/index.jsp','Description==Cargill manufactures and markets a line of plant sterol products under the brand name CoroWise\xae. ','ExcludeInTopNav==true','Keywords==plant sterols, plant sterol esters, corowise, food, beverage, applications','PageTitle==Plant Sterol Esters - Cargill Food Ingredients');
g_navNode_0_0_2_5_4=g_navNode_0_0_2_5.addNode('501757','MaizeWise\xae Corn Bran',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/maizewise-corn-bran/index.jsp','Description==Cargill produces MaizeWise\xae corn bran, an insoluble fiber product that responds to customer trends in increasing dietary fiber in food products. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==corn bran, insoluble fiber, fiber, dietary fiber, increase fiber, low inclusion, bran, MaizeWise, baking fiber, cereal fiber','PageTitle==MaizeWise\xae corn bran - high fiber corn replacement - Cargill Food Ingredients');
g_navNode_0_0_2_5_5=g_navNode_0_0_2_5.addNode('501751','Oliggo-Fiber\xae Inulin',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/oliggo-fiber-inulin/index.jsp','Description==As consumers look to increase dietary fiber intake, the importance of finding good sources of fiber is increasingly important. Cargill offers various lines of prebiotics including oligofructose and prebiotic inulin. Take a look at how Cargill can fulfill your fiber needs\x21','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==inulin, prebiotic, oligofructose, prebiotic fiber, inulin foods, inulin sources, naturally occurring fiber, inulin ingredients','PageTitle==Oliggo-Fiber\xae inulin - Prebiotic Inulin \x26 Oligofructose - Cargill Food Ingredients');
g_navNode_0_0_2_5_6=g_navNode_0_0_2_5.addNode('508148','Regenasure\xae Glucosamine',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to foods and beverages and is produced from a vegetarian source and has GRAS status.','ExcludeFromSearch==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','GoogleAdwordsScriptId==NA3043817','Keywords==glucosamine and chondroitin, chondroitin and glucosamine, glucosamine health, glucosamine supplements, vegetarian glucosamine, joint health, liquid glucosamine, glucosamine source, glucosamine ingredient, joint pain glucosamine, formulating with glucosamine, joint health ingredients','PageTitle==Regenasure Glucosamine - Joint Health - Food \x26 Beverage Applications - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_5_6_0=g_navNode_0_0_2_5_6.addNode('508149','Managing Joint Health',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/managing-joint-health/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to foods and beverages to help osteoarthritis, joint function, connective tissue and joint cartilage ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==joint health, glucosamine and chondroitin, chondroitin and glucosamine, glucosamine health, glucosamine supplements, vegetarian glucosamine, joint health, glucosamine source, glucosamine ingredient, joint pain glucosamine, joint health ingredients, joint function, osteoarthritis, glucosamine hcl\x09\x09\x09','PageTitle==Regenasure Glucosamine for joint health and joint function - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_0_0=g_navNode_0_0_2_5_6_0.addNode('508150','What is glucosamine?',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/managing-joint-health/what-is-glucosamine/index.jsp','Description==Regenasure glucosamine is produced from a vegetarian source and supports glucosamine found in connective tissue such as joints and cartilage for improved joint health.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, joint health, glucosamine and chondroitin, joint pain glucosamine, joint health ingredients, vegetarian glucosamine, glucosamine source, glucosamine ingredient ','PageTitle==Regenasure Glucosamine is from a vegetarian source and aids joint health - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_0_1=g_navNode_0_0_2_5_6_0.addNode('508151','Why is glucosamine important?',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/managing-joint-health/why-is-glucosamine-important/index.jsp','Description==Regenasure glucosamine is produced from a vegetarian source and supports joint cartilage that wears down from aging and sports. Glucosamine supports joint health and joint function.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, joint health, joint function, adults, joint cartilage, glucosamine health, glucosamine source, glucosamine ingredient, joint health ingredients, osteoarthritis glucosamine\x09\x09\x09','PageTitle==Regenasure Glucosamine aids joint health in active adults - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_0_2=g_navNode_0_0_2_5_6_0.addNode('508152','Is glucosamine safe?',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/managing-joint-health/is-glucosamine-safe/index.jsp','Description==Cargill\u2019s Regenasure\xae Glucosamine can be easily incorporated into foods and beverages as it is the only GRAS glucosamine available, U.S. produced from a vegetarian source.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==gras, \x28gras\x29, glucosamine, joint health, safe, glucosamine, joint health,glucosamine health, glucosamine supplements, glucosamine ingredient, glucosamine safe','PageTitle==Regenasure - the only Generally Recognized As Safe \x28GRAS\x29 vegetarian glucosamine available - Cargill Food Ingredients\x09\x09\x09');
g_navNode_0_0_2_5_6_1=g_navNode_0_0_2_5_6.addNode('508153','About Regenasure\xae Glucosamine',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/about-regenasure-glucosamine/index.jsp','Description==Cargill offers the only Generall Recognized as Safe \x28GRAS\x29 glucosamine ingredient available and its shellfish free and vegetarian\x21 Its also produced with lower contamination, environmental impact and seasonallity related to shellfish-derived glucosamine. \x09\x09\x09','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine facts, joint health, chondroitin, US produced glucosamine, vegetarian glucosamine, joint health, kosher glucosamine, liquid glucosamine, GRAS glucosamine, glucosamine source, glucosamine ingredient, joint pain glucosamine, formulation\x09\x09\x09','PageTitle==Glucosamine - for use in beverage and food applications - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_1_0=g_navNode_0_0_2_5_6_1.addNode('508154','Technical Information',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/about-regenasure-glucosamine/technical-information/index.jsp','Description==For the food industry and beverage manufacturers in the joint health market, Regenasure is a commercially available GRAS glucosamine, allowing new food and beverage formulation under a food label ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==regenasure technical info, glucosamine facts, joint health, chondroitin, US produced glucosamine, vegetarian glucosamine, joint health, kosher glucosamine, liquid glucosamine, glucosamine ingredient\x09\x09\x09','PageTitle==Technical Info about Regenasure Glucosamine - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_1_1=g_navNode_0_0_2_5_6_1.addNode('508155','GRAS',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/about-regenasure-glucosamine/GRAS/index.jsp','Description==Cargill\u2019s Regenasure\xae Glucosamine is the only GRAS glucosamine available in the U.S. and allows Cargill to make the product available in a variety of foods applications and beverages.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==gras, \x28gras\x29, glucosamine, food application, safe','PageTitle==Regenasure - the only Generally Recognized As Safe \x28GRAS\x29 vegetarian glucosamine available - Cargill Food Ingredients\x09\x09\x09');
g_navNode_0_0_2_5_6_1_2=g_navNode_0_0_2_5_6_1.addNode('508156','Regulatory / Labeling',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/about-regenasure-glucosamine/regulatory-labeling/index.jsp','Description==Cargill\u2019s team of regulatory experts will work with you to understand specific glucosamine food labeling requirements and approvals for different countries.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, food label, regulatory, labeling, glucosamine facts, vegetarian glucosamine, joint health, kosher glucosamine, liquid glucosamine, glucosamine hcl, glucosamine ingredient','PageTitle==Regulatory experts help with labeling - Regenasure Glucosamine  - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_1_3=g_navNode_0_0_2_5_6_1.addNode('508157','Intellectual Property / Patent Protection',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/about-regenasure-glucosamine/intellectual-property-patent-protection/index.jsp','Description==Cargill and Regenasure Glucosamine recognizes and respects the intellectual property of others and is committed to protecting and enforcing its own intellectual property rights.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, IP, Intellectual property, patent, US produced glucosamine, glucosamine source, glucosamine ingredient, formulation','PageTitle==Regenasure\xae Glucosamine is made using a method covered by an issued U.S. patent - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2=g_navNode_0_0_2_5_6.addNode('508158','Applications',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be used in food application and beverage prototypes and is produced from a vegetarian source ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine facts, joint health, chondroitin, US produced glucosamine, vegetarian glucosamine, joint health, kosher glucosamine, liquid glucosamine, GRAS glucosamine, glucosamine source, glucosamine ingredient, joint pain glucosamine, formulation','PageTitle==Regenasure Glucosamine can be used in food application and beverage prototypes - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_1=g_navNode_0_0_2_5_6_2.addNode('508166','New Product Showcase',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/new-product-showcase/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be used in new food and beverage products appealing to consumers in the food and beverage marketplace.  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, beverage, food, product, consumer, gliquid glucosamine, GRAS glucosamine, glucosamine source, glucosamine ingredient, formulation','PageTitle==Regenasure Glucosamine for use in new foods \x26 beverage - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2=g_navNode_0_0_2_5_6_2.addNode('508159','Prototypes',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to food application and beverage categories to make many glucosamine food and glucosamine drinks. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, food application, categories, product, glucosamine drinks','PageTitle==Regenasure Glucosamine can be added to the food and beverages consumers enjoy - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_0=g_navNode_0_0_2_5_6_2_2.addNode('508160','Beverage',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/beverage/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to beverages and many glucosamine prototypes exist for glucosamine drinks ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, glucosamine drinks, prototypes','PageTitle==Regenasure Glucosamine can be added to beverages - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_0_0=g_navNode_0_0_2_5_6_2_2_0.addNode('508298','Dry Mix Beverage',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/beverage/dry-mix-beverage/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to dry mix beverages and many glucosamine prototypes exist for glucosamine drinks ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, glucosamine drinks, prototypes, dry mix beverages','PageTitle==Regenasure Glucosamine can be added to dry mix beverages - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_0_1=g_navNode_0_0_2_5_6_2_2_0.addNode('508299','Functional Water',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/beverage/functional-water/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to functional beverages and many glucosamine prototypes exist for glucosamine drinks ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, glucosamine drinks, prototypes, functional beverages','PageTitle==Regenasure Glucosamine can be added to functional beverages - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_0_2=g_navNode_0_0_2_5_6_2_2_0.addNode('508396','Hot Tea',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/beverage/hot-tea/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to hot tea beverages and many glucosamine prototypes exist for glucosamine drinks ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, glucosamine drinks, prototypes, hot tea, hot tea beverages','PageTitle==Regenasure Glucosamine can be added to hot tea beverages - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_0_3=g_navNode_0_0_2_5_6_2_2_0.addNode('508300','Ready-to-Drink Tea',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/beverage/ready-to-drink-tea/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to ready to drink tea \x28RTD\x29 tea beverages and many glucosamine prototypes exist for glucosamine drinks ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, glucosamine drinks, prototypes, ready to drink tea, RTD tea','PageTitle==Regenasure Glucosamine can be added to ready to drink tea beverages - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_0_4=g_navNode_0_0_2_5_6_2_2_0.addNode('508397','Sport Drink',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/beverage/sport-drink/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to sport drinks and many glucosamine prototypes exist for glucosamine drinks ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, prototypes, sport drinks, sports drinks','PageTitle==Regenasure Glucosamine can be added to sport drinks - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_1=g_navNode_0_0_2_5_6_2_2.addNode('508161','Bars',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/bars/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to bars, food application and many glucosamine prototypes exist for glucosamine food ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, glucosamine food, bars, food application, prototypes','PageTitle==Regenasure Glucosamine can be added to bars, food application - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_2=g_navNode_0_0_2_5_6_2_2.addNode('508301','Cereals',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/cereal/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to cereal and cereals and many glucosamine prototypes exist for glucosamine food ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, cereal, cereals, prototypes','PageTitle==Regenasure Glucosamine can be added to cereal and cereals - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_4=g_navNode_0_0_2_5_6_2_2.addNode('508164','Dairy',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/dairy/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to dairy products and many glucosamine prototypes exist for glucosamine dairy products','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, dairy products, prototypes','PageTitle==Regenasure Glucosamine can be added to dairy products - Cargill Food Ingredients   ');
g_navNode_0_0_2_5_6_2_2_4_0=g_navNode_0_0_2_5_6_2_2_4.addNode('508302','Frozen Yogurt',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/dairy/frozen-yogurt/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to frozen yogurt products and many glucosamine prototypes exist for glucosamine dairy products','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, frozen yogurt, dairy products, prototypes','PageTitle==Regenasure Glucosamine can be added to frozen yogurt products - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_4_1=g_navNode_0_0_2_5_6_2_2_4.addNode('508303','Fruit Smoothie',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/dairy/fruit-smoothie/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to fruit smoothies products and many glucosamine prototypes exist for glucosamine dairy products','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, fruit smoothies, fruit smoothie, prototypes','PageTitle==Regenasure Glucosamine can be added to fruit smoothies - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_2_2_4_2=g_navNode_0_0_2_5_6_2_2_4.addNode('508304','Yogurt',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/applications/prototypes/dairy/Yogurt/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to yogurt products and many glucosamine prototypes exist for glucosamine dairy products','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, yogurt, dairy products, prototypes','PageTitle==Regenasure Glucosamine can be added to yogurt products - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_3=g_navNode_0_0_2_5_6.addNode('508167','News',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/news/index.jsp','Description==Get news and updates on Cargill\u2019s Regenasure Glucosamine for joint health that can be added to food applications and beverages. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine facts, joint health, chondroitin, US produced glucosamine, vegetarian glucosamine, joint health, kosher glucosamine, liquid glucosamine, GRAS glucosamine, glucosamine source, glucosamine ingredient, joint pain glucosamine, formulation','PageTitle==Regenasure Glucosamine for joint health news and updates - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_4=g_navNode_0_0_2_5_6.addNode('508168','Locations',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/locations/index.jsp','Description==Cargill\u2019s Regenasure Glucosamine for joint health can be added to food applications and beverages, speak with our sales team  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==glucosamine, joint health, sales','PageTitle==Regenasure Glucosamine for joint health sales and headquarters - Cargill Food Ingredients');
g_navNode_0_0_2_5_6_5=g_navNode_0_0_2_5_6.addNode('508305','Contacts',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/regenasure-glucosamine/contacts/index.jsp','ExcludeInTopNav==true','GoogleAdwordsScriptId==NA3043815','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503680');
g_navNode_0_0_2_5_7=g_navNode_0_0_2_5.addNode('501758','Locations',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/locations/index.jsp','Description==Find locations for Regenasure\xae Glucosomine.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==inulin fiber, glucosamine ingredient, plant sterols, betafiber, health ingredients, health trend, health promoting ingredients, joint health, heart health, bone health, digestive health, regenasure, location','PageTitle==Key locations for health promoting ingredients - Cargill Food Ingredients');
g_navNode_0_0_2_5_8=g_navNode_0_0_2_5.addNode('501759','Contacts',ssUrlPrefix + 'na/en/products/health-promoting-ingredients/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501759');
g_navNode_0_0_2_6=g_navNode_0_0_2.addNode('507073','Horizon Milling',ssUrlPrefix + 'na/en/products/HorizonMilling/index.jsp','Description==Horizon Milling, LLC offers a unique blend of resources, food ingredient solutions and the broadest range of quality flour products in the industry.  Our collaboration with customers helps them strengthen their competitive advantage and take advantage of new opportunities in the marketplace.','ExcludeInLeftNav==false','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','Keywords==flour, food ingredient solutions, flour products, wheat flour, whole grains, white flour, baking flour, bakery flours, gluten-free flour, flour suppliers, flour manufacturer','PageTitle==Horizon Milling - Flour Supplier - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_6_0=g_navNode_0_0_2_6.addNode('507074','Horizon Milling G.P.',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Horizon Milling G.P. -  Trusted Flour Supplier to the Canadian Food Manufacturing Industry','RestartLeftNav==true');
g_navNode_0_0_2_6_0_0=g_navNode_0_0_2_6_0.addNode('507092','Horizon Milling G.P. \x28Fran\xe7ais\x29',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_2_6_0_0_0=g_navNode_0_0_2_6_0_0.addNode('507340','Horizon Milling G.P. \x28English\x29',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/HorizonMillingGPEnglish/index.jsp','LinkToExtURL==http\x3a//www.horizonmilling.ca');
g_navNode_0_0_2_6_0_0_1=g_navNode_0_0_2_6_0_0.addNode('507093','Notre Profil',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/about/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_1_0=g_navNode_0_0_2_6_0_0_1.addNode('507094','Historique',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/about/about-history/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_1_1=g_navNode_0_0_2_6_0_0_1.addNode('507095','Mission et Valeurs',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/about/about-mission/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_1_2=g_navNode_0_0_2_6_0_0_1.addNode('507097','\xc9tablissements',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/about/about-locations/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_1_3=g_navNode_0_0_2_6_0_0_1.addNode('507101','Possibilit\xe9s d\u2019emploi',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/about/about-career/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_2=g_navNode_0_0_2_6_0_0.addNode('507102','Produits',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_2_0=g_navNode_0_0_2_6_0_0_2.addNode('507103','La farine Robin Hood\xae',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_2_0_0=g_navNode_0_0_2_6_0_0_2_0.addNode('507622','Bl\xe9 durum ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-durum/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_0_0=g_navNode_0_0_2_6_0_0_2_0_0.addNode('507630','Farine de bl\xe9 durum ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-durum/flour-durum-durum-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_0_1=g_navNode_0_0_2_6_0_0_2_0_0.addNode('507631','Farine de bl\xe9 durum \xe0 semoule fin ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-durum/fine-semolina-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_1=g_navNode_0_0_2_6_0_0_2_0.addNode('507623','Farine \xe0 grain entier ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-grain/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_1_0=g_navNode_0_0_2_6_0_0_2_0_1.addNode('507632','Non trait\xe9e ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-grain/untreated/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_1_1=g_navNode_0_0_2_6_0_0_2_0_1.addNode('507633','Trait\xe9e r\xe9guli\xe8re ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-grain/regular-treated/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_2=g_navNode_0_0_2_6_0_0_2_0.addNode('507624','Farine d\u2019avoine et avoine ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-oats/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_2_0=g_navNode_0_0_2_6_0_0_2_0_2.addNode('507634','Avoine gros flocons ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-oats/oat-flour-large-flakes/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_2_1=g_navNode_0_0_2_6_0_0_2_0_2.addNode('507635','Avoine petits flocons ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-oats/oat-flour-small-flakes/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_2_2=g_navNode_0_0_2_6_0_0_2_0_2.addNode('507636','Farine d\u2019avoine ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-oats/oat-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_2_3=g_navNode_0_0_2_6_0_0_2_0_2.addNode('507637','Son d\u2019avoine ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-oats/oat-bran/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3=g_navNode_0_0_2_6_0_0_2_0.addNode('507625','Farine de bl\xe9 dur',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3_0=g_navNode_0_0_2_6_0_0_2_0_3.addNode('507638','Farine \xe0 pain',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/bread-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3_1=g_navNode_0_0_2_6_0_0_2_0_3.addNode('507639','Farine \xe0 nouille ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/noodle-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3_2=g_navNode_0_0_2_6_0_0_2_0_3.addNode('507640','Farine \xe0 pizza ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/pizza-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3_3=g_navNode_0_0_2_6_0_0_2_0_3.addNode('507641','Farine granulaire ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/granular-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3_4=g_navNode_0_0_2_6_0_0_2_0_3.addNode('507642','Farine rapide ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/no-time-dough-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_3_5=g_navNode_0_0_2_6_0_0_2_0_3.addNode('507643','Farine tout usage ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/hard-wheat/all-purpose-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_4=g_navNode_0_0_2_6_0_0_2_0.addNode('507626','Farine de bl\xe9 entier ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-wheat/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_4_0=g_navNode_0_0_2_6_0_0_2_0_4.addNode('507644','Grossi\xe8re ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-wheat/coarse/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_4_1=g_navNode_0_0_2_6_0_0_2_0_4.addNode('507645','Moulue sur pierre ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-wheat/stone-ground/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_4_2=g_navNode_0_0_2_6_0_0_2_0_4.addNode('507646','R\xe9guli\xe8re ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-whole-wheat/regular/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_5=g_navNode_0_0_2_6_0_0_2_0.addNode('507627','Farine de bl\xe9 mou ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-soft-wheat/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_5_0=g_navNode_0_0_2_6_0_0_2_0_5.addNode('507647','Farine \xe0 g\xe2teaux ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-soft-wheat/cake-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_5_1=g_navNode_0_0_2_6_0_0_2_0_5.addNode('507648','Farine \xe0 p\xe2tisseries',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-soft-wheat/pastry-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_5_2=g_navNode_0_0_2_6_0_0_2_0_5.addNode('507649','Farine pr\xe9par\xe9e ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-soft-wheat/self-raising-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6=g_navNode_0_0_2_6_0_0_2_0.addNode('507628','Farines de sp\xe9cialit\xe9 et autres ingr\xe9dients ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6_0=g_navNode_0_0_2_6_0_0_2_0_6.addNode('507650','Bl\xe9 concass\xe9 ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/cracked-wheat/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6_1=g_navNode_0_0_2_6_0_0_2_0_6.addNode('507651','C\xe9r\xe9ales Red River\xae ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/red-river/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6_2=g_navNode_0_0_2_6_0_0_2_0_6.addNode('507652','Farine certifi\xe9e biologique ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/organic-certified/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6_3=g_navNode_0_0_2_6_0_0_2_0_6.addNode('507653','Germe de bl\xe9 ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/wheat-germ/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6_4=g_navNode_0_0_2_6_0_0_2_0_6.addNode('507654','Semoule de ma\xefs et farine de ma\xefs ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/corn-meal-corn-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_6_5=g_navNode_0_0_2_6_0_0_2_0_6.addNode('507655','Son de bl\xe9 ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-specialty/wheat-bran/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_7=g_navNode_0_0_2_6_0_0_2_0.addNode('507629','Seigle ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-rye/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_7_0=g_navNode_0_0_2_6_0_0_2_0_7.addNode('507656','Farine de seigle fonc\xe9e ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-rye/dark-rye-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_0_7_1=g_navNode_0_0_2_6_0_0_2_0_7.addNode('507657','Farine de seigle p\xe2le ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-flour/flour-rye/light-rye-flour/index.jsp');
g_navNode_0_0_2_6_0_0_2_1=g_navNode_0_0_2_6_0_0_2.addNode('507104','M\xe9langes et bases pour boulangerie et p\xe2tisserie',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_2_1_0=g_navNode_0_0_2_6_0_0_2_1.addNode('507658','Garnitures ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-toppings/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_0_0=g_navNode_0_0_2_6_0_0_2_1_0.addNode('507659','Sucre \xe0 beigne ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-toppings/base-toppings-donut-sugar/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_0_1=g_navNode_0_0_2_6_0_0_2_1_0.addNode('507660','Streusel ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-toppings/streusel/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_1=g_navNode_0_0_2_6_0_0_2_1.addNode('507661','M\xe9lange de p\xe2te \xe0 frire ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-specialty/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_1_0=g_navNode_0_0_2_6_0_0_2_1_1.addNode('507662','M\xe9lange de p\xe2te \xe0 frire',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-specialty/specialty-batter-mix/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_1_1=g_navNode_0_0_2_6_0_0_2_1_1.addNode('507663','M\xe9lange complet de p\xe2te \xe0 frire',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-specialty/specialty-mix-complete/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2=g_navNode_0_0_2_6_0_0_2_1.addNode('507664','M\xe9langes et bases pour muffins',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_0=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507665','Avoine ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/oatmeal/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_1=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507666','Bl\xe9 et miel',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/honey-wheat/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_2=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507667','Carottes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/carrot/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_3=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507668','Faible teneur en gras',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/low-fat/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_4=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507669','Lin',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/flax/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_5=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507670','Ma\xefs',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/corn/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_6=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507671','Nature',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/basic/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_7=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507672','Son',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/bran/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_2_8=g_navNode_0_0_2_6_0_0_2_1_2.addNode('507673','Son d\u2019avoine',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/muffin-mixes/oat-bran/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3=g_navNode_0_0_2_6_0_0_2_1.addNode('507674','M\xe9langes et bases pour g\xe2teaux',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_0=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507675','Bases pour g\xe2teaux riches et moelleux',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/rich-cake-bases/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_1=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507676','G\xe2teaux au chocolat',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/bases-chocolate-cakes/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_2=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507677','G\xe2teaux blancs',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/bases-white-cakes/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_3=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507678','G\xe2teaux des anges',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/bases-angel-food/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_4=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507679','G\xe2teaux pudding',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/pudding-cakes/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_5=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507680','G\xe2teaux quatre-quarts',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/bases-pound-cake/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_3_6=g_navNode_0_0_2_6_0_0_2_1_3.addNode('507681','M\xe9langes UltraMC pour g\xe2teaux',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-cake/ultra-cake-mixes/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_4=g_navNode_0_0_2_6_0_0_2_1.addNode('507682','M\xe9langes et bases pour pains',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-bread/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_4_0=g_navNode_0_0_2_6_0_0_2_1_4.addNode('507683','Autres',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-bread/bases-other/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_4_1=g_navNode_0_0_2_6_0_0_2_1_4.addNode('507685','Pains c\xe9r\xe9aliers',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-bread/bases-grains-breads/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_4_2=g_navNode_0_0_2_6_0_0_2_1_4.addNode('507686','Petits pains',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-bread/bases-soft-rolls/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_5=g_navNode_0_0_2_6_0_0_2_1.addNode('507687','M\xe9langes et bases pour pains Wheat WiseMC',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-wheatwise/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_5_0=g_navNode_0_0_2_6_0_0_2_1_5.addNode('507688','Avoine et miel',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-wheatwise/oats-honey/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_5_1=g_navNode_0_0_2_6_0_0_2_1_5.addNode('507689','Bl\xe9 malt\xe9',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-wheatwise/malted-wheat/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_5_2=g_navNode_0_0_2_6_0_0_2_1_5.addNode('507690','Faible teneur en sodium',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-wheatwise/bases-low-sodium/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_5_3=g_navNode_0_0_2_6_0_0_2_1_5.addNode('507691','Grains anciens',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-wheatwise/ancient-grains/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_5_4=g_navNode_0_0_2_6_0_0_2_1_5.addNode('507692','Lin',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-wheatwise/flax/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_6=g_navNode_0_0_2_6_0_0_2_1.addNode('507693','M\xe9langes et bases pour pizza ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-pizza/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_6_0=g_navNode_0_0_2_6_0_0_2_1_6.addNode('507694','Pizzas faites \xe0 la main',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-pizza/handcrafted-pizza/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_6_1=g_navNode_0_0_2_6_0_0_2_1_6.addNode('507695','Pizzas multigrains',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-pizza/multi-grain-pizza/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_6_2=g_navNode_0_0_2_6_0_0_2_1_6.addNode('507696','Pizzas nourrissante de luxe',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-pizza/hearty-deluxe-pizza/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_7=g_navNode_0_0_2_6_0_0_2_1.addNode('507697','M\xe9langes pour beignes ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-donuts/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_7_0=g_navNode_0_0_2_6_0_0_2_1_7.addNode('507698','Beignes g\xe2teaux',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-donuts/cake-donuts/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_7_1=g_navNode_0_0_2_6_0_0_2_1_7.addNode('507699','Beignes levure',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-donuts/yeast-raised-donuts/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_8=g_navNode_0_0_2_6_0_0_2_1.addNode('507700','M\xe9langes pour biscuits pour le th\xe9 et scones ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-biscuits/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_8_0=g_navNode_0_0_2_6_0_0_2_1_8.addNode('507701','Biscuits pour le th\xe9  ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-biscuits/tea-biscuits/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_8_1=g_navNode_0_0_2_6_0_0_2_1_8.addNode('507702','Scones',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-biscuits/scones/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_8_2=g_navNode_0_0_2_6_0_0_2_1_8.addNode('507703','Scones fait de grains entiers',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-biscuits/scones-made-with-wholegrain/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_9=g_navNode_0_0_2_6_0_0_2_1.addNode('507704','M\xe9langes pour carr\xe9s au chocolat et biscuits ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-brownies/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_9_0=g_navNode_0_0_2_6_0_0_2_1_9.addNode('507705','Biscuits',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-brownies/cookie-mixes-variety-cookie/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_9_1=g_navNode_0_0_2_6_0_0_2_1_9.addNode('507706','Biscuits \xe0 la farine d\u2019avoine',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-brownies/oatmeal-cookie/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_9_2=g_navNode_0_0_2_6_0_0_2_1_9.addNode('507707','Biscuits sabl\xe9s',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-brownies/shortbread-cookie/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_9_3=g_navNode_0_0_2_6_0_0_2_1_9.addNode('507708','Carr\xe9s au chocolat',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-brownies/cookies-mixes-brownie/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_10=g_navNode_0_0_2_6_0_0_2_1.addNode('507709','M\xe9langes pour cr\xeapes et gaufres ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mixes-pancake/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_10_0=g_navNode_0_0_2_6_0_0_2_1_10.addNode('507710','Cr\xeapes au babeurre',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mixes-pancake/buttermilk-pancake/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_10_1=g_navNode_0_0_2_6_0_0_2_1_10.addNode('507711','Cr\xeapes multigrains',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mixes-pancake/multigrain-pancake/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_10_2=g_navNode_0_0_2_6_0_0_2_1_10.addNode('507712','Cr\xeapes r\xe9guli\xe8res',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mixes-pancake/waffle-mix-regular-pancake/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_11=g_navNode_0_0_2_6_0_0_2_1.addNode('507713','M\xe9langes pour p\xe2te sucr\xe9e ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-sweet-dough/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_11_0=g_navNode_0_0_2_6_0_0_2_1_11.addNode('507715','Brioches du Vendredi saint',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-sweet-dough/hot-cross-bun/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_11_1=g_navNode_0_0_2_6_0_0_2_1_11.addNode('507716','Danoises',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-sweet-dough/danish/index.jsp');
g_navNode_0_0_2_6_0_0_2_1_11_2=g_navNode_0_0_2_6_0_0_2_1_11.addNode('507717','P\xe2te sucr\xe9e',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-mix/mix-sweet-dough/sweet-dough/index.jsp');
g_navNode_0_0_2_6_0_0_2_2=g_navNode_0_0_2_6_0_0_2.addNode('507105','T\xe9l\xe9charger les feuilles de vente des produits',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/products-info/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_2_3=g_navNode_0_0_2_6_0_0_2.addNode('507487','Voir les produits par num\xe9ro',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Products/Voirlesproduitsparnumero/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_3=g_navNode_0_0_2_6_0_0.addNode('507106','Recettes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/recipes/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_3_0=g_navNode_0_0_2_6_0_0_3.addNode('507488','Recherche g\xe9n\xe9rale',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/recipes/Recherchegenerale/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_3_1=g_navNode_0_0_2_6_0_0_3.addNode('507489','Recherche par cat\xe9gorie',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/recipes/Rechercheparcategorie/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_3_2=g_navNode_0_0_2_6_0_0_3.addNode('507490','Recettes par num\xe9ros de produits',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/recipes/Recettesparnumerosdeproduits/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_4=g_navNode_0_0_2_6_0_0.addNode('507107','Conna\xeetre le bl\xe9',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/resources/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_4_0=g_navNode_0_0_2_6_0_0_4.addNode('507108','Les diff\xe9rentes \xab couches \xbb du grain de bl\xe9',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/resources/wheat-kernal/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_4_1=g_navNode_0_0_2_6_0_0_4.addNode('507109','Aspects nutritionnels des c\xe9r\xe9ales enti\xe8res',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/resources/wheat-nutrition/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_4_2=g_navNode_0_0_2_6_0_0_4.addNode('507110','Les avantages des c\xe9r\xe9ales enti\xe8res pour la sant\xe9',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/resources/wheat-benefits/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_5=g_navNode_0_0_2_6_0_0.addNode('507111','Sites Web connexes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/links/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_0_6=g_navNode_0_0_2_6_0_0.addNode('507112','Communiquez avec nous',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/HorizonMillingGP-French/Contact/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_1=g_navNode_0_0_2_6_0.addNode('507075','About Us',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/AboutUs/index.jsp','Description==Horizon Milling G.P. is a reliable, cost-effective and high-quality supplier of flour, oats and bakery products to foodservice and industrial customers in Canada.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==About Us - Horizon Milling G.P. - Canadian Flour Supplier - Cargill Food Ingredients','RestartLeftNav==false');
g_navNode_0_0_2_6_0_1_0=g_navNode_0_0_2_6_0_1.addNode('507076','History',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/AboutUs/History/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==History - Horizon Milling G.P. - Canadian Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_0_1_1=g_navNode_0_0_2_6_0_1.addNode('507077','Mission \x26 Values',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/AboutUs/MissionValues/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Mission and Values - Horizon Milling G.P. - Canada Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_0_1_2=g_navNode_0_0_2_6_0_1.addNode('507078','Locations',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/AboutUs/Locations/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Locations - Horizon Milling G.P. - Canada Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_0_1_3=g_navNode_0_0_2_6_0_1.addNode('507079','Career Opportunities',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/AboutUs/CareerOpportunities/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Career Opportunities - Horizon Milling G.P. - Canada Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_0_1_4=g_navNode_0_0_2_6_0_1.addNode('507080','FAQs',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/AboutUs/FAQs/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==FAQs - Horizon Milling G.P. - Canada Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_0_2=g_navNode_0_0_2_6_0.addNode('507081','Products',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/index.jsp','Description==Horizon Milling continues to bring you the same great offering of Robin Hood\xae flours, baking mixes and bases. All formulated for high quality, consistent performance and premium value.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, whole wheat flour, baking mixes, flour bases, robin hood flour, robin hood brand','PageTitle==Flour, Baking Mixes, Bases - Horizon Milling G.P. - Canadian Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_0_2_0=g_navNode_0_0_2_6_0_2.addNode('507082','Robin Hood\xae Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==durum, hard wheat flour, oats, oat flour, rye, soft wheat flour, specialty flours, whole wheat flour, whole grain flour','PageTitle==Robin Hood Flour - Horizon Milling G.P. - Diverse variety of flour products');
g_navNode_0_0_2_6_0_2_0_0=g_navNode_0_0_2_6_0_2_0.addNode('507529','Durum',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/durum/index.jsp','PageTitle==Robin Hood Durum Flour - For the Production of Pasta, Macaroni, and Indian Flat Bread - Horizon Milling G.P. ');
g_navNode_0_0_2_6_0_2_0_0_0=g_navNode_0_0_2_6_0_2_0_0.addNode('507530','Durum Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/durum/durum-flour/index.jsp','Keywords==enriched durum flour, robin hood brand, enriched flour','PageTitle==Robin Hood Enriched Durum Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_0_1=g_navNode_0_0_2_6_0_2_0_0.addNode('507531','Fine Semolina Durum Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/durum/fine-semolina-durum-flour/index.jsp','Keywords==durum semolina enriched flour, robin hood brand','PageTitle==Robin Hood Fine Semolina Durum Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1=g_navNode_0_0_2_6_0_2_0.addNode('507532','Hard Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/index.jsp','Keywords==hard whole wheat flour, robin hood brand','PageTitle==Robin Hood Hard Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1_0=g_navNode_0_0_2_6_0_2_0_1.addNode('507533','All Purpose Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/all-purpose-flour/index.jsp','Keywords==all purpose flour, robin hood brand, unbleached enriched flour, bleached enriched flour, enriched all purpose flour, untreated unbleached flour','PageTitle==Robin Hood All Purpose Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1_1=g_navNode_0_0_2_6_0_2_0_1.addNode('507534','Bread Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/bread-flour/index.jsp','Keywords==robin hood brand, bread flour, artisan unbleached enriched flour, unbleached enriched flour, bleached enriched flour','PageTitle==Robin Hood Bread Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1_2=g_navNode_0_0_2_6_0_2_0_1.addNode('507535','Granular',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/granular/index.jsp','Keywords==robin hood brand, granular flour, wheatlets, talisman bleached enriched flour','PageTitle==Robin Hood Granular Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1_3=g_navNode_0_0_2_6_0_2_0_1.addNode('507536','No Time Dough Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/no-time-dough-flour/index.jsp','Keywords==robin hood brand, no time dough flour, unbleached enriched flour, bleach enriched flour','PageTitle==Robin Hood No Time Dough Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1_4=g_navNode_0_0_2_6_0_2_0_1.addNode('507537','Noodle Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/noodle-flour/index.jsp','Keywords==robin hood brand, noodle flour, saskania unbleached enriched flour, dandy bleached enriched flour','PageTitle==Robin Hood Noodle Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_1_5=g_navNode_0_0_2_6_0_2_0_1.addNode('507538','Pizza Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/hard-wheat-flour/pizza-flour/index.jsp','Description==pizza unbleached enriched flour, robin hood brand','PageTitle==Robin Hood Pizza Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_2=g_navNode_0_0_2_6_0_2_0.addNode('507539','Oats \x26 Oat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/oats-oat-flour/index.jsp','Keywords==large flake oats, oat bran, oat flour, small flake oats','PageTitle==Robin Hood Oats \x26 Oat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_2_0=g_navNode_0_0_2_6_0_2_0_2.addNode('507540','Large Flake Oats',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/oats-oat-flour/large-flake-oats/index.jsp','Keywords==robin hood brand, large flake oats, large flake iris oats, thick granola oats','PageTitle==Robin Hood Large Flake Oats Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_2_1=g_navNode_0_0_2_6_0_2_0_2.addNode('507541','Oat Bran',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/oats-oat-flour/oat-bran/index.jsp','Keywords==robin hood brand, oat bran','PageTitle==Robin Hood Oat Bran Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_2_2=g_navNode_0_0_2_6_0_2_0_2.addNode('507542','Oat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/oats-oat-flour/oat-flour/index.jsp','Keywords==robin hood brand, oat bran flour','PageTitle==Robin Hood Oat Bran Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_2_3=g_navNode_0_0_2_6_0_2_0_2.addNode('507543','Small Flake Oats',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/oats-oat-flour/small-flake-oats/index.jsp','Keywords==robin hood brand, little john brand, quick cook oats, thick quick oats','PageTitle==Robin Hood Small Flake Oats Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_3=g_navNode_0_0_2_6_0_2_0.addNode('507544','Rye',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/rye/index.jsp','Keywords==robin hood brand, rye, dark rye flour, light rye flour','PageTitle==Robin Hood Rye Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_3_0=g_navNode_0_0_2_6_0_2_0_3.addNode('507545','Dark Rye Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/rye/dark-rye-flour/index.jsp','Description==robin hood brand, dark rye flour','PageTitle==Robin Hood Dark Rye Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_3_1=g_navNode_0_0_2_6_0_2_0_3.addNode('507546','Light Rye Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/rye/light-rye-flour/index.jsp','Keywords==robin hood brand, light rye flour','PageTitle==Robin Hood Light Rye  Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_4=g_navNode_0_0_2_6_0_2_0.addNode('507547','Soft Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/soft-wheat-flour/index.jsp','Keywords==robin hood brand, soft wheat flour, cake flour, pastry flour, self rising flour','PageTitle==Robin Hood Soft Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_4_0=g_navNode_0_0_2_6_0_2_0_4.addNode('507548','Cake Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/soft-wheat-flour/cake-flour/index.jsp','Keywords==robin hood brand, cake flour, velvet bleached enriched flour','PageTitle==Robin Hood Cake Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_4_1=g_navNode_0_0_2_6_0_2_0_4.addNode('507549','Pastry Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/soft-wheat-flour/pastry-flour/index.jsp','Keywords==robin hood brand, pastry flour, flaky crust unbleached enriched flour, peach pastry bleached enriched flour, tulip unbleached enriched flour, velvet as bleached enriched flour','PageTitle==Robin Hood Pastry Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_4_2=g_navNode_0_0_2_6_0_2_0_4.addNode('507550','Self Raising Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/soft-wheat-flour/SelfRaisingFlour/index.jsp','Keywords==robin hood brand, self raising flour, self rising flour, brodie self raising flour','PageTitle==Robin Hood Self Raising Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5=g_navNode_0_0_2_6_0_2_0.addNode('507551','Specialty Flour \x26 Other Ingredients',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/index.jsp','Keywords==robin hood brand, certified organic flour, cornmeal, cracked wheat, red river cereal, wheat germ, wheat bran','PageTitle==Robin Hood Specialty Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5_0=g_navNode_0_0_2_6_0_2_0_5.addNode('507552','Certified Organic Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/certified-organic-flour/index.jsp','Keywords==robin hood brand, certified organic flour','PageTitle==Robin Hood Certified Organic Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5_1=g_navNode_0_0_2_6_0_2_0_5.addNode('507553','Cornmeal',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/cornmeal/index.jsp','Keywords==robin hood brand, cornmeal, corn meal, yellow corn meal','PageTitle==Robin Hood Cornmeal Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5_2=g_navNode_0_0_2_6_0_2_0_5.addNode('507554','Cracked Wheat',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/cracked-wheat/index.jsp','Keywords==robin hood brand, cracked wheat, ','PageTitle==Robin Hood Cracked Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5_3=g_navNode_0_0_2_6_0_2_0_5.addNode('507555','Red River\xae Cereal',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/red-river-cereal/index.jsp','Keywords==robin hood brand, red river brand, red river cereal','PageTitle==Robin Hood Red River Cereal Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5_4=g_navNode_0_0_2_6_0_2_0_5.addNode('507556','Wheat Germ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/wheat-germ/index.jsp','Keywords==robin hood brand, wheat germ, blackhawk commercial wheat germ, stabilized wheat germ','PageTitle==Robin Hood Wheat Germ Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_5_5=g_navNode_0_0_2_6_0_2_0_5.addNode('507557','Wheat Bran',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/specialty-flour-other-ingredients/wheat-bran/index.jsp','Keywords==robin hood brand, edible wheat bran','PageTitle==Robin Hood Wheat Bran Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_6=g_navNode_0_0_2_6_0_2_0.addNode('507558','Whole Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-wheat-flour/index.jsp','Keywords==robin hood brand, coarse whole wheat flour, fine whole wheat flour, regular whole wheat flour, stone ground whole wheat flour','PageTitle==Robin Hood Whole Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_6_0=g_navNode_0_0_2_6_0_2_0_6.addNode('507559','Coarse',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-wheat-flour/coarse/index.jsp','Keywords==robin hood brand, all-o-wheat, coarse whole wheat flour','PageTitle==Robin Hood Coarse Whole Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_6_1=g_navNode_0_0_2_6_0_2_0_6.addNode('507560','Fine / Regular',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-wheat-flour/fine-regular/index.jsp','Keywords==robin hood brand, maxima enriched wheat flour with bran, all-o-wheat, whole wheat flour, fine whole wheat flour, ','PageTitle==Robin Hood Fine and Regular Whole Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_6_2=g_navNode_0_0_2_6_0_2_0_6.addNode('507561','Stone Ground',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-wheat-flour/stone-ground/index.jsp','PageTitle==Robin Hood Stone Ground Wheat Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_7=g_navNode_0_0_2_6_0_2_0.addNode('507562','Whole Grain Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-grain-flour/index.jsp','Keywords==robin hood brand, whole grain flour, regular treated flour, untreated flour','PageTitle==Robin Hood Whole Grain Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_7_0=g_navNode_0_0_2_6_0_2_0_7.addNode('507563','Regular Treated',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-grain-flour/regular-treated/index.jsp','Keywords==robin hood brand, treated whole grain flour','PageTitle==Robin Hood Regular Treated Whole Grain Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_0_7_1=g_navNode_0_0_2_6_0_2_0_7.addNode('507564','Untreated',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodFlour/whole-grain-flour/untreated/index.jsp','Keywords==robin hood brand, whole grain untreated flour','PageTitle==Robin Hood Whole Grain Untreated Flour Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1=g_navNode_0_0_2_6_0_2.addNode('507083','Robin Hood\xae Baking Mixes \x26 Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==robin hood brand, baking mixes, flour bases, add water only mixes','PageTitle==Robin Hood Baking Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_0=g_navNode_0_0_2_6_0_2_1.addNode('507565','Batter Mix',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BatterMix/index.jsp','Keywords==robin hood brand, batter mix, complete batter mix','PageTitle==Robin Hood Batter Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_1=g_navNode_0_0_2_6_0_2_1.addNode('507566','Bread Mixes and Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BreadMixesandBases/index.jsp','Keywords==robin hood brand, bread mixes, bases, grain breads, soft rolls','PageTitle==Robin Hood Bread Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_1_0=g_navNode_0_0_2_6_0_2_1_1.addNode('507567','Grain Breads',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BreadMixesandBases/GrainBreads/index.jsp','Keywords==robin hood brand, twelve grain bread mix, flaxseed bread mix','PageTitle==Robin Hood Grain Bread Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_1_1=g_navNode_0_0_2_6_0_2_1_1.addNode('507568','Other',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BreadMixesandBases/Other/index.jsp','Keywords==robin hood brand, nottingham autumn harvest bread base, calabrese bread base, berliner bread mix, sour dough bread and roll base','PageTitle==Robin Hood Bread Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_1_2=g_navNode_0_0_2_6_0_2_1_1.addNode('507569','Soft Rolls',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BreadMixesandBases/SoftRolls/index.jsp','Keywords==robin hood brand, premium bread, soft roll base, crusty roll mix, crispy bread and roll base, extended shelf life soft white bread and roll base','PageTitle==Robin Hood Soft Roll Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_2=g_navNode_0_0_2_6_0_2_1.addNode('507570','Brownie and Cookie Mixes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BrownieandCookieMixes/index.jsp','Keywords==robin hood brand, brownie mix, oatmeal cookie mix, shortbread cookie mix, variety cookie mix','PageTitle==Robin Hood Brownie and Cookie Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_2_0=g_navNode_0_0_2_6_0_2_1_2.addNode('507571','Brownie',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BrownieandCookieMixes/Brownie/index.jsp','Keywords==robin hood brand, sensible choice brownie base, chocoviva\x21 brownie mix','PageTitle==Robin Hood Brownie Base and Mix - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_2_1=g_navNode_0_0_2_6_0_2_1_2.addNode('507572','Oatmeal Cookie',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BrownieandCookieMixes/OatmealCookie/index.jsp','Keywords==robin hood brand, soft n\\x27 chewy oatmeal cookie mix','PageTitle==Robin Hood Oatmeal Cookie Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_2_2=g_navNode_0_0_2_6_0_2_1_2.addNode('507573','Shortbread Cookie',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BrownieandCookieMixes/ShortbreadCookie/index.jsp','Keywords==robin hood brand, short bread cookie base, shortbread cookie base','PageTitle==Robin Hood Shortbread Cookie Base - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_2_3=g_navNode_0_0_2_6_0_2_1_2.addNode('507574','Variety Cookie',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/BrownieandCookieMixes/VarietyCookie/index.jsp','Keywords==robin hood brand, variety cookie base','PageTitle==Robin Hood Variety Cookie Base - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3=g_navNode_0_0_2_6_0_2_1.addNode('507575','Cake Mixes and Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/index.jsp','Keywords==robin hood brand, cake mixes, cake bases, angel food cake, chocolate cake mix, moist and rich cake bases, pound cake mix, pudding cake mixes, ultra cake mixes, white cake mixes','PageTitle==Robin Hood Cake Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_0=g_navNode_0_0_2_6_0_2_1_3.addNode('507576','Angel Food',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/AngelFood/index.jsp','Keywords==robin hood brand, angel food cake mix','PageTitle==Robin Hood Angel Food Cake Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_1=g_navNode_0_0_2_6_0_2_1_3.addNode('507577','Chocolate Cake',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/ChocolateCake/index.jsp','Keywords==robin hood brand, sensible choice, chocolate loaf cake base, complete chocolate cake mix, original chocolate cake base','PageTitle==Robin Hood Chocolate Cake Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_2=g_navNode_0_0_2_6_0_2_1_3.addNode('507578','Moist and Rich Cake Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/MoistandRichCakeBases/index.jsp','Keywords==robin hood brand, moist and rich vanilla cake base, moist and rich chocolate cake mix','PageTitle==Robin Hood Moist and Rich Cake Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_3=g_navNode_0_0_2_6_0_2_1_3.addNode('507580','Pound Cake',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/PoundCake/index.jsp','Keywords==robin hood brand, pound cake mix','PageTitle==Robin Hood Pound Cake Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_4=g_navNode_0_0_2_6_0_2_1_3.addNode('507581','Pudding Cakes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/PuddingCakes/index.jsp','Keywords==robin hood brand, pudding cake base','PageTitle==Robin Hood Pudding Cake Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_5=g_navNode_0_0_2_6_0_2_1_3.addNode('507582','Ultra\u2122 Cake Mixes ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/UltraCakeMixes/index.jsp','Keywords==robin hood brand, ultra cake mix','PageTitle==Robin Hood Ultra Cake Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_3_6=g_navNode_0_0_2_6_0_2_1_3.addNode('507583','White Cakes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/CakeMixesandBases/WhiteCakes/index.jsp','Keywords==robin hood brand, sensible choice vanilla loaf cake base, original white cake mix, original white cake base','PageTitle==Robin Hood White Cake Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_4=g_navNode_0_0_2_6_0_2_1.addNode('507584','Donut Mixes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/DonutMixes/index.jsp','Keywords==robin hood brand, donut mixes, cake donut mix, yeast raised donut mix','PageTitle==Robin Hood Donut Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_4_0=g_navNode_0_0_2_6_0_2_1_4.addNode('507586','Cake Donuts',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/DonutMixes/CakeDonuts/index.jsp');
g_navNode_0_0_2_6_0_2_1_4_1=g_navNode_0_0_2_6_0_2_1_4.addNode('507587','Yeast Raised Donuts',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/DonutMixes/YeastRaisedDonuts/index.jsp');
g_navNode_0_0_2_6_0_2_1_5=g_navNode_0_0_2_6_0_2_1.addNode('507585','Muffin Mixes and Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/index.jsp','Keywords==robin hood brand, muffin mixes, muffin bases, basic muffin base, bran muffin mix, carrot muffin base, corn bread muffin mix, flaxseed muffin mix, honey wheat muffin base, low fat cholesterol free muffin mix, oatmeal muffin mix, oat bran muffin mix ','PageTitle==Robin Hood Muffin Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_5_0=g_navNode_0_0_2_6_0_2_1_5.addNode('507588','Basic',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/Basic/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_1=g_navNode_0_0_2_6_0_2_1_5.addNode('507589','Bran',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/Bran/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_2=g_navNode_0_0_2_6_0_2_1_5.addNode('507590','Carrot',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/Carrot/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_3=g_navNode_0_0_2_6_0_2_1_5.addNode('507591','Corn',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/Corn/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_4=g_navNode_0_0_2_6_0_2_1_5.addNode('507592','Flax',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/Flax/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_5=g_navNode_0_0_2_6_0_2_1_5.addNode('507593','Honey Wheat',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/HoneyWheat/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_6=g_navNode_0_0_2_6_0_2_1_5.addNode('507594','Low Fat',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/LowFat/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_7=g_navNode_0_0_2_6_0_2_1_5.addNode('507595','Oatmeal',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/Oatmeal/index.jsp');
g_navNode_0_0_2_6_0_2_1_5_8=g_navNode_0_0_2_6_0_2_1_5.addNode('507596','Oat Bran',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/MuffinMixesandBases/OatBran/index.jsp');
g_navNode_0_0_2_6_0_2_1_6=g_navNode_0_0_2_6_0_2_1.addNode('507597','Pancake and Waffle Mixes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PancakeandWaffleMixes/index.jsp','Keywords==robin hood brand, buttermilk pancake mix, multigrain pancake mix, regular pancake mix','PageTitle==Robin Hood Pancake and Waffle Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_6_0=g_navNode_0_0_2_6_0_2_1_6.addNode('507598','Buttermilk Pancake',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PancakeandWaffleMixes/ButtermilkPancake/index.jsp');
g_navNode_0_0_2_6_0_2_1_6_1=g_navNode_0_0_2_6_0_2_1_6.addNode('507599','Multigrain Pancake',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PancakeandWaffleMixes/MultigrainPancake/index.jsp');
g_navNode_0_0_2_6_0_2_1_6_2=g_navNode_0_0_2_6_0_2_1_6.addNode('507600','Regular Pancake',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PancakeandWaffleMixes/RegularPancake/index.jsp');
g_navNode_0_0_2_6_0_2_1_7=g_navNode_0_0_2_6_0_2_1.addNode('507601','Pizza Mixes and Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PizzaMixesandBases/index.jsp','Keywords==robin hood brand, handcrafted pizza mix, hearty deluxe pizza base, multigrain pizza mix','PageTitle==Robin Hood Pizza Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_7_0=g_navNode_0_0_2_6_0_2_1_7.addNode('507606','Handcrafted Pizza',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PizzaMixesandBases/HandcraftedPizza/index.jsp');
g_navNode_0_0_2_6_0_2_1_7_1=g_navNode_0_0_2_6_0_2_1_7.addNode('507607','Hearty Deluxe Pizza ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PizzaMixesandBases/HeartyDeluxePizza/index.jsp');
g_navNode_0_0_2_6_0_2_1_7_2=g_navNode_0_0_2_6_0_2_1_7.addNode('507608','Multigrain Pizza',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PizzaMixesandBases/MultigrainPizza/index.jsp');
g_navNode_0_0_2_6_0_2_1_7_3=g_navNode_0_0_2_6_0_2_1_7.addNode('510389','Whole Grain Pizza',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/PizzaMixesandBases/whole-grain-pizza/index.jsp');
g_navNode_0_0_2_6_0_2_1_8=g_navNode_0_0_2_6_0_2_1.addNode('510664','Specialty Products',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/SpecialtyProducts/index.jsp','ExcludeInTopNav==true','Keywords==robin hood brand, specialty products baking mixes, flaky crust mix, flaky crust base','PageTitle==Robin Hood Specialty Products Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_8_0=g_navNode_0_0_2_6_0_2_1_8.addNode('510665','Flaky Crust',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/SpecialtyProducts/FlakyCrust/index.jsp');
g_navNode_0_0_2_6_0_2_1_9=g_navNode_0_0_2_6_0_2_1.addNode('507602','Sweet Dough Mixes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/SweetDoughMixes/index.jsp','Keywords==robin hood brand, sweet dough mix, honey bun mix, danish mix, hot cross bun mix, pastry mix','PageTitle==Robin Hood Sweet Dough Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_9_0=g_navNode_0_0_2_6_0_2_1_9.addNode('507609','Danish',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/SweetDoughMixes/Danish/index.jsp');
g_navNode_0_0_2_6_0_2_1_9_1=g_navNode_0_0_2_6_0_2_1_9.addNode('507610','Hot Cross Bun',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/SweetDoughMixes/HotCrossBun/index.jsp');
g_navNode_0_0_2_6_0_2_1_9_2=g_navNode_0_0_2_6_0_2_1_9.addNode('507611','Sweet Dough',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/SweetDoughMixes/SweetDough/index.jsp');
g_navNode_0_0_2_6_0_2_1_10=g_navNode_0_0_2_6_0_2_1.addNode('507603','Tea Biscuit and Scone Mixes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/TeaBiscuitandSconeMixes/index.jsp','Keywords==robin hood brand, tea biscuit mix, scone mix, scones made with whole grain, tea biscuits','PageTitle==Robin Hood Tea Biscuit and Scone Mixes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_10_0=g_navNode_0_0_2_6_0_2_1_10.addNode('507612','Scones',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/TeaBiscuitandSconeMixes/Scones/index.jsp');
g_navNode_0_0_2_6_0_2_1_10_1=g_navNode_0_0_2_6_0_2_1_10.addNode('507613','Scone Made with Whole Grain',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/TeaBiscuitandSconeMixes/SconeMadewithWholeGrain/index.jsp');
g_navNode_0_0_2_6_0_2_1_10_2=g_navNode_0_0_2_6_0_2_1_10.addNode('507614','Tea Biscuits',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/TeaBiscuitandSconeMixes/TeaBiscuits/index.jsp');
g_navNode_0_0_2_6_0_2_1_11=g_navNode_0_0_2_6_0_2_1.addNode('507604','Toppings',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/Toppings/index.jsp','Keywords==robin hood brand, donut sugar, streussel','PageTitle==Robin Hood Topping Products - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_11_0=g_navNode_0_0_2_6_0_2_1_11.addNode('507615','Donut Sugar',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/Toppings/DonutSugar/index.jsp');
g_navNode_0_0_2_6_0_2_1_11_1=g_navNode_0_0_2_6_0_2_1_11.addNode('507616','Streusel',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/Toppings/Streusel/index.jsp');
g_navNode_0_0_2_6_0_2_1_12=g_navNode_0_0_2_6_0_2_1.addNode('507605','Wheat Wise\u2122 Bread Mixes \x26 Bases ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/WheatWiseBreadMixesBases/index.jsp','Keywords==robin hood brand, bread mixes, bread bases, ancient grains, flaxseed bread mix, low sodium whole grain loaf mix, whole grain malted wheat bread base, whole grain oat and honey bread mix','PageTitle==Robin Hood Wheat Wise Bread Mixes and Bases - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_1_12_0=g_navNode_0_0_2_6_0_2_1_12.addNode('507617','Ancient Grains',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/WheatWiseBreadMixesBases/AncientGrains/index.jsp');
g_navNode_0_0_2_6_0_2_1_12_1=g_navNode_0_0_2_6_0_2_1_12.addNode('507618','Flax',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/WheatWiseBreadMixesBases/Flax/index.jsp');
g_navNode_0_0_2_6_0_2_1_12_2=g_navNode_0_0_2_6_0_2_1_12.addNode('507619','Low Sodium',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/WheatWiseBreadMixesBases/LowSodium/index.jsp');
g_navNode_0_0_2_6_0_2_1_12_3=g_navNode_0_0_2_6_0_2_1_12.addNode('507620','Malted Wheat',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/WheatWiseBreadMixesBases/MaltedWheat/index.jsp');
g_navNode_0_0_2_6_0_2_1_12_4=g_navNode_0_0_2_6_0_2_1_12.addNode('507621','Oat and Honey ',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/RobinHoodBakingMixesBases/WheatWiseBreadMixesBases/OatandHoney/index.jsp');
g_navNode_0_0_2_6_0_2_2=g_navNode_0_0_2_6_0_2.addNode('507084','Product Sell Sheets',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/ProductSellSheets/index.jsp','Description==Information on many Robin Hood\xae branded products is available on the downloadable sell sheets for foodservice, bakery and food manufacturing.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==robin hood brand, product sell sheets, buttermilk muffin mix, cake mixes and bases, foodservice mixes, reduced sodium muffin mixes, no sugar added mixes and bases','PageTitle==Robin Hood Product Sell Sheets - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_2_3=g_navNode_0_0_2_6_0_2.addNode('507294','Products By Number',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/products/products-by-number/index.jsp');
g_navNode_0_0_2_6_0_3=g_navNode_0_0_2_6_0.addNode('507085','Recipes',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/Recipes/index.jsp','Description==Horizon Milling supports you by offering bread and sweet goods recipes to spark new ideas for adding interest and excitement to your product line. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Robin Hood brand, recipes by product line','PageTitle==Product Recipes - Horizon Milling G.P.');
g_navNode_0_0_2_6_0_3_0=g_navNode_0_0_2_6_0_3.addNode('507287','Recipe Search',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/Recipes/recipe-search/index.jsp');
g_navNode_0_0_2_6_0_3_1=g_navNode_0_0_2_6_0_3.addNode('507422','Search by Category',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/Recipes/searchbycategory/index.jsp');
g_navNode_0_0_2_6_0_3_2=g_navNode_0_0_2_6_0_3.addNode('507423','Recipe by Product Number',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/Recipes/recipe-by-product-number/index.jsp');
g_navNode_0_0_2_6_0_4=g_navNode_0_0_2_6_0.addNode('507086','Wheat Knowledge',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/WheatKnowledge/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Wheat Knowledge - Horizon Milling G.P. ');
g_navNode_0_0_2_6_0_4_0=g_navNode_0_0_2_6_0_4.addNode('507087','Parts of the Wheat Kernal',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/WheatKnowledge/PartsoftheWheatKernal/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_4_1=g_navNode_0_0_2_6_0_4.addNode('507088','Nutritional Aspects of Whole Grain',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/WheatKnowledge/NutritionalAspectsofWholeGrain/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_4_2=g_navNode_0_0_2_6_0_4.addNode('507089','Whole Grain Health Benefits',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/WheatKnowledge/WholeGrainHealthBenefits/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_2_6_0_5=g_navNode_0_0_2_6_0.addNode('507090','Links',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/Links/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Horizon Milling G.P. - Parent Companies and Affiliates');
g_navNode_0_0_2_6_0_6=g_navNode_0_0_2_6_0.addNode('507091','Contact Us',ssUrlPrefix + 'na/en/products/HorizonMilling/HorizonMillingGP/ContactUs/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Contact a Representative - Horizon Milling G.P. ');
g_navNode_0_0_2_6_1=g_navNode_0_0_2_6.addNode('510264','Solutions',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/index.jsp','Description==Horizon Milling delivers more than just flour.  Read about whole grain, risk management, sustainability, and product solutions.','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==horizon milling, services, innovation, solutions, whole grain, sustainability, risk management, cost management, development','PageTitle==Horizon Milling innovative solutions','contributorOnly==false');
g_navNode_0_0_2_6_1_0=g_navNode_0_0_2_6_1.addNode('510268','Product Development',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/product-development/index.jsp','Description==Learn how Horizon Milling is using technical knowledge to introduce new and innovative solutions to the bakery market.','ExcludeFromSearch==true','Keywords==milling, solutions, product development, innovation, bakery, breads, costs','PageTitle==Product development - Horizon Milling solutions','contributorOnly==false');
g_navNode_0_0_2_6_1_0_0=g_navNode_0_0_2_6_1_0.addNode('510287','Bakery Product Development Made Easy',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/product-development/bakery-product-development-made-easy/index.jsp','Description==Bakery product development provided by Cargill\u2019s IBR bakery lab enables production in a large-scale, real-world baking production facilities.','ExcludeFromSearch==true','Keywords==Product development, baking facility, bakers, bakeries, bakery production','PageTitle==Cargill\u2019s baking facility enables unique product development opportunities like the \u201cSin Dawg\u201d from Dave\u2019s Killer Bread','contributorOnly==false');
g_navNode_0_0_2_6_1_0_1=g_navNode_0_0_2_6_1_0.addNode('510497','Gluten-Free Baking Bases',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/product-development/gluten-free-baking-bases/index.jsp','Description==Cargill\u2019s Gluten-Free Baking Bases replace gluten with ingredient systems to shorten the development curve and deliver great tasting bakery products.','Keywords==Gluten-free, gluten free, glutenfree, gluten-free baking, baking base','PageTitle==Gluten-free baking bases - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_6_1_1=g_navNode_0_0_2_6_1.addNode('510265','Risk Management',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/risk-management/index.jsp','Description==Volatile commodity markets can put your business at more risk than you\\x27re willing to tolerate. Horizon Milling can help. ','ExcludeFromSearch==true','Keywords==risk mitigation, horizon milling, solutions, innovation, risk management, cost savings, commodity pricing','PageTitle==Risk Management - Horizon Milling solutions','contributorOnly==false');
g_navNode_0_0_2_6_1_1_0=g_navNode_0_0_2_6_1_1.addNode('510274','Mitigate Volatility in the Wheat Market',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/risk-management/mitigate-volatility-in-the-wheat-market/index.jsp','Description==Performance pricing is a risk management tool to help manage costs in the wheat market  ','ExcludeFromSearch==true','Keywords==Wheat market, price of wheat, wheat prices, risk management, risk management solution, commodity risk','PageTitle==Mitigate Volatility in the Wheat Market with Performance Pricing risk management services','contributorOnly==false');
g_navNode_0_0_2_6_1_2=g_navNode_0_0_2_6_1.addNode('510267','Sustainability',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/sustainability/index.jsp','Description==Horizon Milling offers products and solutions to help customers develop sustainable solutions','ExcludeFromSearch==true','Keywords==milling, sustainability, baking, flour, eco friendly, innovative solutions','PageTitle==Sustainability - Horizon Milling Solutions','contributorOnly==false');
g_navNode_0_0_2_6_1_2_0=g_navNode_0_0_2_6_1_2.addNode('510270','Surfacing Sustainability Fixes in Baking Facilities',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/sustainability/surfacing-sustainability-fixes-in-baking-facilities/index.jsp','Description==Horizon Milling and Cargill Process Optimizers has been effective in helping both fresh and frozen bakers overcome inefficiencies and sustainability challenges.','ExcludeFromSearch==true','Keywords==Sustainability, baker, bakers, process yield, cost driver, bakeries','PageTitle==Help bakers overcome operations inefficiencies and sustainability challenges.','contributorOnly==false');
g_navNode_0_0_2_6_1_2_1=g_navNode_0_0_2_6_1_2.addNode('510498','EcoFlour\u2122 Helps Grow Customer Brands',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/sustainability/ecoflour-helps-grow-customer-brands/index.jsp','Description==Horizon Milling considers sustainability to be part of the company\u2019s commitment to conduct business with integrity and responsibility ','Keywords==Sustainability, sustainable, flour, wheat flour','PageTitle==EcoFlour\u2122 sustainability solutions open opportunities to create more eco-friendly products - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_6_1_3=g_navNode_0_0_2_6_1.addNode('510266','Whole Grains',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/whole-grains/index.jsp','Description==Discover Horizon Millings whole grain solutions for food manufacturers in the bakery market','ExcludeFromSearch==true','Keywords==flour, whole grains, milling, innovation, solutions','PageTitle==Whole Grains - Horizon Milling Solutions','contributorOnly==false');
g_navNode_0_0_2_6_1_3_0=g_navNode_0_0_2_6_1_3.addNode('510272','Whole Wheat Flour Opens School Doors',ssUrlPrefix + 'na/en/products/HorizonMilling/solutions/whole-grains/whole-wheat-flour-opens-school-doors-with-healthy-tasty-tortillas/index.jsp','Description==Whole wheat tortillas provided to school lunch programs as a result of strategic partnership of Catallia Mexican Food and Horizon Milling.  ','ExcludeFromSearch==true','Keywords==Whole wheat flour, school lunch program, whole wheat, whole wheat tortillas','PageTitle==Whole wheat tortillas provided to school lunch programs','contributorOnly==false');
g_navNode_0_0_2_6_2=g_navNode_0_0_2_6.addNode('507113','About Us',ssUrlPrefix + 'na/en/products/HorizonMilling/AboutUs/index.jsp','Description==Horizon Milling is uniquely positioned to respond to your ever-changing needs, going beyond supplying you with top-quality baking ingredients by offering milling expertise, national resources, and innovation ideas.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, flour mills, flour milling, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==About Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_2_0=g_navNode_0_0_2_6_2.addNode('507114','History',ssUrlPrefix + 'na/en/products/HorizonMilling/AboutUs/History/index.jsp','Description==The history of Cargill\\x27s Horizon Milling flour.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==horizon milling flour history, flour, baking ingredients, milling expertise, flour mills, flour milling, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==History - About Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_2_1=g_navNode_0_0_2_6_2.addNode('507115','Mission \x26 Values',ssUrlPrefix + 'na/en/products/HorizonMilling/AboutUs/MissionValues/index.jsp','Description==Horizon Milling mission and values.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==horizon milling flour mission, horizon milling flour values, flour, baking ingredients, milling expertise, flour mills, flour milling, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Mission \x26 Values - About Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_2_2=g_navNode_0_0_2_6_2.addNode('507116','Career Opportunities',ssUrlPrefix + 'na/en/products/HorizonMilling/AboutUs/CareerOpportunities/index.jsp','Description==Career opportunities at Horizon Milling - Cargill','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==career opportunities, flour, baking ingredients, milling expertise, flour mills, flour milling, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Career Opportunities - About Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_2_3=g_navNode_0_0_2_6_2.addNode('507117','FAQs',ssUrlPrefix + 'na/en/products/HorizonMilling/AboutUs/FAQs/index.jsp','Description==Frequently asked questions \x28FAQs\x29 about Horizon Milling - Cargill.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==frequently asked questions about horizon milling, flour, baking ingredients, milling expertise, flour mills, flour milling, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==FAQs - About Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_3=g_navNode_0_0_2_6.addNode('507118','Products',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/index.jsp','Description==Horizon Milling offers wheat and flour products for a wide range of product applications.  As a leading flour miller, we offer bakery flours, retail grocery flours, durum and semolina, specialty flours, wheat aleurone, white spring whole wheat flour, export flours and feed.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, bakery flour, retail grocery flour, durum flour, semolina flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Flour Products - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0=g_navNode_0_0_2_6_3.addNode('507119','Bakery Flours',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/index.jsp','Description==Horizon Milling provides food manufacturers with quality bakery flours for use in the production of a wide array of baked goods.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Flour Products - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_0=g_navNode_0_0_2_6_3_0.addNode('501694','Winter Standard Patent',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/winter-standard-patent/index.jsp','Description==Horizon Milling\\x27s Winter Standard Patent Flour is a lower-protein, versatile wheat flour delivering good volume, attractive crumb color and solid fermentation tolerance.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==winter standard patent, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Winter Standard Patent - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_1=g_navNode_0_0_2_6_3_0.addNode('501695','Spring/Winter Blend',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/spring-winter-blend/index.jsp','Description==Horizon Milling\\x27s Spring-Winter Blend is a high-quality, high-strength blended wheat flour that offers great fermentation endurance, good water absorption and impressive volume.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==spring winter blend, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Spring - Winter Blend - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_2=g_navNode_0_0_2_6_3_0.addNode('501696','Spring Patent Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/spring-patent-flour/index.jsp','Description==Horizon Millings Spring Patent Flour is a reliable, hard wheat bread flour milled from short, spring patent wheat \u2013 which makes the highest quality straight grade flour.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==spring patent flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Spring Patent Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_3=g_navNode_0_0_2_6_3_0.addNode('501697','Strong Spring Patent Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/stong-spring-patent-flour/index.jsp','Description==Horizon Milling\\x27s Strong Spring Patent Flour offers superior carrying power, so its gluten \u201ccaptures\u201d gases exceptionally well and makes it easier to achieve higher volume.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==strong spring patent flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Strong Spring Patent Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_4=g_navNode_0_0_2_6_3_0.addNode('501698','High Gluten Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/high-gluten-flour/index.jsp','Description==Horizon Milling\\x27s High Gluten Flour is a premium spring wheat flour delivers on vital performance characteristics such as fermentation tolerance, machinability and absorption\u2014but its superior bake volume is what sets it apart.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==high gluten flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==High Gluten Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_5=g_navNode_0_0_2_6_3_0.addNode('501699','Pastry Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/pastry-flour/index.jsp','Description==Horizon Milling\\x27s pastry flour is a versatile, soft-wheat flour that produces stronger dough than cake flour, making it ideal for puff pastries and other sweet goods and snacks requiring a little extra firmness.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==pastry flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Pastry Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_6=g_navNode_0_0_2_6_3_0.addNode('501700','Cake Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/cake-flour/index.jsp','Description==Horizon Milling\\x27s cake flour is a premium, soft wheat that flour carries maximum levels of sugar and water, and is bleached to help generate the attractive crumb color that adds sales-building eye appeal.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cake flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Cake Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_7=g_navNode_0_0_2_6_3_0.addNode('501701','H\x26R All Purpose Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/hr-all-purpose-flour/index.jsp','Description==Horizon Milling\\x27s all purpose bakery flour produces good volume and fermentation tolerance, along with an attractive crumb color and silky, irresistible texture in all kinds of baked and snack favorites.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==h\x26r all purpose flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==H\x26R All Purpose Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_8=g_navNode_0_0_2_6_3_0.addNode('501702','Cookie/Cracker Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/cookie-cracker-flour/index.jsp','Description==Horizon Milling\\x27s cookie and cracker flour is a soft wheat bakery flour which offers unique versatility and dependable results across a variety of applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cookie flour, cracker flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Cookie - Cracker Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_9=g_navNode_0_0_2_6_3_0.addNode('501703','Unbleached Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/unbleached-flour/index.jsp','Description==Horizon Milling\\x27s unbleached flour is an excellent choice when you want to achieve a creamier color and natural, earthy appearance.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==unbleached flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Unbleached Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_10=g_navNode_0_0_2_6_3_0.addNode('501704','Self-rising Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/self-rising-flour/index.jsp','Description==Horizon Milling\\x27s self-rising flour is a versatile, all-purpose flour that has salt and baking powder already added in, allowing you to save measuring and mixing time and still achieves the consistent results you need.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==self-rising flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Self-rising Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_11=g_navNode_0_0_2_6_3_0.addNode('501705','Whole Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/whole-wheat-flour/index.jsp','Description==Horizon Milling\\x27s whole wheat flour uses 100\x25 of a high-protein spring wheat kernel\x3b this flour will help you meet the growing consumer demand for healthier, whole-grain foods.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Whole Wheat Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_12=g_navNode_0_0_2_6_3_0.addNode('501706','Stone-Ground Whole Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/stone-ground-whole-wheat-flour/index.jsp','Description==Horizon Millings stone-ground this whole wheat flour is a product of old-fashioned stone milling.  You can see it in the natural appearance, texture and taste it brings to pizza crusts, breads and other baked favorites.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==stone ground whole wheat flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Stone-ground Whole Wheat Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_13=g_navNode_0_0_2_6_3_0.addNode('501707','First Clear Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/first-clear-flour/index.jsp','Description==Made from the millstreams that remain after the patent flours are removed, Horizon Milling\\x27s First Clear flour provides excellent absorption tolerance and volume. It also features higher gluten content, allowing it to carry a high percentage of rye, whole wheat and other ingredients.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==first clear flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==First Clear Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_14=g_navNode_0_0_2_6_3_0.addNode('501708','Second Clear Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/second-clear-flour/index.jsp','Description==Horizon Milling\\x27s second clear flour allows you to bring acceptable absorption tolerance, volume and other critical performance features to baking mixes and select finished items.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==second clear flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Second Clear Flour - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_0_15=g_navNode_0_0_2_6_3_0.addNode('501709','Stuffed Grades',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/BakeryFlours/stuffed-grades/index.jsp','Description==Horizon Milling\\x27s stuffed grade flours are made from a blend of patent and clear flours, provide a cost-effective solution that still produces the reliable absorption tolerance and volume you need for value-oriented breads, pastries and crackers. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==stuffed grade flour, flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Stuffed Grades - Bakery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_1=g_navNode_0_0_2_6_3.addNode('507120','Progressive Baker\xae Flours',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/ProgressiveBakerFlours/index.jsp','Description==Horizon Milling partners with knowledgeable distributors across the country to bring retail bakers a full line of versatile Progressive Baker\xae flours and other baking ingredients that perform consistently in a variety of baked goods.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, Progressive Baker\xae Flours, retail bakers, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Progressive Baker\xae Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_2=g_navNode_0_0_2_6_3.addNode('507121','Retail Grocery Flours',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/RetailGroceryFlours/index.jsp','Description==Horizon Milling provides retail grocers with quality private label flours for their customers\\x27 in-home baking flour needs.','ExcludeInTopNav==true','Keywords==flour, retail grocery flours, private label flour, all purpose flour, self-rising flour, bread flour, whole wheat flour, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Retail Grocery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_2_0=g_navNode_0_0_2_6_3_2.addNode('501710','All Purpose Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/RetailGroceryFlours/all-purpose-flour/index.jsp','Description==Horizon Milling\\x27s all purpose retail grocery flour is a versatile performer that delivers good volume and an appealing hue, making it easy for consumers to create a variety of irresistible favorites.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, retail grocery flours, private label flour, all purpose flour, self-rising flour, bread flour, whole wheat flour, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==All Purpose Flour - Retail Grocery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_2_1=g_navNode_0_0_2_6_3_2.addNode('501712','Self-rising Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/RetailGroceryFlours/self-rising-flour/index.jsp','Description==Horizon Milling\\x27s self-rising retail grocery flour is a convenient offering \u2013 which has salt and baking powder already added in \u2013 gives consumers a helpful two-step shortcut in their baking, and a consistent rise every time.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, private label flour, retail grocery flours, all purpose flour, self-rising flour, bread flour, whole wheat flour, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Self-rising Flour - Retail Grocery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_2_2=g_navNode_0_0_2_6_3_2.addNode('501713','Bread Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/RetailGroceryFlours/bread-flour/index.jsp','Description==Horizon Milling\\x27s retail grocery bread flour is a solid performer for your discriminating bread-baking customers, generating an inviting color, consistent texture and hearty flavor.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, retail grocery flours, private label flour, all purpose flour, self-rising flour, bread flour, whole wheat flour, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Bread Flour - Retail Grocery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_2_3=g_navNode_0_0_2_6_3_2.addNode('501714','Whole Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/RetailGroceryFlours/whole-wheat-flour/index.jsp','Description==Horizon Milling\\x27s whole wheat flour for retail grocery stores is Ideal for breads and rolls that carry an authentic, earthy color, taste and texture, it will be a popular choice for consumers seeking to give their families the nutritional benefits of whole grain.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, retail grocery flours, private label flour, all purpose flour, self-rising flour, bread flour, whole wheat flour, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Whole Wheat Flour - Retail Grocery Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_3=g_navNode_0_0_2_6_3.addNode('507122','Durum \x26 Semolina Flours',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/DurumSemolinaFlours/index.jsp','Description==As a quality supplier of semolina and durum flour, Horizon Milling supports bakers and pasta manufacturers across the country.','ExcludeTopNavSubSections==true','Keywords==flour, durum flour, semolina flour, extra fancy durum  flour, durum granular, pasta manufacturers, bakers, noodle flour, blending flour, coating flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Durum \x26 Semolina Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_3_0=g_navNode_0_0_2_6_3_3.addNode('501715','Semolina/Durum Granular',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/DurumSemolinaFlours/semolina-durum-granular/index.jsp','Description==Horizon Milling\\x27s semolina - durum granular flour is a hearty blend of durum wheat and semolina\x3b this offering produces a bright yellow color that will give both long-goods and short-goods pastas excellent eye appeal.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, durum flour, semolina flour, extra fancy durum  flour, durum granular, pasta manufacturers, bakers, noodle flour, blending flour, coating flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Semolina - Durum Granular - Durum \x26 Semolina Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_3_1=g_navNode_0_0_2_6_3_3.addNode('501716','Extra Fancy Durum Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/DurumSemolinaFlours/extra-fancy-durum-flour/index.jsp','Description==Horizon Milling\\x27s top-of-the-line Extra Fancy Durum Flour is highly refined to bring exceptional color and cooking quality to a variety of shell pastas and has the performance strength necessary for applications such as ravioli or tortellini.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, durum flour, semolina flour, extra fancy durum  flour, durum granular, pasta manufacturers, bakers, noodle flour, blending flour, coating flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Extra Fancy Durum Flour - Durum \x26 Semolina Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_3_2=g_navNode_0_0_2_6_3_3.addNode('501717','Durum Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/DurumSemolinaFlours/durum-flour/index.jsp','Description==Horizon Milling\\x27s Durum Flour makes a quality ingredient for short-goods pastas, helping them impart an attractive appearance, eye-catching color and reliable cooking performance.  It is a versatile, dependable flour to have in your ingredient portfolio.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, durum flour, semolina flour, extra fancy durum  flour, durum granular, pasta manufacturers, bakers, noodle flour, blending flour, coating flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Durum Flour - Durum \x26 Semolina Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_3_3=g_navNode_0_0_2_6_3_3.addNode('501718','Durum First Clear Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/DurumSemolinaFlours/durum-first-clear-flour/index.jsp','Description==Manufacturers choose Horizon Milling\\x27s Durum First Clear as a cost-effective blending ingredient.  Often combined with our Extra Fancy Durum Flour to make canned noodles and pastas, it helps deliver the right balance of flavor, texture and critical performance attributes such as shelf life.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, durum flour, semolina flour, extra fancy durum  flour, durum granular, pasta manufacturers, bakers, noodle flour, blending flour, coating flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Durum First Clear Flour - Durum \x26 Semolina Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_3_4=g_navNode_0_0_2_6_3_3.addNode('501719','Durum Second Clear Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/DurumSemolinaFlours/durum-second-clear-flour/index.jsp','Description==Horizon Milling\\x27s Durum Second Clear flour is a premier choice for specialized applications such as a binder or coating ingredient, especially for meats such as chicken and pork.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, durum flour, semolina flour, extra fancy durum  flour, durum granular, pasta manufacturers, bakers, noodle flour, blending flour, coating flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, flour for baking, baking flour','PageTitle==Durum Second Clear Flour - Durum \x26 Semolina Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4=g_navNode_0_0_2_6_3.addNode('507123','Specialty Flours',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/index.jsp','Description==Horizon Milling offers a wide range of specialty flours for cereal, diastatic and fiber applications. We also offer vital wheat gluten for baking and other applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_0=g_navNode_0_0_2_6_3_4.addNode('501720','Vital Wheat Gluten',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/vital-wheat-gluten/index.jsp','Description==Cargill\u2019s vital wheat gluten is pure, extracted gluten used as an additive to increase key performance features such as processing tolerance and volume.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Vital Wheat Gluten - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_1=g_navNode_0_0_2_6_3_4.addNode('501721','Soft Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/soft-wheat-flour/index.jsp','Description==Horizon Milling\\x27s soft wheat flour has an inviting crumb color and carrying just the right amount of strength and firmness, it is one of our most versatile flours \u2013 a perfect component in everything from breads to noodles to sauces and even candies.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Soft Wheat Flour - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_2=g_navNode_0_0_2_6_3_4.addNode('501722','Stone-Ground Whole Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/stone-ground-whole-wheat-flour/index.jsp','Description==Horizon Milling\\x27s stone ground whole wheat flour will help you deliver the natural, whole wheat taste, texture and visual identity that your health-conscious consumers are looking for.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Stone-ground Whole Wheat Flour - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_3=g_navNode_0_0_2_6_3_4.addNode('501723','Malted Barley Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/malted-barley-flour/index.jsp','Description==Horizon Milling\\x27s malted barley flour is made from barley that\u2019s been allowed to germinate, increasing enzyme activity. It is most commonly used as an additive to supplement flours that lack the necessary amount of alpha amylases.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Malted Barley Flour - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_4=g_navNode_0_0_2_6_3_4.addNode('501724','Farina',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/farina/index.jsp','Description==Horizon Milling\\x27s farina \x28Italian for flour\x29 is made from the endosperm of the hard wheat kernel, milled down to form larger, hearty-looking particles. Loaded with iron and always a consistent performer, it is typically used as a cereal food.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Farina - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_5=g_navNode_0_0_2_6_3_4.addNode('501725','Bran',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/bran/index.jsp','Description==Horizon Milling\u2122 Bran is created by extracting the protective bran coat from select wheat berries and grinding it to an optimal consistency.  It is available in heavy or light options.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Bran - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_6=g_navNode_0_0_2_6_3_4.addNode('501726','Color-Sorted Wheat',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/color-sorted-wheat/index.jsp','Description==Horizon Milling\\x27s color-sorted wheat is a soft white wheat flour that has undergone an ultra-thorough cleaning.  It is unparalleled in quality and consistency, it is a popular ingredient in the fast-rising functional foods segment.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Color-sorted Wheat - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_7=g_navNode_0_0_2_6_3_4.addNode('501727','Cracked Wheat',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/cracked-wheat/index.jsp','Description==Horizon Milling\\x27s cracked wheat is made by putting wheat kernels through a roll to generate coarse flecks of grain that convey an authentic goodness.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Cracked Wheat - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_4_8=g_navNode_0_0_2_6_3_4.addNode('501728','Wheat Germ',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/SpecialtyFlours/wheat-germ/index.jsp','Description==This product is an extracted portion of the wheat kernel\u2019s germ \u2013 the area richest in nutritional goodness. Not only is it loaded with vitamins \x28especially E\x29, it also features a sweetly satisfying flavor.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, specialty flour, vital wheat gluten, soft wheat flour, malted barley flour, farina, bran flour, color-sorted wheat, cracked wheat, wheat germ, stone ground whole wheat, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Wheat Germ - Specialty Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_5=g_navNode_0_0_2_6_3.addNode('507722','EcoFlour\u2122 Sustainability Solutions',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/ecoflour-sustainability-solutions/index.jsp','Description==Horizon Milling\\x27s EcoFlour\u2122 sustainability solutions open exciting opportunities to create more eco-friendly products and help achieve your strategic sustainability goals. ','ExcludeInTopNav==true','Keywords==flour, bakery flour, retail grocery flour, durum flour, semolina flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer, EcoFlour\u2122 sustainability solutions, ','PageTitle==EcoFlour\u2122 Sustainability Solutions - Horizon Milling - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_6_3_6=g_navNode_0_0_2_6_3.addNode('507124','GrainWise\xae Wheat Aleurone',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/GrainWiseWheatAleurone/index.jsp','Description==GrainWise\xae Wheat Aleurone is an innovative, all natural ingredient Horizon Milling has developed to help food manufacturers create healthier foods that appeal to more consumers.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, GrainWise wheat aleurone, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==GrainWise\xae Wheat Aleurone - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_7=g_navNode_0_0_2_6_3.addNode('507125','WheatSelect\xae White Spring Whole Wheat Flour',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/WheatSelectWhiteSpringWholeWheatFlour/index.jsp','Description==WheatSelect\xae white spring whole wheat flour gives your products a select advantage - combining 100\x25 whole wheat nutrition with premium baking performance and more of the sensory attributes consumers prefer.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, WheatSelect white spring whole wheat flour, bakery flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==WheatSelect\xae White Spring  - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_8=g_navNode_0_0_2_6_3.addNode('507126','Export Flours',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/ExportFlours/index.jsp','Description==We export our flour products to food manufacturers and distributors around the world, milling many flours to exact specifications for specific end uses. Our export flours are used to make a variety of baked goods, prepared foods, batters, mixes and more. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, bakery flour, retail grocery flour, durum flour, semolina flour, wheat aleurone, white whole wheat flour, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Export Flours - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_3_9=g_navNode_0_0_2_6_3.addNode('507127','Feed',ssUrlPrefix + 'na/en/products/HorizonMilling/Products/Feed/index.jsp','Description==Horizon Milling sells its feed products to commercial feed manufacturers, pet food manufacturers, feedlots, dairies and hog integrators.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, feed products, commercial feed manufacturers, pet food manufacturers, feed lots, animal feed industry, animal vitamin ingredient, pet food ingredient','PageTitle==Feed - Horizon Milling - Cargill Food Ingredients');
g_navNode_0_0_2_6_4=g_navNode_0_0_2_6.addNode('507128','Services',ssUrlPrefix + 'na/en/products/HorizonMilling/Services/index.jsp','Description==Horizon Milling has industry-leading knowledge, resources and capabilities for delivering product innovation, risk management and market knowledge to help you create superior products using our quality array of flours. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer','PageTitle==Horizon Milling Services - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_4_0=g_navNode_0_0_2_6_4.addNode('507129','Tech Support/Consulting',ssUrlPrefix + 'na/en/products/HorizonMilling/Services/TechSupportConsulting/index.jsp','Description==Horizon Milling supports you with a team of knowledgeable technical service and R\x26D professionals. Bringing experience you can draw on to optimize manufacturing efficiency and keep your business running smoothly, these experts provide a variety of valuable services','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, tech support, consulting','PageTitle==Tech Support - Consulting - Horizon Milling Services - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_4_1=g_navNode_0_0_2_6_4.addNode('507130','Risk Management',ssUrlPrefix + 'na/en/products/HorizonMilling/Services/RiskManagement/index.jsp','Description==Volatile commodity markets can put your business at more risk than you\\x27re willing to tolerate. Horizon Milling can help. As a Cargill company, we have access to the knowledge and resources of a global risk management leader - to help you better manage fluctuating costs, eliminate uncertainty, and ultimately take your business toward a more predictable and profitable future.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, risk management, flour commodity market','PageTitle==Risk Management - Horizon Milling Services - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_4_2=g_navNode_0_0_2_6_4.addNode('507131','Supply Chain/Logistics Services',ssUrlPrefix + 'na/en/products/HorizonMilling/Services/SupplyChainLogisticsServices/index.jsp','Description==Horizon Milling draws on Cargill\\x27s global supply chain and logistics management resources and knowledge. We can support you with expertise to optimize your supply chain, build stronger supply chain partnerships and assist you in achieving quantifiable cost-savings throughout your business.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, supply chain, logistics services','PageTitle==Supply Chain - Logistics Services - Horizon Milling Services - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_5=g_navNode_0_0_2_6.addNode('507133','Risk Management',ssUrlPrefix + 'na/en/products/HorizonMilling/RiskManagement/index.jsp','Description==Horizon Milling has first-hand experience in commodity risk management including managing price risk in wheat flour and 35 plus other commodities.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, commodity risk management, price risk, wheat flour','PageTitle==Horizon Milling Risk Management - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_5_0=g_navNode_0_0_2_6_5.addNode('507134','Customer Risk Management',ssUrlPrefix + 'na/en/products/HorizonMilling/RiskManagement/CustomerRiskManagement/index.jsp','Description==Using proprietary tools developed by the Cargill Risk Management business unit, Horizon Milling\\x27s CRM team takes advantage of innovative hedging tools to increase price predictability and offer protection in volatile markets. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, customer risk management, price risk, wheat flour','PageTitle==Customer Risk Management - Horizon Milling Risk Management - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_5_1=g_navNode_0_0_2_6_5.addNode('507135','Integrated Risk Management',ssUrlPrefix + 'na/en/products/HorizonMilling/RiskManagement/IntegratedRiskManagement/index.jsp','Description==By capitalizing on Cargill\\x27s unique asset positions, information networks, and proprietary systems, Horizon Milling has developed a \"best in class\" competency to assess and balance risk against opportunity in dynamic markets.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, integrated risk management, price risk, wheat flour','PageTitle==Integrated Risk Management - Horizon Milling Risk Management - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_5_2=g_navNode_0_0_2_6_5.addNode('507136','Consulting',ssUrlPrefix + 'na/en/products/HorizonMilling/RiskManagement/Consulting/index.jsp','Description==Leveraging Cargill Direct\\x27s unique market insights and cross-commodity expertise, Horizon Milling provides its broad range of customers, both in and out of the typical supply chain, with access to consultative risk management services that are tailored to meet their individual needs.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, consulting','PageTitle==Consulting - Horizon Milling Risk Management - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_6=g_navNode_0_0_2_6.addNode('507137','Wheat Knowledge',ssUrlPrefix + 'na/en/products/HorizonMilling/WheatKnowledge/index.jsp','Description==As one of the world\\x27s leading flour suppliers, Horizon Milling has a wealth of information to share on topics related to wheat. Here you can learn about the parts of a wheat kernal, nutritional aspects of wheat and health benefits of whole grains.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, wheat knowledge, wheat kernal, wheat nutrition, benefits of whole wheat ','PageTitle==Wheat Knowledge - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_6_0=g_navNode_0_0_2_6_6.addNode('507138','Parts of the Wheat Kernel',ssUrlPrefix + 'na/en/products/HorizonMilling/WheatKnowledge/PartsoftheWheatKernel/index.jsp','Description==As one of the world\\x27s leading flour suppliers, Horizon Milling has a wealth of information to share on topics related to wheat. Here you can learn about the parts of a wheat kernal, nutritional aspects of wheat and health benefits of whole grains.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, wheat knowledge, wheat kernal, wheat nutrition, benefits of whole wheat ','PageTitle==Parts of the Wheat Kernal - Wheat Knowledge - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_6_1=g_navNode_0_0_2_6_6.addNode('507139','Nutritional Aspects of Wheat',ssUrlPrefix + 'na/en/products/HorizonMilling/WheatKnowledge/NutritionalAspectsofWheat/index.jsp','Description==As one of the world\\x27s leading flour suppliers, Horizon Milling has a wealth of information to share on topics related to wheat. Here you can learn about the parts of a wheat kernal, nutritional aspects of wheat and health benefits of whole grains.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, wheat knowledge, wheat kernal, wheat nutrition, benefits of whole wheat ','PageTitle==Nutritional Aspects of Wheat - Wheat Knowledge - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_6_2=g_navNode_0_0_2_6_6.addNode('507140','Health Benefits of Whole Grains',ssUrlPrefix + 'na/en/products/HorizonMilling/WheatKnowledge/HealthBenefitsofWholeGrains/index.jsp','Description==As one of the world\\x27s leading flour suppliers, Horizon Milling has a wealth of information to share on topics related to wheat. Here you can learn about the parts of a wheat kernal, nutritional aspects of wheat and health benefits of whole grains.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Health Benefits of Whole Grains - Wheat Knowledge - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_7=g_navNode_0_0_2_6.addNode('507141','Locations',ssUrlPrefix + 'na/en/products/HorizonMilling/Locations/index.jsp','Description==Horizon Milling\\x27s locations and national milling network map.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour, baking ingredients, milling expertise, food ingredient solutions, flour products, flour suppliers, flour manufacturer, locations, national milling network map','PageTitle==Locations - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_9=g_navNode_0_0_2_6.addNode('507721','Contact Us',ssUrlPrefix + 'na/en/products/HorizonMilling/ContactUs/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d507146');
g_navNode_0_0_2_6_9_0=g_navNode_0_0_2_6_9.addNode('507146','General Inquiries',ssUrlPrefix + 'na/en/products/HorizonMilling/ContactUs/general-inquiries/index.jsp','Description==Horizon Milling general contacts, export sales contacts, feed sales contacts, wheat merchandising contacts','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour contacts, general contacts, export sales contacts, feed sales contacts, wheat merchandising contacts, food processors, distributor sales, technical serivice','PageTitle==Contact Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_9_1=g_navNode_0_0_2_6_9.addNode('507147','Food Processor / Distributor Sales \x28US\x29',ssUrlPrefix + 'na/en/products/HorizonMilling/ContactUs/FoodProcessorDistributorSalesUS/index.jsp','Description==Horizon Milling Food Processor - Distribution Sales contacts.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour contacts, general contacts, export sales contacts, feed sales contacts, wheat merchandising contacts, food processors, distributor sales, technical serivice','PageTitle==Food Processor - Distributor Sales \x28US\x29 - Contact Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_9_2=g_navNode_0_0_2_6_9.addNode('507148','Feed Sales',ssUrlPrefix + 'na/en/products/HorizonMilling/ContactUs/FeedSales/index.jsp','Description==Horizon Milling Feed Sales contacts.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour contacts, general contacts, export sales contacts, feed sales contacts, wheat merchandising contacts, food processors, distributor sales, technical serivice','PageTitle==Feed Sales - Contact Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_9_3=g_navNode_0_0_2_6_9.addNode('507149','Technical Service',ssUrlPrefix + 'na/en/products/HorizonMilling/ContactUs/TechnicalService/index.jsp','Description==Horizon Milling technical service contacts.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour contacts, general contacts, export sales contacts, feed sales contacts, wheat merchandising contacts, food processors, distributor sales, technical serivice','PageTitle==Technical Service - Contact Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_9_4=g_navNode_0_0_2_6_9.addNode('507150','Wheat Merchandising',ssUrlPrefix + 'na/en/products/HorizonMilling/ContactUs/WheatMerchandising/index.jsp','Description==Horizon Milling Wheat Merchandising contacts.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==flour contacts, general contacts, export sales contacts, feed sales contacts, wheat merchandising contacts, food processors, distributor sales, technical serivice','PageTitle==Wheat Merchandising - Contact Us - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_6_10=g_navNode_0_0_2_6.addNode('507199','Links',ssUrlPrefix + 'na/en/products/HorizonMilling/Links/index.jsp','Description==Links to Horizon Milling parent companies, other company web sites, and a variety of professional organizations and associations.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==horizon milling parent company, cargill web sites, professional organizations for flour milling, flour milling associations','PageTitle==Links - Horizon Milling - Flour Supplier - Cargill Food Ingredients');
g_navNode_0_0_2_7=g_navNode_0_0_2.addNode('501609','Hydrocolloids',ssUrlPrefix + 'na/en/products/hydrocolloids/index.jsp','Description==Cargill offers a broad range of hydrocolloids such as alginates, biopolymers \x28xanthan gum and scleroglucan\x29, carrageenans, galactomannans \x28locust bean gum and guar gum\x29 and pectins. ','ExcludeTopNavSubSections==true','Keywords==Hydrocolloids, alginates, biopolymers, carrageenans, xanthan gum, galactomannans, pectins, locust bean gum, guar gum, polysaccharides, food industry, dressings ','PageTitle==Hydrocolloids - alginates, biopolymers, carrageenans, galactomannans and pectins - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_7_6=g_navNode_0_0_2_7.addNode('501766','Alginates',ssUrlPrefix + 'na/en/products/hydrocolloids/alginates/index.jsp','Description==Cargill produces alginate for food manufacturers to be used as gelling and thickening agents in dairy applications.','ExcludeInTopNav==true','Keywords==alginates, hydrocolloids, thickening, gelling, dairy, food, salts of alginic acid, non-thermoreversible, sodium alginate ','PageTitle==Alginates for gelling and thinkening - Cargill Food Ingredients');
g_navNode_0_0_2_7_7=g_navNode_0_0_2_7.addNode('501771','Galactomannans',ssUrlPrefix + 'na/en/products/hydrocolloids/galactomannans/index.jsp','Description==Cargill\\x27s galactomannans, such as guar and locust bean gum, thicken and form viscous shear thinning solutions. ','ExcludeInTopNav==true','Keywords==guar gum, locust bean gum, hydrocolloids, galactomannans, gum arabic, buy guar gum','PageTitle==Galactomannans - Guar gum, locust bean gum - Cargill Food Ingredients');
g_navNode_0_0_2_7_7_0=g_navNode_0_0_2_7_7.addNode('501772','Viscogum\xae Locust Bean Gum',ssUrlPrefix + 'na/en/products/hydrocolloids/galactomannans/viscogum-locust-bean-gum/index.jsp','Description==The locust bean has been known for its thickening properties since ancient times\x3a the Egyptians used locust bean paste to glue bandages onto mummies.','ExcludeInTopNav==true','Keywords==locust bean gum, galactomannans, thickening','PageTitle==Viscogum locust bean gum - Cargill Food Ingredients');
g_navNode_0_0_2_7_7_1=g_navNode_0_0_2_7_7.addNode('501775','Viscogum\xae Guar Gum',ssUrlPrefix + 'na/en/products/hydrocolloids/galactomannans/viscogum-guar-gum/index.jsp','Description==Guar fruit is a pod\x3b its seeds have an average diameter of about 5 mm. They contain a reserve substance, the albumen, and are known for their thickening functionality. ','ExcludeInTopNav==true','Keywords==galactomannans, guar gum, thickening','PageTitle==Viscogum guar gum - Cargill Food Ingredients');
g_navNode_0_0_2_7_8=g_navNode_0_0_2_7.addNode('501778','Pectins',ssUrlPrefix + 'na/en/products/hydrocolloids/pectins/index.jsp','Description==Pectin is used for its gelling, thickening and stabilizing properties in confectionery, dairy, and fruit applications.','ExcludeInTopNav==true','Keywords==pectin, confectionery, yogurt, dairy, fruit, jams, thickening, gelling, stabilizer','PageTitle==Pectin for confectionery, dairy, and fruit applications - Cargill Food Ingredients');
g_navNode_0_0_2_7_9=g_navNode_0_0_2_7.addNode('501783','Xanthan Gum',ssUrlPrefix + 'na/en/products/hydrocolloids/xanthan-gum/index.jsp','Description==Cargill\u2019s Xanthan gum is a polysaccharide widely used for its unique ability to control the rheological properties of a wide range of food products. ','ExcludeInTopNav==true','Keywords==Xanthan gum, polysaccharide, rheological, food products, xanthan','PageTitle==Xanthan Gum - a polysaccharide for food products - Cargill Food Ingredients');
g_navNode_0_0_2_7_10=g_navNode_0_0_2_7.addNode('501787','Carrageenan',ssUrlPrefix + 'na/en/products/hydrocolloids/carregeenan/index.jsp','Description==Cargill\\x27s carrageenans are extracted from red seaweeds and are used as thermo reversible gelling and thickening agent, mainly in the food industry.','ExcludeInTopNav==true','Keywords==carrageenan, food industry, thickening, gelling, dairy, meat, manaufacturer, agar','PageTitle==Carrageenan for dairy and meat products - Cargill Food Ingredients');
g_navNode_0_0_2_7_11=g_navNode_0_0_2_7.addNode('501792','Locations',ssUrlPrefix + 'na/en/products/hydrocolloids/locations/index.jsp','ExcludeInTopNav==true','PageTitle==Hydrocolloid locations - Cargill Food Ingredients');
g_navNode_0_0_2_7_12=g_navNode_0_0_2_7.addNode('501793','Contacts',ssUrlPrefix + 'na/en/products/hydrocolloids/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501793');
g_navNode_0_0_2_8=g_navNode_0_0_2.addNode('501610','Lecithins',ssUrlPrefix + 'na/en/products/lecithins/index.jsp','Description==Lecithin is a multipurpose food ingredient that primarily functions as an emulsifier and dispersing agent.  Cargill offers a variety of lecithin products including fluid, tailored fluid, deoiled and modified lecithins.','ExcludeTopNavSubSections==true','Keywords==lecithin, lecithins, emulsifier, dispersing agent, dispersants, releasing agent, fluid lecithin, tailored fluid lecithin, liquid lecithin, soybean lecithin, phospholipids, glycolipids, tyglycerides, lecithin food additive, food ingredient, purchase lecithin, lecithin suppliers','PageTitle==Lecithin - Emulsifier - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_8_0=g_navNode_0_0_2_8.addNode('501824','Fluid Lecithins',ssUrlPrefix + 'na/en/products/lecithins/fluid-lecithins/index.jsp','Description==Fluid lecithins are a naturally occurring mixture of phospholipids combined with smaller amounts of other lipids. Cargill\\x27s fluid lecithins are stable, easy -to-handle fluid blends standardized to offer the highest quality.','ExcludeInTopNav==true','Keywords==lecithin, lecithins, emulsifier, dispersing agent, dispersants, releasing agent, fluid lecithin, tailored fluid lecithin, liquid lecithin, soybean lecithin, phospholipids, glycolipids, carbohydrates, tyglycerides, lecithin food additive, powdered beverages, purchase lecithin, lecithin suppliers, buy lecithin in bulk, beverage ingredients','PageTitle==Fluid Lecithins - Emulsifiers - Cargill Food Ingredients');
g_navNode_0_0_2_8_1=g_navNode_0_0_2_8.addNode('501825','Tailored Fluid Lecithins',ssUrlPrefix + 'na/en/products/lecithins/tailored-fluid-lecithins/index.jsp','Description==Cargill\\x27s lecithin bases can be combined with specialty oils and co-emulsifiers to provide functionality for specific food and beverage applications.','ExcludeInTopNav==true','Keywords==lecithin, lecithins, emulsifier, dispersing agent, dispersants, releasing agent, fluid lecithin, tailored fluid lecithin, deoiled lecithin, modified lecithin, liquid lecithin, soybean lecithin, fractionated lecithin, defractionated lecithin, phospholipids, glycolipids, carbohydrates, tyglycerides, lecithin food additive, food ingredient, powdered beverages, purchase lecithin, lecithin suppliers, buy lecithin in bulk, beverage ingredients','PageTitle==Tailored Fluid Lecithins - Cargill Food Ingredients');
g_navNode_0_0_2_8_2=g_navNode_0_0_2_8.addNode('501826','Deoiled Lecithins',ssUrlPrefix + 'na/en/products/lecithins/deoiled-lecithins/index.jsp','Description==Deoiled lecithins are highly concentrated lecithins in powder or granular form.  Cargill offers a variety of particle sizes which have high water dispersibility and are easy to measure and handle without pumps.  ','ExcludeInTopNav==true','Keywords==lecithin, lecithins, emulsifier, dispersing agent, dispersants, releasing agent, fluid lecithin, tailored fluid lecithin, deoiled lecithin, modified lecithin, liquid lecithin, soybean lecithin, fractionated lecithin, defractionated lecithin, phospholipids, glycolipids, carbohydrates, tyglycerides, lecithin food additive, food ingredient, purchase lecithin, lecithin suppliers, buy lecithin in bulk, beverage ingredient','PageTitle==Deoiled Lecithin - Cargill Food Ingredients');
g_navNode_0_0_2_8_3=g_navNode_0_0_2_8.addNode('501827','Fractionated Deoiled and Fluid Lecithins',ssUrlPrefix + 'na/en/products/lecithins/fractionated-deoiled-fluid-lecithins/index.jsp','Description==Soybean lecithins are fractionated into increased contents of individual phospholipid components to increase functionality.  Cargill offers soybean lecithins in both fluid and powder forms.','ExcludeInTopNav==true','Keywords==lecithin, lecithins, emulsifier, dispersing agent, dispersants, releasing agent, fluid lecithin, tailored fluid lecithin, deoiled lecithin, modified lecithin, liquid lecithin, soybean lecithin, fractionated lecithin, defractionated lecithin, phospholipids, glycolipids, carbohydrates, tyglycerides, lecithin food additive, food ingredient, purchase lecithin, lecithin suppliers, buy lecithin in bulk, beverage ingredient','PageTitle==Fractionated Deoiled and Fluid Lecithins - Cargill Food Ingredients');
g_navNode_0_0_2_8_4=g_navNode_0_0_2_8.addNode('501828','Modified Lecithins',ssUrlPrefix + 'na/en/products/lecithins/modified-lecithins/index.jsp','Description==Modified lecithins are chemically or enzymatically modified lecithin products with enhanced functionality.  Cargill\\x27s products are specially formulated to be highly water dispersible, excellent oil-in-water emulsifiers or provide heat resistance when exposed to high temperatures.','ExcludeInTopNav==true','Keywords==lecithin, lecithins, emulsifier, dispersing agent, dispersants, releasing agent, fluid lecithin, tailored fluid lecithin, deoiled lecithin, modified lecithin, liquid lecithin, soybean lecithin, fractionated lecithin, defractionated lecithin, phospholipids, glycolipids, carbohydrates, tyglycerides, lecithin food additive, food ingredient, purchase lecithin, lecithin suppliers, buy lecithin in bulk, beverage ingredient','PageTitle==Modified Lecithins -  Cargill Food Ingredients');
g_navNode_0_0_2_8_5=g_navNode_0_0_2_8.addNode('501829','Locations',ssUrlPrefix + 'na/en/products/lecithins/locations/index.jsp','ExcludeInTopNav==true','PageTitle==Cargill Food Ingredients\x3a Lecithins Products - Locations');
g_navNode_0_0_2_8_6=g_navNode_0_0_2_8.addNode('501830','Contacts',ssUrlPrefix + 'na/en/products/lecithins/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501830','PageTitle==Cargill Food Ingredients\x3a Lecithins Products - Contacts');
g_navNode_0_0_2_9=g_navNode_0_0_2.addNode('501611','Malt',ssUrlPrefix + 'na/en/products/malt/index.jsp','Description==As one of the largest maltsters, Cargill provides premier brewers, distillers and food manufacturers with a wide range of the highest quality base malts and specialty malts.','ExcludeTopNavSubSections==true','Keywords==malt, brewers base malts, handcrafted malt, base malts, specialty malt, clear malt, diastatic malt, distillers malt, sorghum syrup, malt filter aids, kilned malt, caramel malt, roasted malt, munich malt, high temp malt, distilling, bulk malt, roasted barley, malted barley, malt extract,  quality malt, malt extract, malt suppliers, where to buy malt','PageTitle==Malt Products - Cargill Malt','RestartLeftNav==true');
g_navNode_0_0_2_9_0=g_navNode_0_0_2_9.addNode('501834','Brewers\' Base Malt',ssUrlPrefix + 'na/en/products/malt/brewers-base-malt/index.jsp','Description==Cargill has an extensive line of brewers base malt that is produced from premium 2-row or 6-row malting barley varieties or white wheat to bring you the finest malts available.','ExcludeInTopNav==true','Keywords==malt, brewers base malts, base malts, brewers malt, premium 2-row malt, premium 6-row malt, malting barley, world select, german pilsen, dingemans malt, warminster maltings, gambrinus malt, wheat brewers malt','PageTitle==Brewers Base Malt Products - Cargill Malt');
g_navNode_0_0_2_9_1=g_navNode_0_0_2_9.addNode('510801','Brewers\' Specialty Malts',ssUrlPrefix + 'na/en/products/malt/specialty-malts/index.jsp','contributorOnly==false');
g_navNode_0_0_2_9_1_0=g_navNode_0_0_2_9_1.addNode('501835','Specialty Brewers Malt Products',ssUrlPrefix + 'na/en/products/malt/specialty-malts/specialty-brewers-malts/index.jsp','Description==Turn to Cargill for a wide array of specialty malts, liquid adjuncts, flavors, and more, along with the formulation expertise to ensure you generate gratifying taste sip after sip while maximizing cost management and profit.','ExcludeInTopNav==true','Keywords==malt, brewers base malts, base malts, brewers malt, specialty malts, liquid adjuncts, flavors, munich, dingemans, ireks german malt, caramel malt, gambrinus, colored malts, roasted malt','PageTitle==Specialty Brewers Malt - Cargill Malt');
g_navNode_0_0_2_9_1_1=g_navNode_0_0_2_9_1.addNode('501836','Clear Malt',ssUrlPrefix + 'na/en/products/malt/specialty-malts/clear-malt/index.jsp','Description==Cargill offers a clear malt that is very low in color and has neutral flavor so it is ideal for flavored malt beverage applications.','ExcludeInTopNav==true','Keywords==malt, clear malt, clear malt base, brewers base malts, base malts, brewers malt, specialty malts, liquid adjuncts, flavors','PageTitle==Clear Malt Products - Cargill Malt');
g_navNode_0_0_2_9_1_2=g_navNode_0_0_2_9_1.addNode('501837','Diastatic Malt',ssUrlPrefix + 'na/en/products/malt/specialty-malts/diastatic-malt/index.jsp','Description==Cargill\\x27s diastatic malt is a high-enzyme malt with natural enzymes for use in food and beverage applications.','ExcludeInTopNav==true','Keywords==malt, diastatic malt, high enzyme malt, malt food ingredient, base malts, brewers malt, specialty malts, liquid adjuncts, flavors','PageTitle==Diastatic Malt Products - Cargill Malt');
g_navNode_0_0_2_9_1_3=g_navNode_0_0_2_9_1.addNode('501838','Distillers Malt',ssUrlPrefix + 'na/en/products/malt/specialty-malts/distillers-malt/index.jsp','Description==Cargill\\x27s distillers malt is highly modified with low and high alpha amylases available.','ExcludeInTopNav==true','Keywords==malt, distillers malt, low amylase, high amylase, base malts, brewers malt, specialty malts, liquid adjuncts, flavors','PageTitle==Distillers Malt Products - Cargill Malt');
g_navNode_0_0_2_9_1_4=g_navNode_0_0_2_9_1.addNode('501843','Gambrinus Malting Corporation ',ssUrlPrefix + 'na/en/products/malt/specialty-malts/gambrinus-malting-corporation/index.jsp','Description==Gambrinus Malting Corporation, located in British Columbia\u2019s Okanagan Valley, began production in 1992 to provide the finest quality specialty malts and organic malts to the brewing industry.','ExcludeInTopNav==true','Keywords==malt, brewers base malts, gambrinus malting, 2 row malts, munich malts, colored malts, honey malt, pale malt, brewing malts, vienna malt, 2 row barley, organic malt','PageTitle==Gambrinus Malting Corporation - Cargill Malt');
g_navNode_0_0_2_9_1_5=g_navNode_0_0_2_9_1.addNode('501842','Ireks Meussdoeffer German Malts ',ssUrlPrefix + 'na/en/products/malt/specialty-malts/ireks-meussdoeffer/index.jsp','Description==Ireks and Meussdoeffer have exemplified products of excellent quality malts since 1856.  Their munich malt is produced with graduated kiln temperatures resulting in higher color and aromatic notes. The Vienna malt has a deep golden color with strong malt flavor.','ExcludeInTopNav==true','Keywords==malt, brewers base malts, ireks meussdoeffer, german malts, munich malt, colored malt, brewing malts, vienna malt, dark lager malt','PageTitle==Ireks Meussdoeffer German Malts - Cargill Malt');
g_navNode_0_0_2_9_1_6=g_navNode_0_0_2_9_1.addNode('501839','Mouterij Dingemans Belgium Malt Product Line',ssUrlPrefix + 'na/en/products/malt/specialty-malts/mouterij-dingemans/index.jsp','Description==As the exclusive Belgian producer of roasted specialty malts, the Dingemans family has produced an extensive range of basic ingredients for the demanding Belgian and European brewer since 1875.','ExcludeInTopNav==true','Keywords==malt, specialty malts, brewers base malts, Dingemans Pilsen, pale ale malt, pale wheat malt, specialty brewers malts, caramel malts, colored malts, roasted malts, debittered black malt','PageTitle==Mouterij Dingemans Belgium Malt Products - Cargill Malt');
g_navNode_0_0_2_9_1_7=g_navNode_0_0_2_9_1.addNode('501840','Pauls Malt',ssUrlPrefix + 'na/en/products/malt/specialty-malts/pauls-malt/index.jsp','Description==Pauls malt, the UK\\x27s largest malster, produces a wide variety of premium base 2 row malts as well as colored malts and roasted malts.','ExcludeInTopNav==true','Keywords==malt, brewers base malts, pauls malt, mid ale malt, crystal malts, chocolate malt, pale ale malt, pale wheat malt, specialty brewers malts, caramel malt, colored malt, roasted malt, black malt, 2 row malt, brewing malts','PageTitle==Pauls Malt - Cargill Malt');
g_navNode_0_0_2_9_1_8=g_navNode_0_0_2_9_1.addNode('501841','Warminster Maltings',ssUrlPrefix + 'na/en/products/malt/specialty-malts/warminster-maltings/index.jsp','Description==Warminster maltings has been supplying malt to the  brewing industry since before 1879 and is one of the few organic malt sources in the U.K.','ExcludeInTopNav==true','Keywords==malt, brewers base malts, warminster maltings, pale ale malt, pale wheat malt, 2 row malt, brewing malts, organic pale ale, organic malt','PageTitle==Warminster Maltings - Cargill Malt');
g_navNode_0_0_2_9_2=g_navNode_0_0_2_9.addNode('510802','Related Products',ssUrlPrefix + 'na/en/products/malt/related-products/index.jsp');
g_navNode_0_0_2_9_2_0=g_navNode_0_0_2_9_2.addNode('501847','Bulk Bags',ssUrlPrefix + 'na/en/products/malt/related-products/bulk-bags/index.jsp','Description==Cargill offers custom filled bulk bags for malt to help save in handling, labor, waste and delivered cost.','ExcludeInTopNav==true','Keywords==malt, brewing, bulk bags for malt, bulk malt, malt packaging','PageTitle==Malt - Bulk Bags - Cargill Malt');
g_navNode_0_0_2_9_2_1=g_navNode_0_0_2_9_2.addNode('501845','Filter Aids',ssUrlPrefix + 'na/en/products/malt/related-products/filter-aids/index.jsp','Description==Cargill offers perlite and rice hull filter aids for your brewing and food processing needs.','ExcludeInTopNav==true','Keywords==filter aids, filter aids for brewing, brewing filter aids, brewing, perlite, rice hulls','PageTitle==Malt - Filter Aids - Cargill Malt');
g_navNode_0_0_2_9_2_2=g_navNode_0_0_2_9_2.addNode('501844','Sorghum Syrup',ssUrlPrefix + 'na/en/products/malt/related-products/sorghum-syrup/index.jsp','Description==Cargill\\x27s sorghum syrup is a gluten-free extract from whole grain of sorghum.  This ingredient is appropriate for products targeting the gluten-free or celiac market segment.','ExcludeInTopNav==true','Keywords==sorghum, sorghum syrup, gluten free sorghum, food ingredient, brewing, brewing ingredient, beverage ingredient, sorghum syrup supplier','PageTitle==Malt - Sorghum Syrup - Cargill Malt');
g_navNode_0_0_2_9_3=g_navNode_0_0_2_9.addNode('505416','Malt Specialty Products Group',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/index.jsp','Description==At Cargill Malt - Specialty Products Group, our goal is to work in partnership with our customers to deliver solutions. ','ExcludeFromSearch==false','ExcludeInLeftNav==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==true','Keywords==cargill malt, malt products, cargill malt store, malting barley, two-row malt, six-row pale malt, brewing calculations, brewing conversion factors','PageTitle==Cargill Malt Specialty Products Group - Cargill Malt','RestartLeftNav==true');
g_navNode_0_0_2_9_3_0=g_navNode_0_0_2_9_3.addNode('505417','Tech Center',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/index.jsp','Description==At the Tech Center you will find Descriptions and a Typical Analysis for our Cargill Malts, Dingemans Malts, OIO Brewer\\x27s Grains, Pauls Malt, Gambrinus Malts, Meussdoerffer-Maltz, \x26 Warminster Maltings, our popular Lot Analysis Program and Links to some of our favorite web sites.','ExcludeFromSearch==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cargill malts, dingemans malts, OIO brewers grains, pauls malt, gambrinus malts, warminster maltings, lot analysis program, cargill malt technical papers','PageTitle==Tech Center - Cargill Specialty Malt Products Group');
g_navNode_0_0_2_9_3_0_0=g_navNode_0_0_2_9_3_0.addNode('505419','Cargill Malt',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/CargillMalt/Index.jsp','Description==We are dedicated to supplying breweries of all sizes with the finest quality pale and specialty malts, superior customer service, and a selection second to no other malt manufacturer.','ExcludeFromSearch==false','Keywords==cargill malt, supply breweries, malting facilities, quality malt, typical malt analysis, malt manufacturer','PageTitle==Cargill Malt - Tech Center- Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_0_0=g_navNode_0_0_2_9_3_0_0.addNode('507886','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/CargillMalt/Descriptions/index.jsp','Description==A listing and description of Cargill Specialty Malt offerings.','Keywords==Schreier two-row pale, Schreier six-row pale, two-row pale, IdaPils, EuroPils, special pale, cargill white wheat, german pils, cargill munich, six-row caramel malts, two-row caramel malts, ','PageTitle==Malt Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_1=g_navNode_0_0_2_9_3_0.addNode('507813','Dingemans',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Dingemans/index.jsp','Description==Mouterij Dingemans Belgium malt makes Pilsen, Ale, Munich, Amber and Aroma malt. In their roasting facility they caramelize barley and also roast wheat.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Mouterij Dingemans, belgium malt, pilsen, ale, munich, amber malt, aroma malt, brewers malts, specialty malts, malt ingredients, malt barley, brewers base malts, wheat malt, caramel malt, roasted malt','PageTitle==Dingemans - Tech Center - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_1_0=g_navNode_0_0_2_9_3_0_1.addNode('507824','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Dingemans/Descriptions/index.jsp','Description==A listing and description of Mouterij Dingemans Specialty Malt offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Mouterij Dingemans, belgium malt, pilsen, ale, munich, amber malt, aroma malt, brewers malts, specialty malts, malt ingredients, malt barley, brewers base malts, wheat malt, caramel malt, roasted malt','PageTitle==Dingemans Malt Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_2=g_navNode_0_0_2_9_3_0.addNode('507814','Gambrinus',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Gambrinus/index.jsp','Description==Gambrinus Malting provides the finest quality specialty malts to the brewing industry.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Gambrinus Malting, specialty malt supplier, organic malts, extra special british pale, organic two-row pale, munich malts, colored malt, organic pilsner, organic wheat malt','PageTitle==Gambrinus - Tech Center - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_2_0=g_navNode_0_0_2_9_3_0_2.addNode('507827','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Gambrinus/Descriptions/index.jsp','Description==A listing and description of Gambrinus Malting\\x27s Specialty Malt offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==organic malt supplier, brewing malts, 2-row brewers malt, british pale malt, organic 2-row pale, munich malts, colored malt, vienna malt, honey malt, organic pilsner, organic wheat','PageTitle==Gambrinus Malting Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_3=g_navNode_0_0_2_9_3_0.addNode('507815','Gilbertson \x26 Page',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/GilbertsonPage/index.jsp','Description==Cargill Malt-Specialty Products Group is a proud distributor of the full range of specialty grains produced by Gilbertson \x26 Page, including their newest, Einkorn Wheat.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Gilbertson \x26 Page malts, malt supplier, malt distributor, OIO brand brewers grains, brewers grains, flakes and adjuncts','PageTitle==Gilbertson \x26 Page - Tech Center - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_3_0=g_navNode_0_0_2_9_3_0_3.addNode('507830','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/GilbertsonPage/Descriptions/index.jsp','Description==A listing and description of Gilbertson \x26 Page\\x27s specialty malt offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==malt supplier, flakes and adjuncts, barley flakes, beer corn flakes, oat flakes, rice flakes, rye flakes, wheat flakes, torrified wheat, brewing flakes','PageTitle==Gilbertson \x26 Page Malt Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_4=g_navNode_0_0_2_9_3_0.addNode('507816','Meussdoerffer',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Meussdoerffer/index.jsp','Description==Cargill Malt supplies the excellent malts of Meussdoerffer to the North American brewery market.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Meussdoeffer malts, specialty malts, malt supplier, brewery market','PageTitle==Meussdoeffer - Tech Center - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_4_0=g_navNode_0_0_2_9_3_0_4.addNode('507833','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Meussdoerffer/Descriptions/index.jsp','Description==A listing and description of Meussdoerffer specialty malt offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==malt supplier, pilson light colored malt, munich malt, colored malt, vienna malt, higher color malt, malt flavor','PageTitle==Meussdoerffer Malt Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_5=g_navNode_0_0_2_9_3_0.addNode('507817','Pauls Malt',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/PaulsMalt/index.jsp','Description==Pauls Malt is the UK\\x27s largest maltster with a reputation for high quality malt products for the brewing industry.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Pauls Malt, maltster, malt supplier, quality malt products, crystal malts, colored malts, roasted malts','PageTitle==Pauls Malt - Tech Center - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_5_0=g_navNode_0_0_2_9_3_0_5.addNode('507836','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/PaulsMalt/Descriptions/index.jsp','Description==A listing and description of Pauls Malt specialty malt offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==malt supplier, two-row caramel malts, crystal malts, crystal malts for color and sweetness, colored malts, caramalt, amber malt, roasted malts, chocolate malt, black malt, roasted barley','PageTitle==Pauls Malt Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_6=g_navNode_0_0_2_9_3_0.addNode('507818','Warminster',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Warminster/index.jsp','Description==Warminster Maltings is a quality supplier of specialty malt products including organic malts.  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Warminster Malt, maltster, malt supplier, quality malt products, brewers malts, colored malts, roasted malt supplier, ','PageTitle==Warminster - Tech Center - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_6_0=g_navNode_0_0_2_9_3_0_6.addNode('507839','Descriptions',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Warminster/Descriptions/index.jsp','Description==A listing and description of Warminster Maltings specialty malt offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==malt supplier, 2row brewers malt, warminster marris otter, malting barley, organic pale ale, rye malt, colored malts, amber malt, brown malt, crystal malts, roasted malts, chocolate malt, smoked malt, roasted barley','PageTitle==Warminster Malting Malt Descriptions - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_7=g_navNode_0_0_2_9_3_0.addNode('505418','Lot Analysis Program',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/LotAnalysisProgram/index.jsp','Description==The Lot Analysis Program allows users to access technical information based on lot numbers.','ExcludeFromSearch==false','Keywords==lot analysis program, malt technical information, malt lot numbers','PageTitle==Lot Analysis Program - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_0_9=g_navNode_0_0_2_9_3_0.addNode('507841','Links',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TechCenter/Links/index.jsp','Description==Links to helpful brewing industry resources.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==brewing industry helpful links, brewing resources','PageTitle==Useful Links - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_1=g_navNode_0_0_2_9_3.addNode('508856','Ask the Maltster',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/ask-the-maltster/index.jsp','Description==If you have a malt related question, ask our maltster.','Keywords==malt supplier, malt questions, malt faqs, maltster','PageTitle==Ask the Maltster - Cargill Specialty Malt Products Group');
g_navNode_0_0_2_9_3_1_0=g_navNode_0_0_2_9_3_1.addNode('508857','Malt Team FAQ',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/ask-the-maltster/malt-team-faq/index.jsp','Description==Frequently Asked Questions about malt, brewing, and production.','Keywords==malt supplier, malt faqs, barley questions, brewing questions, malt production, milled malt','PageTitle==Malt Team FAQs - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_2=g_navNode_0_0_2_9_3.addNode('505421','Ordering Information',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/OrderingInformation/index.jsp','Description==Information about how to order our malt products 24/7 including information about pricing, credit, prepayments, shipping, storage, and malt analysis.','ExcludeFromSearch==false','Keywords==ordering malt supplies, malt barley pricing, order terms, malt storage, malt analysis, bagged malt, bulk malt','PageTitle==Malt Specialty Products Ordering Information - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_2_0=g_navNode_0_0_2_9_3_2.addNode('507819','Bulk Bags',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/OrderingInformation/BulkBags/index.jsp','Description==Cargill offers custom filled bulk bags of malt which provides savings in handling, waste, and delivered cost.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==custom filled malt bags, malt supplier, 50 pound malt bags','PageTitle==Bulk Bags - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_2_1=g_navNode_0_0_2_9_3_2.addNode('505422','Bulk Quotes',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/OrderingInformation/BulkQuotes/index.jsp','Description==Cargill\\x27s Bulk Quote form will provide you with a custom quote based on the type of specialty malt you are looking for, the number of pounds needed \x28per silo\x29 and type of delivery required.','ExcludeFromSearch==true','Keywords==malt supplier, malt bulk pricing, malt bulk quote','PageTitle==Bulk Quotes - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_4=g_navNode_0_0_2_9_3.addNode('505424','The Cargill Malt Store',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/TheCargillMaltStore/index.jsp','Description==An easy-to-use form to order Cargill specialty malts online.','ExcludeFromSearch==false','Keywords==malt supplier, specialty malts, online order form, malt orders online','PageTitle==The Cargill Malt Store - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_3_5=g_navNode_0_0_2_9_3.addNode('505425','Contacts',ssUrlPrefix + 'na/en/products/malt/malt-specialty-products-group/Contacts/index.jsp','Description==A listing of Cargill Malt Specialty Products Group customer service, billing, and sales.','ExcludeFromSearch==false','PageTitle==Contacts - Cargill Malt Specialty Products Group');
g_navNode_0_0_2_9_7=g_navNode_0_0_2_9.addNode('501846','Solutions',ssUrlPrefix + 'na/en/products/malt/solutions/index.jsp','Description==Cargill\\x27s experienced team works with customers to understand specific brewing, beverage and business issues. Our goal is to develop customized solutions that address the specific challenges of each customer, application or process.','ExcludeInTopNav==true','Keywords==malt, brewing, brewing solutions, brewing formulations','PageTitle==Malt and Brewing Solutions - Cargill Malt');
g_navNode_0_0_2_9_7_0=g_navNode_0_0_2_9_7.addNode('510846','Cost Management Solutions',ssUrlPrefix + 'na/en/products/malt/solutions/cost-management-solutions/index.jsp','Description==Cargill Malt has cost management solutions for brewers like process optimization, risk management, product reformulation expertise and  innovative ingredients','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','Keywords==Cost management, risk management, process optimization, malts, malting, malt barley, beer ingredients','PageTitle==Malt and brewing  cost management solutions - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_9_7_1=g_navNode_0_0_2_9_7.addNode('510847','Consumer Insight Focused',ssUrlPrefix + 'na/en/products/malt/solutions/consumer-insight-focused/index.jsp','Description==Cargill Malt is focused on consumer insight and has unique solutions to address brewers and brewery needs that include malt and barley ingredients, sustainability, health and wellness and product development capabilities','ExcludeInTopNav==true','Keywords==Cost management, risk management, process optimization, malts, malting, malt barley, beer ingredients','PageTitle==Malt and brewing consumer insight solutions - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_9_7_2=g_navNode_0_0_2_9_7.addNode('510848','Consistent, Quality Beer',ssUrlPrefix + 'na/en/products/malt/solutions/consistent-quality-beer/index.jsp','Description==Cargill malt is focused on producing consistent, quality beer with brewing ingredients, base malt, specialty malt ingredients, pilot brewing facilities, advanced analytics and filter aids','ExcludeInTopNav==true','Keywords==Filter aid, malts, malting, malts and malting, analytics, brewing ingredients','PageTitle==Malt and brewing consistent, quality beer - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_9_8=g_navNode_0_0_2_9.addNode('501848','Locations',ssUrlPrefix + 'na/en/products/malt/locations/index.jsp','ExcludeInTopNav==true','PageTitle==Malt Locations - Cargill Malt');
g_navNode_0_0_2_9_9=g_navNode_0_0_2_9.addNode('501849','Contacts',ssUrlPrefix + 'na/en/products/malt/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501849');
g_navNode_0_0_2_10=g_navNode_0_0_2.addNode('501612','Oils \x26 Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/index.jsp','Description==Cargill offers a portfolio of oils and shortenings that will help you meet your customers\\x27 needs. From salad oils to frying shortening to all purpose oil, Cargill has the food ingredient solution that works best for you. We also understand the use of oils for healthy solutions.','ExcludeTopNavSubSections==true','Keywords==natural oils, healthy cooking oil, frying shortening, oils for frying, food ingredient solutions, food product development, healthy solutions, cargill oils, oil shortening, all purpose oils','PageTitle==Oils \x26 Shortenings - High Quality, Healthy, Natural - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_10_0=g_navNode_0_0_2_10.addNode('501865','Clear Valley\xae',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/index.jsp','Description==Cargill\u2019s unique healthy oils allow for manufacturers to explore opportunities for gaining market share and increasing product pricing. These canola oils and shortenings allow manufacturers to capture consumers according to their new health demands.','ExcludeInTopNav==true','Keywords==fry oil, frying shortening, cooking oil, vegetable oil, canola oil, high oleic vegetable oil, cholesterol reducing oil, omega-3 food ingredient, low trans fat oil','PageTitle==Clear Valley\xae Healthy oils - Canola oils and canola shortenings - Cargill Food Ingredients');
g_navNode_0_0_2_10_0_0=g_navNode_0_0_2_10_0.addNode('506542','Oils',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/oils/index.jsp','Description==Cargill\u2019s unique healthy oils allow for manufacturers to explore opportunities for gaining market share and increasing product pricing. The Clear Valley\xae oils line has a number of applications, including creating heart healthy alternatives.','Keywords==fry oil, frying shortening, cooking oil, vegetable oil, canola oil, high oleic vegetable oil, cholesterol reducing oil, omega-3 food ingredient, low trans fat oil','PageTitle==Healthy oils - Canola oils - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_10_0_0_0=g_navNode_0_0_2_10_0_0.addNode('506631','Clear Valley\xae Omega 3 Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/oils/clear-valley-omega-3-oil/index.jsp','Description==The Clear Valley\xae Omega-3 oil has a number of applications, including creating heart healthy alternatives. With Clear Valley\xae Omega-3 oil, food manufacturers can make a \u201cgood source of ALA omega-3\u201d Nutrient Content Claim.','Keywords==cooking oil, canola oil, high oleic canola oil, omega-3 food ingredient, omega 3 oil, ala omega, heart healthy ingredient, heart healthy oil','PageTitle==Healthy oils - Clear Valley\xae  Omega-3 oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_0_0_1=g_navNode_0_0_2_10_0_0.addNode('506918','Clear Valley\xae Low Saturate Canola Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/oils/clear-valley-low-saturate-canola-oil/index.jsp','Description==With only 4.5\x25 saturated fat content, Clear Valley\xae low saturate canola oil may allow you to make a \u201clow saturated fat\u201d or \"saturated fat free\" FDA authorized claim. It also allows you to deliver similar functionality, mouthfeel and shelf life as high oleic canola oil.','Keywords==low saturated fat oil, cooking oil, canola oil, high oleic canola oil, low trans fat oil, vegetable oil, high oleic oil','PageTitle==Clear Valley\xae Healthy Oils - Low saturate canola oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_0_1=g_navNode_0_0_2_10_0.addNode('506543','Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/shortenings/index.jsp','Description==Cargill\u2019s unique healthy oils allow for manufacturers to explore opportunities for gaining market share and increasing product pricing. The Clear Valley\xae shortenings line has a number of applications, including creating low trans fat alternatives.','Keywords==low fat shortening, omega 3 shortening, doughnut shortening, frying shortening, omega-3 food ingredient, all purpose shortening, icing shortening','PageTitle==Clear Valley\xae Canola Shortenings - Healthy Shortenings - Cargill Food Ingredients');
g_navNode_0_0_2_10_0_2=g_navNode_0_0_2_10_0.addNode('506544','News',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/news/index.jsp','Description==Cargill is on the leading edge of the oils and shortenings industry. Find out what oils and shortening innovation and technology Cargill is involved in.','Keywords==healthy oil, low-saturate oils, frying shortening, cooking oil, canola oil, cholesterol reducing oil, omega-3 food ingredient, low trans fat oil','PageTitle==News about healthy oils - Canola oils and shortenings - Cargill Food Ingredients');
g_navNode_0_0_2_10_0_3=g_navNode_0_0_2_10_0.addNode('503509','Comment',ssUrlPrefix + 'na/en/products/oils-shortenings/clear-valley/comment/index.jsp');
g_navNode_0_0_2_10_1=g_navNode_0_0_2_10.addNode('501872','Salad and Cooking Oils',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/index.jsp','Description==Cargill offers an array of salad and cooking oils, from peanut to corn to cottonseed. Salad oils are produced from vegetable oils that are generally only refined, bleached and deodorized.  Cooking oils are recommended for frying, gravies, sauces and marinades.','ExcludeInTopNav==true','Keywords==salad, peanut, soybean, sunflower, natural oils, healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils\x09\x09\x09','PageTitle==Salad oil and cooking oil - Peanut, corn, cottonseed - Cargill Food Ingredients');
g_navNode_0_0_2_10_1_0=g_navNode_0_0_2_10_1.addNode('501873','Peanut Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/peanut-oil/index.jsp','Description==Master Chef\xae peanut oil is made from refined, bleached and deodorized peanut oil.','Keywords==peanut, healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Salad and cooking oils - Peanut oils - Cargill Food Ingredients');
g_navNode_0_0_2_10_1_1=g_navNode_0_0_2_10_1.addNode('501874','Corn Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/corn-oil/index.jsp','Description==Cargill offers two Preference\xae corn oils.','Keywords==corn, oil, natural oils, healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Salad and cooking oils - Corn oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_1_2=g_navNode_0_0_2_10_1.addNode('501875','Cottonseed Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/cottonseed-oil/index.jsp','Description==Cargill offers two Preference\xae cottonseed oils.','Keywords==cottonseed, natural oils, healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Salad and cooking oils - Cottonseed oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_1_3=g_navNode_0_0_2_10_1.addNode('501876','Sunflower Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/sunflower-oil/index.jsp','Description==Cargill offers two Preference\xae sunflower oils.','Keywords==sunflower, natural oils, healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Salad and cooking oils - Sunflower oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_1_4=g_navNode_0_0_2_10_1.addNode('501877','Canola Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/canola-oil/index.jsp','Description==Cargill\u2019s Solo\xae 100 canola oil is rich in monounsaturates and lower in saturates than other vegetable oils.','Keywords==canola oil, healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Salad and cooking oils - Canola oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_1_5=g_navNode_0_0_2_10_1.addNode('501878','Soybean Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/salad-cooking-oils/soybean-oil/index.jsp','Description==Cargill produces Preference\xae soybean oil.\x09\x09','Keywords==soybean, natural oils healthy cooking oil, cooking oil, cargill oils, oil shortening, all purpose oils\x09\x09','PageTitle==Salad and cooking oils - Soybean oil - Cargill Food Ingredients\x09\x09\x09');
g_navNode_0_0_2_10_2=g_navNode_0_0_2_10.addNode('501879','High Stability Oils',ssUrlPrefix + 'na/en/products/oils-shortenings/high-stability-oils/index.jsp','Description==Cargill\\x27s high-stability oils possess exceptional oxidative stability and are suitable for applications such as frying, roasting, dressings, sauces and as flavor carriers or anti-dusting agents for seasonings.','ExcludeInTopNav==true','Keywords==soybean, canola oil, sunflower, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==High stability oils, canola, sunflower, soybean - Cargill Food Ingredients');
g_navNode_0_0_2_10_2_0=g_navNode_0_0_2_10_2.addNode('501882','Canola Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/high-stability-oils/canola-oil/index.jsp','Description==Cargill produces Solo\xae, Clear Valley\xae and Odyssey\u2122 canola oils.','Keywords==canola oil, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening','PageTitle==High stability oils - canola - Cargill Food Ingredients');
g_navNode_0_0_2_10_2_1=g_navNode_0_0_2_10_2.addNode('501880','Soybean Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/high-stability-oils/soybean-oil/index.jsp','Description==Cargill produces Advantage\xae and Preference\xae soybean oils.','Keywords==soybean, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==High stability oils - soybean - Cargill Food Ingredients');
g_navNode_0_0_2_10_2_2=g_navNode_0_0_2_10_2.addNode('501881','Sunflower Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/high-stability-oils/sunflower-oil/index.jsp','Description==Cargill produces NuSun\xae, Clear Valley\u2122 and Odyssey\u2122 sunflower oils.','Keywords==sunflower, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==High stability oils - sunflower - Cargill Food Ingredients');
g_navNode_0_0_2_10_3=g_navNode_0_0_2_10.addNode('501883','Frying Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/frying-shortenings/index.jsp','Description==Cargill produces shortenings are formulated to stand up to frying conditions and to impart favorable flavor profiles to fried foods.','ExcludeInTopNav==true','Keywords==natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==Frying shortenings - soybean, cottonseed, soybean, animal fat - Cargill Food Ingredients');
g_navNode_0_0_2_10_3_0=g_navNode_0_0_2_10_3.addNode('501884','Soybean Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/frying-shortenings/soybean-oil/index.jsp','Description==Cargill produces a line of Master Chef\xae soybean frying shortening. Shortening becomes a significant part of the finished food as a result of absorption during frying, it contributes to the flavor and mouth feel of fried foods.','Keywords==soybean, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==Soybean frying shortening - hydrogenated - Cargill Food Ingredients');
g_navNode_0_0_2_10_3_1=g_navNode_0_0_2_10_3.addNode('501885','Cottonseed and Soybean',ssUrlPrefix + 'na/en/products/oils-shortenings/frying-shortenings/cottonseed-soybean/index.jsp','Description==Cargill produces a line of Master Chef\xae cottonseed and soybean frying shortening.','Keywords==cottonseed, soybeen, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==Cottonseed and soybean frying shortening - donut frying - Cargill Food Ingredients');
g_navNode_0_0_2_10_3_2=g_navNode_0_0_2_10_3.addNode('501886','Animal Fat and Cottonseed',ssUrlPrefix + 'na/en/products/oils-shortenings/frying-shortenings/animal-fat-cottonseed/index.jsp','Description==Cargill produces a line of Master Chef\xae animal fat and cottonseed frying shortening good for applications where beef flavor is preferred.','Keywords==animal fat, cottonseed, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==Animal fat \x26 cottonseed frying shortening - beef flavor - Cargill Food Ingredients');
g_navNode_0_0_2_10_4=g_navNode_0_0_2_10.addNode('501887','Liquid Frying Shortenings ',ssUrlPrefix + 'na/en/products/oils-shortenings/soybean-frying-shortenings/index.jsp','Description==Cargill produces liquid frying shortenings that are specially processed shortenings that are formulated to pour or pump at room temperature.','Keywords==cooking oil, liquid shortening, frying shortening, oils for frying, food ingredient solutions, food product development, healthy solutions, cargill oils, oil shortening, all purpose oils','PageTitle==Liquid frying shortening and frying oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_5=g_navNode_0_0_2_10.addNode('501889','All Purpose, Multi Purpose, Yeast-raised Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/all-purpose-multi-purpose/index.jsp','Description==Cargill has an array of all- and multi-purpose shortenings as well as yeast-raised shortenings that are available in soybean, palm, or canola.','ExcludeInTopNav==true','Keywords==multi purpose, yeast raised, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils\x09','PageTitle==Oils \x26 Shortenings - All-purpose, multi-purpose, yeast raised - Cargill Food Ingredients');
g_navNode_0_0_2_10_5_0=g_navNode_0_0_2_10_5.addNode('501890','Soybean',ssUrlPrefix + 'na/en/products/oils-shortenings/all-purpose-multi-purpose/soybean/index.jsp','Description==Cargill produces Master Chef\xae and Trans\xae multi-purpose soybean oil.','Keywords==soybean, baking, confectionery, multi purpose, yeast raised, natural oils, healthy cooking oil, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==All-purpose, multi-purpose, yeast raised - Multi purpose soybean oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_5_1=g_navNode_0_0_2_10_5.addNode('501891','Palm',ssUrlPrefix + 'na/en/products/oils-shortenings/all-purpose-multi-purpose/palm/index.jsp','Description==Cargill produces Trans\xae multi-purpose palm oils.','Keywords==low trans fat, pie shortening, multi purpose, yeast raised, natural oils, healthy cooking oil, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==All-purpose, multi-purpose, yeast raised - Multi-purpose palm oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_5_2=g_navNode_0_0_2_10_5.addNode('501892','Canola',ssUrlPrefix + 'na/en/products/oils-shortenings/all-purpose-multi-purpose/canola/index.jsp','Description==Cargill produces Clear Valley\u2122 all-purpose shortenings.','Keywords==clear valley, baking, cooking, multi purpose, yeast raised, natural oils, healthy cooking oil, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==All-purpose, multi-purpose, yeast raised - All-purpose canola shortening - Cargill Food Ingredients');
g_navNode_0_0_2_10_6=g_navNode_0_0_2_10.addNode('501893','Cake, Icing, Filling Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/cake-icing-filling-shortenings/index.jsp','Description==Cargill offers a line of cake, icing and filling shortenings that are sourced from either soybeans, canola or palm.','ExcludeInTopNav==true','Keywords==cake, icing, filling natural oils, healthy cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Cake, icing, filling shortenings - Cargill Food Ingredients');
g_navNode_0_0_2_10_6_0=g_navNode_0_0_2_10_6.addNode('501894','Soybean',ssUrlPrefix + 'na/en/products/oils-shortenings/cake-icing-filling-shortenings/soybean/index.jsp','Description==Cargill produces Master Chef\xae and Perfection\xae soybean icing shortenings.','Keywords==commercial, baking, cake, icing, filling natural oils, healthy cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Cake, icing, filling shortenings - soybean, preservative, aeration - Cargill Food Ingredients');
g_navNode_0_0_2_10_6_1=g_navNode_0_0_2_10_6.addNode('503679','Canola',ssUrlPrefix + 'na/en/products/oils-shortenings/cake-icing-filling-shortenings/canola/index.jsp','Description==Cargill produces Clear Valley\u2122 canola icing shortening.','Keywords==cake, icing, filling natural oils, healthy cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Cake, icing, filling shortenings - Canola icing shortening - Cargill Food Ingredients');
g_navNode_0_0_2_10_6_2=g_navNode_0_0_2_10_6.addNode('501895','Palm',ssUrlPrefix + 'na/en/products/oils-shortenings/cake-icing-filling-shortenings/palm/index.jsp','Description==Cargill produces Trans Advantage\xae palm icing shortening.','Keywords==cake, icing, palm, low trans fat, filling natural oils, healthy cooking oil, cargill oils, oil shortening, all purpose oils','PageTitle==Cake, icing, filling shortenings - low trans fat alternative - Cargill Food Ingredients');
g_navNode_0_0_2_10_7=g_navNode_0_0_2_10.addNode('501896','Confectionery, Vegetable, Dairy Fats',ssUrlPrefix + 'na/en/products/oils-shortenings/confectionery-vegetable-dairy-fats/index.jsp','Description==Cargill produces confectionery fats designed to replace the cocoa butter that is typically used for coatings and fillings and vegetable dairy fats are used in applications such as whipped toppings and nondairy creamers.','ExcludeInTopNav==true','Keywords==confectionery, veg dairy, vegetable, dairy fats, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==Confectionery, vegetable and dairy fats - Cargill Food Ingredients');
g_navNode_0_0_2_10_7_4=g_navNode_0_0_2_10_7.addNode('501901','Soybean',ssUrlPrefix + 'na/en/products/oils-shortenings/confectionery-vegetable-dairy-fats/soybean/index.jsp','Description==soybean, veg dairy, vegetable, dairy fats, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==Cargill produces Olympic\xae and Ultimate\xae soybean vegetable oil.','SegmentName==Confectionery, vegetable and dairy fats - Soybean oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_7_4_0=g_navNode_0_0_2_10_7_4.addNode('501904','Soy Lecithin',ssUrlPrefix + 'na/en/products/oils-shortenings/confectionery-vegetable-dairy-fats/soybean/soy-lecithin/index.jsp','Description==Cargill produces Encore\xae Center Fat soy lecithihn vegetable oil.','Keywords==soybean, veg dairy, vegetable, dairy fats, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==Confectionery, vegetable and dairy fats - Soy lecithin - Cargill Food Ingredients');
g_navNode_0_0_2_10_7_5=g_navNode_0_0_2_10_7.addNode('501902','Palm Kernel',ssUrlPrefix + 'na/en/products/oils-shortenings/confectionery-vegetable-dairy-fats/palm-kernel/index.jsp','Description==Cargill produces Encore\xae and Regal\xae palm confectionery oil.','Keywords==confectionery, drops, centers, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==Confectionery, vegetable and dairy fats - Palm kernal oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_7_6=g_navNode_0_0_2_10_7.addNode('501903','Cottonseed',ssUrlPrefix + 'na/en/products/oils-shortenings/confectionery-vegetable-dairy-fats/cottonseed/index.jsp','Description==Cargill produces Olympic\xae cottonseed confectionery oil.\x09\x09\x09','Keywords==cottonseed,  veg dairy, vegetable, dairy fats, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==Confectionery, vegetable and dairy fats - Cottonseed oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_7_7=g_navNode_0_0_2_10_7.addNode('501905','Coconut Oil',ssUrlPrefix + 'na/en/products/oils-shortenings/confectionery-vegetable-dairy-fats/coconut-oil/index.jsp','Description==confectionery, coating, roasting, centers, veg dairy, vegetable, dairy fats, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening','PageTitle==Confectionery, vegetable and dairy fats - Coconut oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_8=g_navNode_0_0_2_10.addNode('501906','Flakes',ssUrlPrefix + 'na/en/products/oils-shortenings/flakes/index.jsp','Description==Using flakes is a convenient way of distributing fat throughout dough matrixes such as pizza crusts or biscuits. Cargill produces these flakes from soybean, cottonseed, palm and soy.','ExcludeInTopNav==true','Keywords==soybean, cottonseed, palm, soy, frying shortening, oils for frying, cargill oils, oil shortening,','PageTitle==Oils \x26 Shortenings - Flake oil, fat, shortening - Cargill Food Ingredients');
g_navNode_0_0_2_10_8_1=g_navNode_0_0_2_10_8.addNode('501908','Soybean',ssUrlPrefix + 'na/en/products/oils-shortenings/flakes/soybean/index.jsp','Description==Cargill produces Stable Flake\xae and Omega Flakes\xae soybean oil flakes.','Keywords==soybean, baking, glaze, pizza, frying shortening, oils for frying, food ingredient solutions, cargill oils, oil shortening, ','PageTitle==Flake oil - Soybean oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_8_2=g_navNode_0_0_2_10_8.addNode('501909','Cottonseed',ssUrlPrefix + 'na/en/products/oils-shortenings/flakes/cotton-seed/index.jsp','Description==Cargill produces Stable Flake\xae and Omega Flakes\xae cottonseed oil flakes.','Keywords==cottonseed, refrigerated, carmel, peanut butter, frying shortening, oils for frying, cargill oils, oil shortening, ','PageTitle==Flake oil - Cottonseed oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_8_3=g_navNode_0_0_2_10_8.addNode('501910','Palm',ssUrlPrefix + 'na/en/products/oils-shortenings/flakes/palm/index.jsp','Description==Cargill produces Stable Flake\xae and TransAdvantage\xae palm oil flakes.','Keywords==soybean, cottonseed, palm, soy, frying shortening, oils for frying, cargill oils, oil shortening, ','PageTitle==Flake oil - Palm oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_8_4=g_navNode_0_0_2_10_8.addNode('501911','Palm Kernel / Soy Lecithin',ssUrlPrefix + 'na/en/products/oils-shortenings/flakes/palm-kernel-soy-lecithin/index.jsp','Description==Cargill produces two three versions of its Regal\xae palm kernal and soy lecithin oil flakes.','Keywords==palm, soy, confectionery, veg dairy, bakery, frying shortening, oils for frying, cargill oils, oil shortening, ','PageTitle==Flake oil - Palm kernel oil, soy lecithin - Cargill Food Ingredients');
g_navNode_0_0_2_10_9=g_navNode_0_0_2_10.addNode('501912','Tortilla Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/tortilla-shortenings/index.jsp','Description==Cargill produces Tortifina\xae tortilla shortening which is available as a pourable shortening that provides ease-of-use and processing flexibility.','ExcludeInTopNav==true','Keywords==tortilla oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening, all purpose oils','PageTitle==Oils \x26 Shortenings - Tortilla shortening - Cargill Food Ingredients');
g_navNode_0_0_2_10_10=g_navNode_0_0_2_10.addNode('505822','Natural Oils \x26 Shortenings',ssUrlPrefix + 'na/en/products/oils-shortenings/natural-oils-shortenings/index.jsp','Description==Cargill recognized the need to help its customers respond to the demand for natural food products. We\\x27ve produced natural canola, coconut, corn, cottonseed, palm, palm kernal, peanut, soybean and sunflower oils. ','ExcludeInTopNav==true','Keywords==natural oils, natural shortening, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==Oils \x26 Shortenings - Natural, FDA compliant - Cargill Food Ingredients');
g_navNode_0_0_2_10_11=g_navNode_0_0_2_10.addNode('501913','Locations',ssUrlPrefix + 'na/en/products/oils-shortenings/locations/index.jsp','Description==Important locations for Cargill oils and shortenings','ExcludeInTopNav==true','Keywords==locations, contact, natural oils, healthy cooking oil, frying shortening, oils for frying, cargill oils, oil shortening, all purpose oils','PageTitle==Oils and shortenings locations - Cargill Food Ingredients');
g_navNode_0_0_2_10_12=g_navNode_0_0_2_10.addNode('501914','Contacts',ssUrlPrefix + 'na/en/products/oils-shortenings/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501914');
g_navNode_0_0_2_10_13=g_navNode_0_0_2_10.addNode('502055','Oils for Healthy Solutions',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/index.jsp','Description==More and more consumers are examining food labels in an effort to eat healthier, but they don\u2019t want to compromise on taste, texture or mouth feel. Our Oils for Healthy Solution site is designed to be a resource of knowledge about  oils solutions.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==true','Keywords==natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening, all purpose oil','PageTitle==Oils \x26 Shortenings - Natural and healthy oil solutions - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_10_13_0=g_navNode_0_0_2_10_13.addNode('503071','Overview',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/overview/index.jsp','Description==The resource for essential basics for oils and shortenings like nutrition, description of oil types and technical advice.','Keywords==natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening, all purpose oil','PageTitle==Oils \x26 Shortenings - Natural and healthy oil solutions overview - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_0_0=g_navNode_0_0_2_10_13_0.addNode('503072','Oils and Shortening 101',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/overview/oils-and-shortening-101/index.jsp','Description==What is the difference between fat, oil and shortening? What do fats and oild do in food products? Find the answer to these frequently asked questions about oil and shortening ingredient solutions.','Keywords==basic information, faq, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening, all purpose oil,','PageTitle==Oils \x26 Shortenings 101 - FAQs - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_0_1=g_navNode_0_0_2_10_13_0.addNode('503073','Oils and Nutrition',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/overview/oils-and-nutrition/index.jsp','Description==Consumers are encouraged to pay attention to Nutrition Facts panels to determine how much of the total fat is coming from the different types of fat. Cargill\u2019s oils and shortenings technical team may be able to help you address your formulation needs for a desired nutrition facts label.','Keywords==intake, health, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening, all purpose oil, nutrition facts,','PageTitle==Oils \x26 Shortenings - Health and nutrition - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_0_2=g_navNode_0_0_2_10_13_0.addNode('503074','Industry Links',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/overview/industry-links/index.jsp','Description==Industry links for cooking oils and shortening','Keywords==industry links, cooking oil industry, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening,','PageTitle==Oils \x26 Shortenings - Cooking oil industry links - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_0_3=g_navNode_0_0_2_10_13_0.addNode('503075','Glossary of Terms',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/overview/glossary-of-terms/index.jsp','Description==What are emulsifiers? What is hydrogenation? Find the meaning of these and more in our glossary of cooking oils and shortening terms.','Keywords==glossary, terms, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oils, oil shortening, all purpose oil,','PageTitle==Glossary of cooking oils and shortening terms - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1=g_navNode_0_0_2_10_13.addNode('503076','Issues',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/index.jsp','Description==From palm sustainability to heart disease, the world of oils and shortening is touched by several social, environmental and nutritional issues. Cargill has the facts on many of these concerns for individuals in the food manufacturing industry.','Keywords==health, sustainability, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening, all purpose oil','PageTitle==Current issues in oils and shortenings - Environmental, social, nutritional - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1_0=g_navNode_0_0_2_10_13_1.addNode('503077','Fats \x26 Heart Disease',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/fats-heart-disease/index.jsp','Description==Cargill has the facts on trans fat, saturated fats and heart disease - concerns of many individuals in the food manufacturing industry.','Keywords==health, healthy solutions, cagill oils, oil shortening, all purpose oil, health, trans fat, heart disease','PageTitle==Oils \x26 Shortenings - Facts on trans fat, saturated fat, heart disease - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1_1=g_navNode_0_0_2_10_13_1.addNode('505702','Natural Oils',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/natural-oils/index.jsp','Description==Consumers are expressing concerns over artificial ingredients, and food manufacturers are responding with new natural products. Cargill fats and oils provide food manufacturers greater opportunity to formulate natural food products.','Keywords==health, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening, all purpose oil','PageTitle==Oils \x26 Shortenings - Natural formulations with cooking oils - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1_2=g_navNode_0_0_2_10_13_1.addNode('503081','Nutritional Claims',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/nutritional-claims/index.jsp','Description==What are the requirements for claiming 0g trans fat, reduced saturated fats, or low fat? Cargill has the answers to these questions for the United States, Canada and Mexico.','Keywords==health, natural oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening, all purpose oil','PageTitle==Oils \x26 Shortenings -  Nutrition claims - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1_3=g_navNode_0_0_2_10_13_1.addNode('503078','Obesity',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/obesity/index.jsp','Description==Cargill has the facts on obesity - a concern of many individuals in the food manufacturing industry.','Keywords==health, healthy solutions, cargill oils, oil shortening, all purpose oil, health, trans fat, heart disease, obesity','PageTitle==Oils \x26 Shortenings - Obesity - Cargill Food Ingredients\x09');
g_navNode_0_0_2_10_13_1_4=g_navNode_0_0_2_10_13_1.addNode('503079','Palm Sustainability',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/palm-sustainability/index.jsp','Description==Cargill has the facts on palm sustainability - a concern of many individuals in the food manufacturing industry.','Keywords==palm oil, sustainability, responsible, natural oils, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Palm sustainability - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1_5=g_navNode_0_0_2_10_13_1.addNode('503080','Partially vs Fully Hydrogentated Oils',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/partially-vs-fully-hydrogentated-oils/index.jsp','Description==Cargill has the facts on partially and fully hydrogenated oils - a concerns of many individuals in the food manufacturing industry.','Keywords==hydrogenated oil vs partially hydrogenated oil, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Hydrogenated oil vs. partially hydrogenated oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_1_6=g_navNode_0_0_2_10_13_1.addNode('504594','Regulating Fats',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/issues/regulating-fats/index.jsp','Description==Cargill has the facts on regulating fats - a concern of many individuals in the food manufacturing industry.','Keywords==health, healthy solutions, cargill oils, oil shortening, all purpose oil, health, trans fat, heart disease, obesity','PageTitle==Oils \x26 Shortenings - Fat regulation - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2=g_navNode_0_0_2_10_13.addNode('503082','Solutions',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/index.jsp','Description==Cargill explains different processes and solutions that can be applied to achieve nutritional goals. Whether it\u2019s trans fats, saturated fats or overall functionality, there are a variety of methods for addressing these challenges.','Keywords==tropical oils, blends, emulsifiers, fat replacers, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Solutions to customer challenges - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_0=g_navNode_0_0_2_10_13_2.addNode('503083','Tropical Oils',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/tropical-oils/index.jsp','Description==Cargill has solutions for tropical oils - a concern of many individuals in the food manufacturing industry.','Keywords==tropical oils, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Tropical oils, coconut, palm - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_1=g_navNode_0_0_2_10_13_2.addNode('503084','Trait Enhancement',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/trait-enhancement/index.jsp','Description==New seed varieties are being developed to produce oils that support healthier nutritional profiles. Cargill also blends oil with harder fats to make a shortening that can provide zero grams of trans fat per serving.','Keywords==trait enhancement, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Trait enhancement - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_2=g_navNode_0_0_2_10_13_2.addNode('503085','Interesterification',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/interesterification/index.jsp','Description==Cargill has capabilities in interesterification, a process often used to increase the solidity of a fat without partial hydrogenation.','Keywords==interesterification, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Interesterification - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_3=g_navNode_0_0_2_10_13_2.addNode('503086','Fractionation',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/fractionation/index.jsp','Description==Cargill has capabilities in fractionation a process often used to separate oil into fractions\u2014the lower melting liquid fractions and the higher melting, more viscous, fractions. These fractions are often used in margarine, shortenings and chocolate coatings','Keywords==fractionation, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Fractionation, palm oil, palm kernel - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_4=g_navNode_0_0_2_10_13_2.addNode('503087','Blends',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/blends/index.jsp','Description==At Cargill, our experts know how to blend oils with other fats and food additives \x28such as emulsifiers\x29 to strike the right balance in flavor, texture, nutritional profile, stability and functionality.','Keywords==blends, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Oil combination for functionality - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_5=g_navNode_0_0_2_10_13_2.addNode('503088','Hydrogenation',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/hydrogenation/index.jsp','Description==To give oil solid form at room temperature, a process called hydrogenation is used to change the liquid oils to solids. Only partial hydrogenation takes place, trans fats are created. when oil is fully hydrogenated, it does not contain trans fat.','Keywords==hydrogenation, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Fully hydrogenated oil, blends - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_6=g_navNode_0_0_2_10_13_2.addNode('503089','Emulsifiers',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/emulsifiers/index.jsp','Description==Emulsifiers are often used to replace ingredients like trans fat-containing partially hydrogenated shortenings that are critical to finished product performance.','Keywords==emulsifiers, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Emulsifiers, replace trans fat - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_7=g_navNode_0_0_2_10_13_2.addNode('503091','Fat Replacers',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/fat-replacers/index.jsp','Description==\u201cFat replacer\u201d is a term for a broad portfolio of ingredients that can potentially replace fat in food products and therefore achieve a more low fat nutritional profile.','Keywords==fat replacers, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Fat replacers, lower trans or saturated fats - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_8=g_navNode_0_0_2_10_13_2.addNode('503092','Product Sheets',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/product-sheets/index.jsp','Description==Product sheets for Cargill oils and shortenings like Clear Valley\xae, Tortafina\xae, Advantage\xae and more.','Keywords==product sheet, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Product sheets - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_2_9=g_navNode_0_0_2_10_13_2.addNode('503093','Label Calculator',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/solutions/label-calculator/index.jsp','Description==Explore how formulating with different oils changes the nutrition profile of a finished food product with our interactive tool.','Keywords==label, calculator healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Label calculator - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3=g_navNode_0_0_2_10_13.addNode('503094','From Our Experts',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/index.jsp','Description==In this section, each of our experts shares their knowledge on a specific topic. Cargill\u2019s oils and shortenings technical team are recognized experts in their field. ','Keywords==baking solutions, confections, frying, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Advice from experts about oils and shortenings and many categories - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_0=g_navNode_0_0_2_10_13_3.addNode('503095','Baking Solutions',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/baking-solutions/index.jsp','Description==Lynne Morehart\\x27s expert advice about baking solutions','Keywords==baking solutions, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Lynne Morehart\\x27s expert advice about baking solutions - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_1=g_navNode_0_0_2_10_13_3.addNode('503096','Fat Replacers / Reduction',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/fat-replacers-reduction/index.jsp','Description==Bob Wainwright\\x27s expert advice about fat replaces / reduction','Keywords==fat reduction, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Bob Wainwright\\x27s expert advice about fat replaces / reduction - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_2=g_navNode_0_0_2_10_13_3.addNode('503097','High Oleic / Low Linolenic',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/high-oleic-low-linolenic/index.jsp','Description==Linsen Liu\\x27s expert advice about high oleic / low linolenic oil','Keywords==high oleic, low linolenic, baking solutions, confections, frying, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Linsen Liu\\x27s expert advice about high oleic / low linolenic oil - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_3=g_navNode_0_0_2_10_13_3.addNode('503098','Frying',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/frying/index.jsp','Description==Michael Erickson\\x27s expert advice about frying','Keywords==frying, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Michael Erickson\\x27s expert advice about frying - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_4=g_navNode_0_0_2_10_13_3.addNode('503099','Veg Dairy Solutions',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/veg-dairy-solutions/index.jsp','Description==Dan Lampert\\x27s expert advice on veg dairy solutions','Keywords==veg, dairy, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Dan Lampert\\x27s expert advice on veg dairy solutions - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_5=g_navNode_0_0_2_10_13_3.addNode('503100','Confections',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/confections/index.jsp','Description==Mike Landis\\x27s expert advice on confections','Keywords==confections, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening\\x5c','PageTitle==Oils \x26 Shortenings - Mike Landis\\x27s expert advice on confections - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_3_6=g_navNode_0_0_2_10_13_3.addNode('503101','Case Studies',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/from-our-experts/case-studies/index.jsp','Description==Cases from Cargill about building better crust and preserving market presence','Keywords==case study, healthy cooking oil, frying shortening, oils for frying, healthy solutions, cargill oil, oil shortening','PageTitle==Oils \x26 Shortenings - Case studies, better crust, market presence - Cargill Food Ingredients');
g_navNode_0_0_2_10_13_4=g_navNode_0_0_2_10_13.addNode('503102','Contact Us',ssUrlPrefix + 'na/en/products/oils-shortenings/oils-for-healthy-solutions/contact-us/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/busemailformExt?OpenForm\x26sectionId\x3d503102');
g_navNode_0_0_2_11=g_navNode_0_0_2.addNode('501613','Protein',ssUrlPrefix + 'na/en/products/protein/index.jsp','Description==Cargill supplies soy flour, textured soy flour and flavored textured soy flour to customers around the world. A leader in both full-fat and defatted soy protein products, Cargill soy proteins offer the cost advantages that vegetable proteins have over animal proteins.','ExcludeTopNavSubSections==true','Keywords==protein ingredients, defatted soy, soy flour, vegetable protein, protein formulation, protein, wheat gluten, textured soy, soy protein','PageTitle==Protein - Soy and Vegetable Protein - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_11_0=g_navNode_0_0_2_11.addNode('501915','Vital Wheat Gluten',ssUrlPrefix + 'na/en/products/protein/vital-wheat-gluten/index.jsp','Description==Cargill\\x27s vital wheat gluten provides consistency in flour, improved dough machinability and extended shelf life for finished products. ','ExcludeInTopNav==true','Keywords==extend food shelf life, flour shelf life, dough machinablity, wheat gluten, vital wheat gluten, vital gluten, gluten flour, pasta gluten, pizza gluten, baking gluten','PageTitle==Vital wheat gluten - protein from wheat flour - Cargill Food Ingredients');
g_navNode_0_0_2_11_1=g_navNode_0_0_2_11.addNode('501916','Soy Proteins',ssUrlPrefix + 'na/en/products/protein/soy-proteins/index.jsp','Description==Cargill\u2019s flexible, functional standard and Identity Preserved soy flours offer texture improvement, protein enhancement and a number of other benefits.','ExcludeInTopNav==true','Keywords==soy protein, defatted soy, soy ingredient, soy flour, bread soy, protein ingredient, protein, textured soy, flavored soy','PageTitle==Soy protein - Soy flour, defatted soy, textured soy - Cargill Food Ingredients');
g_navNode_0_0_2_11_1_3=g_navNode_0_0_2_11_1.addNode('501920','Prolia\xae Soy Flour',ssUrlPrefix + 'na/en/products/protein/soy-proteins/prolia-soy-flour/index.jsp','Description==Used in multiple applications to create many functional attributes, Cargill\u2019s Prol\xeda\xae line of soy products is produced from high-quality beans which are further processed into a variety of soy products, including flour, flakes, and grits.','Keywords==soy protein, defatted soy, soy ingredient, soy flour, bread soy, protein ingredient, protein, natural soy flour, prolia, healthy soy','PageTitle==Prol\xeda\xae soy flour - natural soy flour, soy protein - Cargill Food Ingredients');
g_navNode_0_0_2_11_1_4=g_navNode_0_0_2_11_1.addNode('501921','Prosante\xae Textured Soy Flour',ssUrlPrefix + 'na/en/products/protein/soy-proteins/prosante-textured-soy-flour/index.jsp','Description==With a protein content of 50\x25, the Prosant\xe9\xae brand is a high-quality, textured soy flour that is available in a variety of shapes and sizes.','Keywords==soy protein, soy ingredient, soy flour, bread soy, protein ingredient, protein, natural soy flour, healthy soy, textured soy, textured soy protein','PageTitle==Soy proteins - Prosante\xae textured soy flour - Cargill Food Ingredients');
g_navNode_0_0_2_11_1_5=g_navNode_0_0_2_11_1.addNode('501922','Prosante Plus\u2122 Flavored Soy Flour',ssUrlPrefix + 'na/en/products/protein/soy-proteins/prosante-plus-flavored-soy-flour/index.jsp','Description==Cargill\u2019s popular savory imitation bacon bits are similar in look, taste and crunch to fried, crumbled bacon. Available in a variety of flavors and a range of sizes, from bits to chips, it adds appeal and texture as a topping or recipe ingredient.','Keywords==flavored soy, flavored soy protein, soy protein, soy ingredient, soy flour, protein ingredient, protein, natural soy flour, healthy soy, bacon bits imitation, bacon ingredient','PageTitle==Soy proteins - Prosante Plus\xae textured soy flour - Cargill Food Ingredients');
g_navNode_0_0_2_11_1_6=g_navNode_0_0_2_11_1.addNode('501923','Prosante\xae XCL Textured Soy Protein',ssUrlPrefix + 'na/en/products/protein/soy-proteins/prosante-xcl-textured-soy-protein/index.jsp','Description==Cargill offers textured soy protein in the shape of a diced chunk or crumble of meat. Prosant\xe9\xae XCL textured soy protein is available in different colors and sizes.','Keywords==soy protein, soy ingredient, protein ingredient, protein, textured soy, textured soy protein, meat replacement','PageTitle==Soy proteins - Prosante XLC\xae textured soy protein - Cargill Food Ingredients');
g_navNode_0_0_2_11_2=g_navNode_0_0_2_11.addNode('501924','Locations',ssUrlPrefix + 'na/en/products/protein/locations/index.jsp','Description==Find locations of Cargill Textruizing Solutions and Cargill Limited.','ExcludeInTopNav==true','Keywords==cargill texturizing solutions, cargill limited, soy protein location, soy flour location, texturizing location, cargill texturizing location, cargill location, textured soy, soy flour','PageTitle==Location of Cargill protein offices - Cargill Food Ingredients');
g_navNode_0_0_2_11_3=g_navNode_0_0_2_11.addNode('501925','Contacts',ssUrlPrefix + 'na/en/products/protein/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501925');
g_navNode_0_0_2_12=g_navNode_0_0_2.addNode('501614','Salt',ssUrlPrefix + 'na/en/products/salt/index.jsp','Description==Cargill is a trusted supplier that has the ingredient salts you need - from granulated salt and speciality salts to our line of purified and gourmet sea salts, we also have sodium reduction solutions.','ExcludeTopNavSubSections==true','Keywords==salt, salt ingredients, sodium, low salt, low sodium, reduced sodium, sodium reduction, sea salt, potassium chloride, sodium foods, food manufacturer, food industry, granulated salt, specialty salt, flake salt','PageTitle==Salt - Cargill Food Ingredients - trusted salt supplier to the food manufacturing industry','RestartLeftNav==true');
g_navNode_0_0_2_12_0=g_navNode_0_0_2_12.addNode('503524','Alberger Brand Flake Salts',ssUrlPrefix + 'na/en/products/salt/alberger-brand-flake-salts/index.jsp','Description==Alberger\xae brand flake salt is available in a wide variety of granulation sizes with and without flow agents.  Manufactured by Cargill Food Ingredients.  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Flake salt, granular salt, salt, flow agents, adherence, blendability, solubility, flavor, alberger, fine flake salt, popcorn salt, flour salt','PageTitle==Flake Salts - Alberger Brand - superior adherence, blendability and solubility ','RestartLeftNav==false');
g_navNode_0_0_2_12_1=g_navNode_0_0_2_12.addNode('503536','Cargill Pretzel Salts',ssUrlPrefix + 'na/en/products/salt/cargill-pretzel-salts/index.jsp','Description==Medium and coarse grade salts recommended for use as a topping for pretzels and bagels','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==salts, pretzel salt, bagel salts, salt for pretzels, high purity, food grade, no additives','PageTitle==Pretzel Salts - Bagel Salts - Cargill Food Ingredients');
g_navNode_0_0_2_12_2=g_navNode_0_0_2_12.addNode('503539','Cargill Sea Salts',ssUrlPrefix + 'na/en/products/salt/cargill-sea-salts/index.jsp','Description==For over 10 years, Cargill has been the leading supplier of sea salt to the food manufacturing industry.  ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sea salt, natural sea salt, salt, bulk sea salt, coarse, untreated, YPS, topping','PageTitle==Sea Salts - Cargill Food Ingredients');
g_navNode_0_0_2_12_3=g_navNode_0_0_2_12.addNode('503549','Sodium Reduction Solutions',ssUrlPrefix + 'na/en/products/salt/sodium-reduction-solutions/index.jsp','Description==Cargill offers a full portfolio of salt alternatives and technical support for creating sodium-reduced products.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==low sodium, sodium reduction, reduced sodium, reduced sodium solutions, reduced sodium products, salt alternatives, low salt, lower sodium levels','PageTitle==Sodium Reduction Solutions - Cargill Food Ingredients');
g_navNode_0_0_2_12_4=g_navNode_0_0_2_12.addNode('503552','Microsized Salts',ssUrlPrefix + 'na/en/products/salt/microsized-salts/index.jsp','Description==The smallest and finest granulations of salt\x3b pulverized, fine-powdered salt for increased solubility. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==granulated salt, fine salt, fine powdered salt, solubility, pulverized, mirco salts, microsized salts','PageTitle==Microsized salts - Fine Granulated Salts - Cargill Food Ingredients');
g_navNode_0_0_2_12_5=g_navNode_0_0_2_12.addNode('503556','Premier Brand Flake Salts',ssUrlPrefix + 'na/en/products/salt/premier-brand-flake-salts/index.jsp','Description==Premier brand flake salt is available in a wide variety of compacted flake and flour salt.  Offered in a wide selection of grades and screen sizes with a variety of anticaking and conditioning agents.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Flake salt, granular salt, salt, fine flake salt, flour salt, anti caking, coarse salt, topping salt','PageTitle==Flake Salts - Premier Brand  - Anti caking - Cargill Food Ingredients');
g_navNode_0_0_2_12_6=g_navNode_0_0_2_12.addNode('503561','Reduced Calcium and Magnesium Salts',ssUrlPrefix + 'na/en/products/salt/reduced-calcium-and-magnesium-salts/index.jsp','Description==Cargill\\x27s CMF\xae Brand of Reduced Calcium and Magnesium salts are the answer.  The salts are purified to reduce the levels of impurities that may interfere with your product formulations.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==cmf, salt, reduced calcium, magnesium salt, salt formulations, purity, reduced calcium salts','PageTitle==Reduced Calcium Salts - Magnesium Salts - CMF - Cargill Food Ingredients');
g_navNode_0_0_2_12_7=g_navNode_0_0_2_12.addNode('503565','Seafood Processing Salts',ssUrlPrefix + 'na/en/products/salt/seafood-processing-salts/index.jsp','Description==Cargill manufactures specially packaged salt products made especially for the seafood processing industry. ','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==Flake salt, granular salt, salt, flow agents, seafood processing, seafood salt, processed salt','PageTitle==Seafood Processing Salt - Salt - Cargill Food Ingredients');
g_navNode_0_0_2_12_8=g_navNode_0_0_2_12.addNode('503571','Standard Evaporated Salts',ssUrlPrefix + 'na/en/products/salt/standard-evaporated-salts/index.jsp','Description==Cargill offers standard evaporated salts in a wide selection of grades and screen sizes\x3b with a variety of anti-caking and conditioning agents.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==evaporated salt, standard evaporated salt, versatile salt, anti caking, conditioning, salt','PageTitle==Standard Evaporated Salts - Cargill Food Ingredients');
g_navNode_0_0_2_12_9=g_navNode_0_0_2_12.addNode('503578','Contacts',ssUrlPrefix + 'na/en/products/salt/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==http\x3a//www.cargill.com/salt/contact-us/index.jsp','OpenInNewWindow==true','PageTitle==Salt Contacts - Cargill Food Ingredients');
g_navNode_0_0_2_13=g_navNode_0_0_2.addNode('501615','Starches \x26 Derivatives',ssUrlPrefix + 'na/en/products/starches-derivatives/index.jsp','Description==Cargill offers a variety of food starches and derivatives that contribute to the quality of our customers\\x27 foods and beverages.  ','ExcludeTopNavSubSections==true','Keywords==starches, derivatives, dextrins, native starches, native starch, modified starches, modified starch, modified food starch, resistant starches, resistant starch, maltodextrins, corn syrup solids, starch raw material, water-insoluable granules, cereal grains, ActiStar resistent starch, corn starch, thickeners, thickening agent, starch food ingredient, food starch, purchase bulk starches, ','PageTitle==Starches and Derivatives - Products - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_13_6=g_navNode_0_0_2_13.addNode('501932','Native Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/native-starches/index.jsp','Description==Cargill\\x27s quality native starches are derived from a variety of sources including maize, waxy maize, high amylose maize, wheat, tapioca and potato.  Our starches are have excellent thickening, gelling, moisture retention and anti-staling properties.','ExcludeInTopNav==true','Keywords==starches, derivatives, native starches, native starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches','PageTitle==Native Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_6_3=g_navNode_0_0_2_13_6.addNode('501936','Cargill Gel\u2122 Native Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/native-starches/cargill-gel-native-starches/index.jsp','Description==Cargill Gel\u2122 native starches are derived from either common \x28dent\x29 corn or waxy maize and can be used as an economical thickening agent in food applications.','Keywords==starches, derivatives, native starches, native starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, Cargill Gel\u2122 native starch','PageTitle==Cargill Gel\u2122 Native Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_6_4=g_navNode_0_0_2_13_6.addNode('501937','AmyloGel\u2122 Native Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/native-starches/amylogel-native-starches/index.jsp','Description==Cargill\\x27s AmyloGel\u2122 native high amylose starches are available with either 50\x25 or 75\x25 amylose content. They are good film formers and result in an extremely firm gel when cooked.','Keywords==starches, derivatives, native starches, native starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, AmyloGel\u2122 native starches','PageTitle==AmyloGel\u2122 Native Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_6_5=g_navNode_0_0_2_13_6.addNode('501938','Cream Gel\xae Native Tapioca Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/native-starches/cream-gel-native-tapioca-starches/index.jsp','Description==Cargill\\x27s Cream Gel\u2122 is a native tapioca starch providing thickening when hot and a slightly firm texture when cooled. The extremely bland flavor is ideal for delicately flavored foods.','Keywords==starches, derivatives, native starches, native starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, Cream Gel\u2122 native tapioca starches','PageTitle==Cream Gel\u2122 Native Tapioca Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_6_6=g_navNode_0_0_2_13_6.addNode('501940','Cargill Gel-Instant\u2122 Native Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/native-starches/cargill-gel-instant-native-starches/index.jsp','Description==Cargill Gel-Instant\u2122 native starches are physically modified \x28pregelatinized\x29 common or waxy maize starches. They are basic thickeners that provide instant viscosity without cooking.','Keywords==starches, derivatives, native starches, native starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, Cargill Gel-Instant\u2122 native starches, waxy maize starch, pregelatinized starch','PageTitle==Cargill Gel-Instant\u2122 Native Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7=g_navNode_0_0_2_13.addNode('501939','Modified Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/index.jsp','Description==Cargill\\x27s modified starches are versatile to meet the needs of modern food processes and cuisines.  They offer major functional benefits and contribute to the overall quality of foods and beverages.','ExcludeInTopNav==true','Keywords==starches, derivatives, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, thinned modified starches, stabilized starches, roll-dried starches, cold water swelling, batter starches, instant starch','PageTitle==Modified Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_5=g_navNode_0_0_2_13_7.addNode('501946','Thinned Modified Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/thinned-modified-starches/index.jsp','Description==Cargill offers a innovative range of thinned modified starches that are ideal for confectioners as well as food manufacturers of battered food applications.','Keywords==starches, derivatives, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, thinned modified starches, stabilized starches, roll-dried starches, cold water swelling, batter starches, confectionery starches, instant starch','PageTitle==Thinned Modified Starches Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_5_0=g_navNode_0_0_2_13_7_5.addNode('501947','AccuCoat\xae / AccuFlo\xae Modified Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/thinned-modified-starches/accucoat-accuflo-modified-starches/index.jsp','Description==Cargill\\x27s AccuCoat\xae/ AccuFlo\xae modified starches provide an appealing, bright white surface ideal for confectionery applications.','PageTitle==AccuCoat\xae / AccuFlo\xae Modified Starches Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_5_1=g_navNode_0_0_2_13_7_5.addNode('501948','Clean Set\xae Modified Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/thinned-modified-starches/clean-set-modified-starches/index.jsp','Description==Cargill\\x27s Clean Set\xae modified starches contain mineral oil to reduce dust and improve board print making them ideal for confectionery applications.','Keywords==starches, modified starches, modified starch, food starch,  thinned modified starches, confectionery starches, Clean Set modified starches','PageTitle==Clean Set\xae Modified Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_5_2=g_navNode_0_0_2_13_7_5.addNode('501949','Cargill Set\xae Modified Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/thinned-modified-starches/cargill-set-modified-starches/index.jsp','Description==Cargill Set\xae modified starches provide low hot viscosity and firm gelled texture upon cooling. They also can be used to improve texture in extruded products.','Keywords==starches, modified starches, modified starch, food starch,  thinned modified starches, confectionery starches, Cargill Set modified starches','PageTitle==Cargill Set\xae Modified Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_5_3=g_navNode_0_0_2_13_7_5.addNode('501950','BatterCrisp\xae Modified Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/thinned-modified-starches/battercrisp-modified-starches/index.jsp','Description==Cargill\\x27s BatterCrisp\xae modified starches provide consistent adhesion of breadings, batters and coatings, uniform pick-up of batters, and desired crispy/crunchy texture in finished fried products.','Keywords==starches, modified starches, modified starch, food starch,  thinned modified starches, confectionery starches, BatterCrisp\xae modified starches','PageTitle==BatterCrisp\xae Modified Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_6=g_navNode_0_0_2_13_7.addNode('501951','Stabilized Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/stabilize-starches/index.jsp','Description==Cargill offers a variety of stabilized starches including starch esters, starch ethers, and emulsifying starches for use in food and beverage applications.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  stabilized starches, starch esters, starch ethers, emulsifying starches','PageTitle==Stabilized Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_6_0=g_navNode_0_0_2_13_7_6.addNode('501952','Starch Esters',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/stabilize-starches/starch-esters/index.jsp','Description==Cargill Tex\xae  and StabiTex\xae  starch esters enhance textures such as smoothness, creaminess or firmness. These starches are available within a wide range of modification levels for use in a variety of food applications.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  stabilized starches, starch esters, starch ethers, emulsifying starches','PageTitle==Starch Esters - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_6_1=g_navNode_0_0_2_13_7_6.addNode('501953','Starch Ethers',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/stabilize-starches/starch-ethers/index.jsp','Description==Cargill CreamTex\xae  and PolarTex\xae  starch ethers enhance textures such as smoothness, creaminess or firmness. These starches are available within a wide range of modification levels for use in a variety of food applications.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  stabilized starches, starch esters, starch ethers, emulsifying starches','PageTitle==Starch Ethers - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_6_2=g_navNode_0_0_2_13_7_6.addNode('501954','Emulsifying Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/stabilize-starches/emulsifying-starches/index.jsp','Description==Cargill\\x27s EmCap\xae and EmTex\xae starches are specifically designed to provide excellent emulsification properties for food applications.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  stabilized starches, starch esters, starch ethers, emulsifying starches, emulsifier','PageTitle==Emulsifying Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_7_7=g_navNode_0_0_2_13_7.addNode('501959','Roll-dried Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/roll-dried-starches/index.jsp','Description==Cargill offers a variety of instant and specialty starches for use in food and beverage applications including roll-dried starches that provide optimal application functionality.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  roll-dried starches, instant starches, specialty starches','PageTitle==Roll-dried Instant and Specialty Starches - Products -  Cargill Food Ingredients');
g_navNode_0_0_2_13_7_7_0=g_navNode_0_0_2_13_7_7.addNode('501960','Instant Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/roll-dried-starches/instant-starches/index.jsp','Description==Cargill\\x27s pregelatinized \x28roll-dried\x29 starches are available in a range of hydration rates, viscosities, and granulation to suit many food applications.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  roll-dried starches, instant starches, specialty starches, instant modified starch','PageTitle==Roll-dried Instant Starches - Products -  Cargill Food Ingredients');
g_navNode_0_0_2_13_7_7_1=g_navNode_0_0_2_13_7_7.addNode('501961','EmCap\xae Instant Starch',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/roll-dried-starches/emcap-instant-starch/index.jsp','Description==Cargill\\x27s EmCap\xae  instant starches are cold water soluble and provide excellent emulsification properties for use in beverage applications.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  roll-dried starches, instant starches, specialty starches, instant modified starch, EmCap\xae  instant starches','PageTitle==EmCap\xae  Instant Starches - Products -  Cargill Food Ingredients');
g_navNode_0_0_2_13_7_7_2=g_navNode_0_0_2_13_7_7.addNode('501962','PulpTex\xae Modified Starch',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/roll-dried-starches/pulptex-modified-starch/index.jsp','Description==Cargill\\x27s PulpTex \u2122 modified starch is a pregelatinized \x28rolled-dried\x29 starch that is specially designed to provide a pulpy texture in food applications. ','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  roll-dried starches, instant starches, specialty starches, pregelantinized starch, PulpTex \u2122 modified starch','PageTitle==PulpTex \u2122 Modified Starch - Products -  Cargill Food Ingredients');
g_navNode_0_0_2_13_7_8=g_navNode_0_0_2_13_7.addNode('501963','Cold Water Swelling \x28CWS\x29 Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/cold-water-swelling-cws-starches/index.jsp','Description==Cargill\\x27s HiForm\xae cold water swelling starches are  produced with a spray-cooking technology that improves the eating quality of a number of spreads, fillings and sauces.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  roll-dried starches, instant starches, specialty starches, cold water swelling starch','PageTitle==Cold Water Swelling Starches - Products -  Cargill Food Ingredients');
g_navNode_0_0_2_13_7_8_0=g_navNode_0_0_2_13_7_8.addNode('501964','HiForm\xae Instant Modified Starch',ssUrlPrefix + 'na/en/products/starches-derivatives/modified-starches/cold-water-swelling-cws-starches/hiform-instant-modified-starch/index.jsp','Description==Cargill\\x27s HiForm\xae cold water swelling starches are  produced with a spray-cooking technology that improves the eating quality of a number of spreads, fillings and sauces.','Keywords==starches, modified starches, modified starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches,  roll-dried starches, instant starches, specialty starches, cold water swelling starch','PageTitle==HiForm\xae Instant Modified Starches - Products -  Cargill Food Ingredients');
g_navNode_0_0_2_13_8=g_navNode_0_0_2_13.addNode('501965','Resistant Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/resistant-starches/index.jsp','Description==Cargill\\x27s resistant starches offer nutritional benefits that can be incorporated into food and beverage applications.','ExcludeInTopNav==true','Keywords==starches, resistant starches, resistant starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches','PageTitle==Resistant Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_8_0=g_navNode_0_0_2_13_8.addNode('501966','ActiStar\u2122 RM Resistant Starches',ssUrlPrefix + 'na/en/products/starches-derivatives/resistant-starches/actistar-rmresistant-starches/index.jsp','Description==Cargill\\x27s ActiStar\u2122 RM starch allows food processors to improve the texture, processing characteristics and health benefits of a wide range of foods and beverages.','Keywords==starches, resistant starches, resistant starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, ActiStar\u2122  RM resistant starches','PageTitle==ActiStar\u2122  RM Resistant Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_8_0_0=g_navNode_0_0_2_13_8_0.addNode('501967','ActiStar\u2122 RT Starch',ssUrlPrefix + 'na/en/products/starches-derivatives/resistant-starches/actistar-rmresistant-starches/actistar-rtstarch/index.jsp','Description==Cargill\\x27s ActiStar\u2122 RT starch is a resistant modified food starch derived from tapioca.  It contains a high level of total dietary fiber in the form of resistant starch which can be used in food and beverage applications.','Keywords==starches, resistant starches, resistant starch, gelling, moisture retention, anti-staling applications, texturizing, thickeners, thickening agent, starch thickening agent, food thickening agent, starch food ingredient, food starch, purchase bulk starches, ActiStar\u2122  RT resistant starches','PageTitle==ActiStar\u2122  RT Resistant Starches - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_9=g_navNode_0_0_2_13.addNode('501975','Dextrins',ssUrlPrefix + 'na/en/products/starches-derivatives/dextrins/index.jsp','Description==Cargill Dry Set\u2122 dextrins are excellent film forming aids that improve adhesion and browning in coated, fried food applications.','ExcludeInTopNav==true','Keywords==starches, dextrins, starch food ingredient, food starch, purchase bulk starches, batter applications, breadings and coating ingredient, Cargill Dry Set\u2122 dextrins','PageTitle==Dextrins Products - Binding Agent - Cargill Food Ingredients');
g_navNode_0_0_2_13_10=g_navNode_0_0_2_13.addNode('501976','Maltodextrins',ssUrlPrefix + 'na/en/products/starches-derivatives/maltodextrins/index.jsp','Description==Cargill Dry MD\u2122  Maltodextrin is an ideal bulking agent and liquid spice carrier.  Cargill LMD is a convenient drop-in liquid product that is a functional equivalent of Dry MD for use in food and beverage applications.','ExcludeInTopNav==true','Keywords==starches, dextrins, maltodextrins, starch food ingredient, food starch, purchase bulk starches, bulking agent, liquid spice carrier, batter applications, breadings and coating ingredient, Cargill Dry MD\u2122  Maltodextrin, Cargill LMD','PageTitle==Maltodextrins Products - Bulkiing Agent, Food Additive - Cargill Food Ingredients');
g_navNode_0_0_2_13_11=g_navNode_0_0_2_13.addNode('501979','Corn Syrup Solids',ssUrlPrefix + 'na/en/products/starches-derivatives/corn-syrup-solids/index.jsp','Description==Cargill Dry GL\u2122 Corn Syrup offers good dispersibility, solubility, binding and inhibition of sugar crystallization for use in food and beverage applications.','ExcludeInTopNav==true','PageTitle==Corn Syrup Solids - Products - Cargill Food Ingredients');
g_navNode_0_0_2_13_12=g_navNode_0_0_2_13.addNode('501980','Locations',ssUrlPrefix + 'na/en/products/starches-derivatives/locations/index.jsp','ExcludeInTopNav==true','PageTitle==Starches \x26 Derivatives Locations - Cargill Food Ingredients');
g_navNode_0_0_2_13_13=g_navNode_0_0_2_13.addNode('501981','Contacts',ssUrlPrefix + 'na/en/products/starches-derivatives/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d501981');
g_navNode_0_0_2_14=g_navNode_0_0_2.addNode('501616','Sweeteners',ssUrlPrefix + 'na/en/products/sweeteners/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_0_0_2_14_0=g_navNode_0_0_2_14.addNode('510168','Nutritive Sweeteners',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/index.jsp','ExcludeFromSearch==true','ExcludeTopNavSubSections==true','Keywords==sugar, nutritive sweetener, granulated sugar, baking sugar, refined sugar, liquid sugar, estandar sugar, sugar solutions, high fructose corn syrup, corn sugar, adjunct, natural sweeteners, hfcs ','PageTitle==Nutritive sweeteners - Cargill Food Ingredients','RestartLeftNav==true','contributorOnly==false');
g_navNode_0_0_2_14_0_0=g_navNode_0_0_2_14_0.addNode('510182','Corn Sweeteners',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/index.jsp','Description==Whether you\u2019re reformulating an existing product, launching a new one or looking for ways to generate the same flavor profile at less cost, trust Cargill\u2019s Corn Sweeteners and development experts to help you reach your goals.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==nutritive sweeteners, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Corn sweeteners - Cargill Food Ingredients','RestartLeftNav==true');
g_navNode_0_0_2_14_0_0_0=g_navNode_0_0_2_14_0_0.addNode('510169','About Us',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/about-us/index.jsp','Description==As one of the world\u2019s leading ingredient providers, Cargill brings a unique set of capabilities to the table. ','ExcludeFromSearch==true','Keywords==nutritive sweetener, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==About Cargill and corn sweeteners - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1=g_navNode_0_0_2_14_0_0.addNode('510170','Products',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/index.jsp','Description==Leveraging our diverse family of corn syrups, brewing adjuncts and sweetener blends, our experts have helped food pioneers bring innovative nutritive sweetener products to market in virtually every category.','ExcludeFromSearch==true','Keywords==nutritive sweetener, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Corn sweetener products - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_0=g_navNode_0_0_2_14_0_0_1.addNode('510171','Cleardex\xae Corn Syrups \x2825/42 \u2013 36/43\x29 ',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/cleardex-corn-syrups-25423643/index.jsp','Description==Cargill offers a variety of Cleardex\xae corn syrups, each designed to enhance nutritive solids, body, mouthfeel and crystallization control in a wide range of applications.','Keywords==low dextrose sweetener, fructose corn syrup, fructose corn syrup commercial, hfcs, hfcs foods, corn syrup fructose, glucose sugars, low hygroscopic corn syrup, low SO2 corn syrup','PageTitle==Corn syrups with low sweetness - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_1=g_navNode_0_0_2_14_0_0_1.addNode('510172','Clearsweet\xae Corn Syrups \x2843/43 \u2013 63/43\x29',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/clearsweet-corn-syrups-43436343/index.jsp','Description==Cargill has a range of  Clearsweet\xae traditional carbon-refined syrups, demineralized syrups and enzyme converted syrups.','Keywords==high maltose corn syrup, carbon refined syrup, fructose corn syrup, fructose corn syrup commercial, corn syrup fructose, glucose sugars, high maltose corn syrup','PageTitle==Corn syrups with moderate sweetness - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_2=g_navNode_0_0_2_14_0_0_1.addNode('510173','Clearsweet\xae 95 Liquid Dextrose Corn Syrup',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/clearsweet-95-liquid-dextrose-corn-syrup/index.jsp','Description==Cargill\u2019s 95\x25 liquid dextrose sweeteners are low-ash, demineralized corn syrups with a high dextrose content. ','Keywords==high dextrose sweetener, dextrose corn syrup, dextrose corn syrup commercial, dcs, dcs foods, corn syrup fructose, glucose sugars, enzyme-enzyme, refined corn syrup, unrefined corn syrup','PageTitle==Liquid dextrose corn syrup - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_3=g_navNode_0_0_2_14_0_0_1.addNode('510174','Clearsweet\xae 99 Refined Liquid Dextrose Corn Syrup',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/clearsweet-99-refined-liquid-dextrose-corn-syrup/index.jsp','Description==Cargill\u2019s 99\x25 liquid dextrose sweetener is a low-ash, demineralized corn syrup with a high dextrose content, making it well suited for applications requiring fermentability, browning or binding.','Keywords==high dextrose sweetener, dextrose corn syrup, dextrose corn syrup commercial, dcs, dcs foods, corn syrup fructose, glucose sugars, enzyme-enzyme, refined corn syrup, unrefined corn syrup','PageTitle==Refined liquid dextrose syrup - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_4=g_navNode_0_0_2_14_0_0_1.addNode('510175','IsoClear\xae High Fructose Corn Syrups ',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/isoclear-high-fructose-corn-syrups/index.jsp','Description==Produced using a multiple enzyme process, IsoClear\xae Corn Syrups are excellent for a wide variety of applications that require clear sweetness and appealing flavor and texture.','Keywords==high fructose sweetener, fructose corn syrup, fructose corn syrup commercial, hfcs, hfcs foods, corn syrup fructose, glucose sugars, solids corn syrup, multiple enzyme','PageTitle==High fructose corn syrup - Nutritive sweeteners - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_5=g_navNode_0_0_2_14_0_0_1.addNode('510176','Clearbrew\xae Liquid Adjuncts',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/clearbrew-liquid-adjuncts/index.jsp','Description==Compared to traditional dry adjuncts, Cargill\u2019s Clearbrew\xae liquid ingredients provide variable levels of body and pure, food grade formulation.','Keywords==high maltose sweetener, maltose corn syrup, maltose corn syrup commercial, mcs, mcs foods, corn syrup fructose, glucose sugars, solids corn syrup, brewing adjunct, fermentable carbohydrate','PageTitle==Liquid brewing adjunct - Nutritive sweetener - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_1_6=g_navNode_0_0_2_14_0_0_1.addNode('510177','Satin Sweet\xae 65\x25 High Maltose Corn Syrup',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/products/satin-sweet-65-high-maltose-corn-syrup/index.jsp','Description==Cargill\u2019s Satin Sweet\xae demineralized corn syrup is slightly sweeter than conventional corn syrups due to its high maltose content, and is well suited for requirements such as high moisture and viscosity control.','Keywords==high maltose sweetener, maltose corn syrup, maltose corn syrup commercial, mcs, mcs foods, corn syrup fructose, glucose sugars, solids corn syrup, enzyme-enzyme','PageTitle==High maltose corn syrup - Nutritive sweeteners - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_2=g_navNode_0_0_2_14_0_0.addNode('510178','Services',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/services/index.jsp','Description==Working with Cargill means you can leverage the knowledge, technological advantages and sourcing and financial strengths we\u2019ve developed to reduce your costs, operate more efficiently and find capital for growth.','Keywords==nutritive sweetener, risk management, processing, high fructose corn syrup, corn sugar, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Corn sweeteners services - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_2_0=g_navNode_0_0_2_14_0_0_2.addNode('510179','Cargill Risk Management Services \x28RMS\x29 ',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/services/risk-management/index.jsp','Description==Cargill Risk Management Services \x28RMS\x29 is a full-service and objective energy risk management advisor that can help you bring predictability to a sometimes volatile variable cost.','Keywords==nutritive sweetener, risk management, sugar risk management, high fructose corn syrup, corn sugar, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, ','PageTitle==Cargill Risk Management Services - Nutritive sweeteners - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_2_1=g_navNode_0_0_2_14_0_0_2.addNode('510180','Cargill Process Optimizers',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/services/process-optimizers/index.jsp','Description==Through Cargill Process Optimizers, our customers achieve savings and process improvements that include energy and raw materials savings, capacity increases and water reduction.','Keywords==nutritive sweetener, granulated sugar, refined sugar,  food ingredients sugar,corn sugar, nutritive sweetener, sugar processing, operational efficiency, operational savings','PageTitle==Cargill Process Optimizers - Nutritive sweeteners - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_2_2=g_navNode_0_0_2_14_0_0_2.addNode('510181','Trade \x26 Structured Finance \x28TSF\x29',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/services/trade-structured-finance/index.jsp','Description==Cargill\\x27s in-depth understanding of the commercial aspects of trade has allowed us to build innovative funding solutions to tackle specific customer objectives in structured trade finance.','Keywords==nutritive sweetener, supplier finance, structured trade finance, high fructose corn syrup, corn sugar, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, ','PageTitle==Trade and Structured Finance - Nutritive sweeteners - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_3=g_navNode_0_0_2_14_0_0.addNode('510183','Market Knowledge',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/market-knowledge/index.jsp','Description==With so many factors affecting the quality, performance and price of Corn Sweeteners, it pays to know what\u2019s happening in the market, and in the food industry. ','Keywords==nutritive sweetener, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Corn sweeteners market knowledge - news and resources - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_3_0=g_navNode_0_0_2_14_0_0_3.addNode('510184','Corn Sweeteners 101',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/market-knowledge/corn-sweeteners-101/index.jsp','Description==Learn the facts about corn sweeteners and find answers to questions like \"Are corn sweeteners natural? How are corn sweeteners produced? and How else can corn syrup be used?\"','Keywords==facts, 101, nutritive sweetener, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup','PageTitle==Corn sweeteners information - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_3_1=g_navNode_0_0_2_14_0_0_3.addNode('510185','Current News',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/market-knowledge/current-news/index.jsp','Description==Find the latest market trends and news relevant to corn and nutritive sweeteners.','Keywords==trends, nutritive sweetener, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Corn sweeteners news - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_3_2=g_navNode_0_0_2_14_0_0_3.addNode('510186','Resources',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/market-knowledge/resources/index.jsp','Description==Resources for more information about corn and nutritive sweeteners','Keywords==nutritive sweetener, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Nutritive sweetener links and resources - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_0_4=g_navNode_0_0_2_14_0_0.addNode('510187','Contact Us',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/contact-us/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d510187');
g_navNode_0_0_2_14_0_0_5=g_navNode_0_0_2_14_0_0.addNode('510188','Blog',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/corn-sweeteners/blog/index.jsp','Description==Visit our \u201cSweet Side\u201d Blog frequently to stay on top of what\u2019s happening in the marketplace, and get the latest updates from Cargill Corn Sweeteners and Sugars.','Keywords==nutritive sweetener, blog, sweetener market, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup','PageTitle==Nutritive sweeteners blog - On the Sweet Side - Cargill Food Ingredients');
g_navNode_0_0_2_14_0_1=g_navNode_0_0_2_14_0.addNode('507491','Sugar',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/index.jsp','Description==Cargill offers various types of sugar for enhancing many types of food products. Among them, granulated, baking and refined. Click here today to find out more about Cargill\u2019s sugar offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sugar, tabletting sugar, food ingredients sugar, granulated sugar, fruit sugar, baking sugar, refined sugar, brix sugar, liquid sugar, fructose sugar, estandar sugar, bulk sugar, sugar solutions','PageTitle==Granulated Sugar \u2013 Baking Sugar - Refined Sugar - Cargill Food Ingredients','RestartLeftNav==true','contributorOnly==false');
g_navNode_0_0_2_14_0_1_0=g_navNode_0_0_2_14_0_1.addNode('507492','About Us',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/about-us/index.jsp','Description==Cargill is the fastest sugar marketer in the United States with an expansive network of partners and significant international capabilites in sugar importing and exporting.','ExcludeInTopNav==true','Keywords==sugar, tabletting sugar, food ingredients sugar, baking sugar, refined sugar, brix sugar, liquid sugar, fructose sugar, estandar sugar, bulk sugar, sugar solutions, sugar export, sugar import, cargill sugar','PageTitle==About Cargill Sugar - Capabilities \x26 Partner Network - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_0_0=g_navNode_0_0_2_14_0_1_0.addNode('507493','Partners',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/about-us/partners/index.jsp','Description==A list and links to Cargill\\x27s sugar partners - Cargill is the fastest sugar marketer in the United States with an expansive network of partners and significant international capabilites in sugar importing and exporting.','ExcludeInTopNav==true','Keywords==sugar partner, food ingredients sugar, baking sugar, refined sugar, bulk sugar, sugar solutions, sugar company, cargill sugar, co-ops','PageTitle==About Cargill\\x27s sugar partner network - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_0_1=g_navNode_0_0_2_14_0_1_0.addNode('507494','International',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/about-us/international/index.jsp','Description==Cargill is the fastest sugar marketer in the United States with significant international capabilites in sugar importing and exporting.','ExcludeInTopNav==true','Keywords==sugar, food ingredients sugar, baking sugar, bulk sugar, sugar solutions, sugar export, sugar import, cargill sugar, NAFTA sweetener policy, NAFTA sugar','PageTitle==Cargill Food Ingredients\x3a About Cargill sugar - International capabilities','contributorOnly==false');
g_navNode_0_0_2_14_0_1_1=g_navNode_0_0_2_14_0_1.addNode('507495','Products',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/products/index.jsp','Description==Cargill offers various types of sugar for enhancing many types of food products. Among them, granulated, baking and refined. Learn more about Cargill\u2019s wide array of sugar solutions.','ExcludeInTopNav==true','Keywords==sugar, tabletting sugar, food ingredients sugar, granulated sugar, fruit sugar, baking sugar, refined sugar, brix sugar, liquid sugar, fructose sugar, estandar sugar, bulk sugar, sugar solutions','PageTitle==Sugar solutions \u2013 Baking, refined, granulated and more - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_1_0=g_navNode_0_0_2_14_0_1_1.addNode('507497','Fruit Sugar',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/products/fruit-sugar/index.jsp','Description==Cargill\\x27s Fruit sugar is a very fine, uniform sugar that reduces stratification in food products. Our fruit sugar is great for use in desserts, gelatin, pudding mixes, powdered drink mixes, candy and bakery products.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sugar, food ingredients sugar, granulated sugar, fruit sugar, baking sugar, bulk sugar, sugar solutions','PageTitle==Sugar solutions \u2013 Fruit sugar - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_1_1=g_navNode_0_0_2_14_0_1_1.addNode('507498','Granulated Sugar',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/products/granulated-sugar/index.jsp','Description==Cargill\\x27s granulated sugar is screened to produce the most popular sugar grades. It\\x27s great for use jellies, meats, chewing gum, dairy products, liquid sugar and pharmaceuticals.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Sugar solutions \u2013 granulated sugar - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_1_2=g_navNode_0_0_2_14_0_1_1.addNode('507499','Liquid Sucrose',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/products/liquid-sucrose/index.jsp','Description==Cargill\\x27s liquid sucrose is a pure 66.5 - 67.5 degrees Brix solution, which is ideal for use in many food applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sugar, food ingredients sugar, refined sugar, brix sugar, liquid sugar, fructose sugar, bulk sugar, sugar solutions','PageTitle==Sugar solutions \u2013 Liquid sucrose - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_1_3=g_navNode_0_0_2_14_0_1_1.addNode('507501','Mexican Refined Sugar',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/products/mexican-refined-sugar/index.jsp','Description==Cargill\\x27s Mexican Refined Sugar is 99.9\x25 pure sucrose sugar refined from raw derived from sugar cane. It can be use in jams, pickles, cereals, and even more applications.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sugar, food ingredients sugar, granulated sugar, baking sugar, refined sugar, liquid sugar, bulk sugar, sugar solutions, sugar cane sugar','PageTitle==Sugar solutions \u2013 Mexican refined sugar - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_1_4=g_navNode_0_0_2_14_0_1_1.addNode('507509','Mexican Estandar Sugar',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/products/mexican-estandar-sugar/index.jsp','Description==Cargill\\x27s Mexican Estandar Sugar is a light to dark brown sugar produced from sugar cane. It has many applications, from chewing gum to condiments.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Sugar solutions \u2013 Mexican estandar sugar - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_2=g_navNode_0_0_2_14_0_1.addNode('507513','Services',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/services/index.jsp','Description==Cargill offers cutting edge solutions to help sugar customers. From risk management to sugar processing to sugar trade, Cargill sugar customers have many solutions within reach.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords== refined sugar, baking sugar, food ingredients sugar, bulk sugar, sugar solutions, sugar processing, sugar trade, sugar market, sugar risk management, world sugar trade','PageTitle==Sugar Services \u2013 Sugar processing, sugar trade, \x26 risk management - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_2_0=g_navNode_0_0_2_14_0_1_2.addNode('507515','Cargill Risk Management Services \x28RMS\x29',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/services/rms/index.jsp','Description==Cargill\\x27s independent and objective energy experts can bring predictability and efficiency to your energy budget.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==supplier risk management, energy risk management, sugar risk management, food ingredients sugar, bulk sugar, sugar solutions, sugar processing, sugar risk management','PageTitle==Sugar Services \u2013  Risk management service \x28RMS\x29 - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_2_1=g_navNode_0_0_2_14_0_1_2.addNode('507516','Cargill Process Optimizers',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/services/cargill-process-optimizers/index.jsp','Description==Cargill offers a holistic approach that can help you achieve savings and operating efficiencies.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords== granulated sugar, refined sugar,  food ingredients sugar,bulk sugar, sugar solutions, sugar processing, operational efficiency, operational savings','PageTitle==Sugar services \u2013  Sugar processing - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_2_2=g_navNode_0_0_2_14_0_1_2.addNode('507514','World Sugar Market Trading',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/services/world-sugar-market-trading/index.jsp','Description==Cargill is one of the world\\x27s leading sugar traders with origination facilities and distribution offices worldwide.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Sugar services \u2013  Sugar trade - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_2_3=g_navNode_0_0_2_14_0_1_2.addNode('507517','Trade \x26 Structured Finance \x28TSF\x29',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/services/tsf/index.jsp','Description==TSF offers innovative, customized financing solutions to Cargill Sugar customers. Our wide range of financing services range from buyer finance to equipment finance.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==supplier finance, structured trade finance,  granulated sugar, baking sugar, food ingredients sugar, bulk sugar, sugar solutions, sugar equipment','PageTitle==Sugar Services \u2013 Trade, finance and lending - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_3=g_navNode_0_0_2_14_0_1.addNode('507518','Market Knowledge',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/market-knowledge/index.jsp','Description==Cargill offers various types of sugar for enhancing many types of food products. Among them, granulated, baking and refined. Click here today to find out more about Cargill\u2019s sugar offerings.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==food ingredients sugar, baking sugar,bulk sugar, sugar solutions, cane sugar, beet sugar, sugar news, sugar resources, sugar industry, sources of sugar','PageTitle==Sugar industry market knowledge - news and resources - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_3_0=g_navNode_0_0_2_14_0_1_3.addNode('507519','Sugar News \x26 Resources',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/market-knowledge/sugar-news-resources/index.jsp','Description==Read authoritative white papers on sugar and the sugar refining process.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==granulated sugar, food ingredients sugar, refined suga, bulk sugar, sugar solutions, cane sugar, beet sugar, sugar news, sugar resources, sugar industry, sources of sugar','PageTitle==Sugar industry news and resources - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_3_1=g_navNode_0_0_2_14_0_1_3.addNode('507520','Beet vs. Cane Sugar',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/market-knowledge/beet-cane-sugar/index.jsp','Description==Sort out the facts from the fiction regarding the two most common sources of sugar.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','PageTitle==Sugar industry news and resources - Beet sugar vs. cane sugar - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_3_2=g_navNode_0_0_2_14_0_1_3.addNode('507521','Industry Links',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/market-knowledge/industry-links/index.jsp','Description==Sugar industry links','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==sugar industry links, food ingredients sugar, baking sugar,bulk sugar, sugar solutions, sugar news, sugar resources, sugar industry, sources of sugar','PageTitle==Sugar industry links - Cargill Food Ingredients','contributorOnly==false');
g_navNode_0_0_2_14_0_1_4=g_navNode_0_0_2_14_0_1.addNode('507522','Contact Us',ssUrlPrefix + 'na/en/products/sweeteners/nutritive-sweeteners/sugar/contact-us/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d507522','contributorOnly==false');
g_navNode_0_0_2_14_1=g_navNode_0_0_2_14.addNode('501990','Polyol Sweeteners',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/index.jsp','Description==Polyol and Erythritol are sugar substitutes which can be use to strike a balance between good health and the allure of sweet foods. Whether for texture or for a more mild sweetness experience, take a look at Cargill\u2019s line of sugar substitutes.','ExcludeInTopNav==true','PageTitle==Erythritol \x26 Polyol \u2013 Sugar Substitutes - Cargill Food Ingredients');
g_navNode_0_0_2_14_1_4=g_navNode_0_0_2_14_1.addNode('501995','Isomaltidex\xae Isomalt',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/isomaltidex-isomalt/index.jsp','Description==Polyol and Erythritol are sugar substitutes which can be use to strike a balance between good health and the allure of sweet foods. Cargill offers Isomaltidex\xae Isomalt, an ingredient suitable for dental health, weight management and sugar aversion.','Keywords==isomalt, isomalt supplier, polyol sweetener, polyol manufacturer, polyol, low calorie sweetener, zero calorie sweetener, starch derivative sweetener, polyol sweeteners, artificial sweeteners, erythritol, sugar substitutes','PageTitle==Isomaltidex\xae Isomalt sweetener - Sugar Substitute - Cargill Food Ingredients');
g_navNode_0_0_2_14_1_5=g_navNode_0_0_2_14_1.addNode('502009','Maltidex\u2122 Maltitol',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/maltidex-maltitol/index.jsp','Description==Polyol and Erythritol are sugar substitutes which can be use to strike a balance between good health and the allure of sweet foods. Cargill offers Maltidex\u2122 Maltitol, a sugar substitute with similar bulk, texture and preservative benefits of sucrose.','Keywords==maltitol, maltitol supplier, polyol sweetener, polyol manufacturer, polyol, low calorie sweetener, zero calorie sweetener, starch derivative sweetener, polyol sweeteners, artificial sweeteners, sugar substitutes','PageTitle==Maltidex\u2122 Maltitol Sweetener - Sugar Substitute - Cargill Food Ingredients');
g_navNode_0_0_2_14_1_6=g_navNode_0_0_2_14_1.addNode('502016','Mannidex\xae Mannitol',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/mannidex-mannitol/index.jsp','Description==Polyol and Erythritol are sugar substitutes which can be use to strike a balance between good health and the allure of sweet foods. Cargill offers Mannidex\xae Mannitol, a sugar substitute with similar bulk, texture and perservative benefits of sucrose.','Keywords==mannitol, polyol sweetener, polyol manufacturer, polyol, low calorie sweetener, zero calorie sweetener, starch derivative sweetener, polyol sweeteners, artificial sweeteners, sugar substitutes','PageTitle==Mannidex\xae Mannitol Sweetener - Sugar Substitute - Cargill Food Ingredients');
g_navNode_0_0_2_14_1_7=g_navNode_0_0_2_14_1.addNode('502017','Sorbidex\u2122 Sorbitol',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/sorbidex-sorbitol/index.jsp','Description==Polyol and Erythritol are sugar substitutes which can be use to strike a balance between good health and the allure of sweet foods. Cargill offers Sorbidex\u2122 Sorbitol, a reduced calorie addative with humectant and texturinzing properties. Sorbidex\u2122 Sorbitol is available as a powder or a syrup.','Keywords==sorbitol, polyol sweetener, polyol manufacturer, polyol, low calorie sweetener, zero calorie sweetener, starch derivative sweetener, polyol sweeteners, artificial sweeteners, erythritol, sugar substitutes','PageTitle==Sorbidex\u2122 Sorbitol Sweetener - Sugar Substitute - Cargill Food Ingredients');
g_navNode_0_0_2_14_1_8=g_navNode_0_0_2_14_1.addNode('502018','Zerose\xae Erythritol',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/zerose-erythritol/index.jsp');
g_navNode_0_0_2_14_1_10=g_navNode_0_0_2_14_1.addNode('503602','Contacts',ssUrlPrefix + 'na/en/products/sweeteners/polyol-sweeteners/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503602');
g_navNode_0_0_2_14_2=g_navNode_0_0_2_14.addNode('503407','Specialty Sweeteners',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/index.jsp','Description==Cargill is a leading developer, processor and marketer of food ingredients and systems providing sweet taste that replaces the function of sucrose in food and beverages.','ExcludeTopNavSubSections==true','Keywords==truvia, food sweetener, sugar substitutes, sugar free sweetener, trehalose, rebania, natural sweetener, sucralose, sucromalt, sugar substitute, cargill sweeteners','PageTitle==Specialty sugar substitutes - Truvia, Trehalose, Xtend - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_0=g_navNode_0_0_2_14_2.addNode('502034','Treha\xae Trehalose',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/treha-trehalose/index.jsp','Description==Cargill produces Treha\xae trehalose. Like Maltose, it is 45\x25 as sweet as sugar.  It does not brown like sugar, and stays free flowing and dry.','Keywords==treha, food sweetener, sugar substitutes, sugar free sweetener, trehalose, food ingredient solutions, cargill sweeteners, sugar free','PageTitle==Treha\xae trehalose - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_0_0=g_navNode_0_0_2_14_2_0.addNode('502035','Chemistry',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/treha-trehalose/chemistry/index.jsp','Description==Cargill produces Treha\xae trehalose. Trehalose is a naturally occurring, non reducing disaccharide consisting of two glucose molecules and has excellent stability.','ExcludeFromSearch==true','Keywords==trehalose properties, food sweetener, sugar substitutes, sugar free sweetener, trehalose, trehalose chemistry, trehalose properties, sweetener chemistry','PageTitle==Treha\xae trehalose chemistry and properties - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_0_1=g_navNode_0_0_2_14_2_0.addNode('502036','Functional Benefits',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/treha-trehalose/functional-benefits/index.jsp','Description==Cargill produces Treha\xae trehalose. Treha\xae trehalose has been shown to provide superior stabilization of proteins and biological systems, protecting against damage caused by desiccation or freezing.','ExcludeFromSearch==true','Keywords==trehalose benefits, food sweetener, sugar substitutes, sugar free sweetener, trehalose, functional benefits, sugar free benefits','PageTitle==Treha\xae trehalose functional benefits are sweetness, solubility, stability - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_0_2=g_navNode_0_0_2_14_2_0.addNode('502037','Labelling',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/treha-trehalose/labelling/index.jsp','Description==Cargill produces Treha\xae trehalose which is a tradename for the highly purified form of crystalline trehalose.','ExcludeFromSearch==true','Keywords==food ingredient labeling, food sweetener, sugar substitutes, sugar free sweetener, trehalose, food labeling, labeling','PageTitle==Treha\xae trehalose product and food ingredient labeling - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_0_3=g_navNode_0_0_2_14_2_0.addNode('502038','Regulatory Information',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/treha-trehalose/regulatory-information/index.jsp','Description==Cargill produces Treha\xae trehalose which has been determined to be Generally Recognized as Safe \x28GRAS\x29 as a multipurpose ingredient for all uses in food','ExcludeFromSearch==true','Keywords==trehalose fda, food sweetener, sugar substitutes, sugar free sweetener, trehalose, fda, gras, food regulation, trehalose fda status','PageTitle==Treha\xae trehalose FDA GRAS regulatory information - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_0_4=g_navNode_0_0_2_14_2_0.addNode('503065','Nutritional Benefits',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/treha-trehalose/nutritional-benefits/index.jsp','Description==Cargill produces Treha\xae trehalose. Trehalose is a natural energy source, making it an ideal ingredient for products designed for active consumers who demand great taste as well as fuel for their \u201con the go\u201d lifestyles.','ExcludeFromSearch==true','ExcludeInTopNav==true','Keywords==energy ingredient, food sweetener, sugar substitutes, sugar free sweetener, trehalose, nutrition benefits, nutrition facts, food label','PageTitle==Treha\xae trehalose nutritional benefits - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_1=g_navNode_0_0_2_14_2.addNode('502039','Xtend\xae Sucromalt',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/xtend-sucromalt/index.jsp','Description==Cargill produces Xtend\u2122 sucromalt which is a full calorie, low glycemic sweetener  that is ideal for use in foods where balanced energy or blunt glucose response is desired.','Keywords==low glycemic sweetener, food sweetener, sugar substitutes, sugar free sweetener, sucromalt, glycemic index, low glycemic foods, glycemic, high energy','PageTitle==Xtend\u2122 sucromalt sweetener - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_2=g_navNode_0_0_2_14_2.addNode('502041','Truvia\xae',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/truvia/index.jsp','Description==The first great-tasting, natural, zero-calorie sweetener made from rebiana, the best-tasting part of the stevia leaf.','Keywords==truvia, food sweetener, sugar substitute, sugar free sweetener, rebania, natural sweetener, cargill sweeteners','PageTitle==Truvia\xae sweetener - stevia, rebiana - Cargill Food Ingredients');
g_navNode_0_0_2_14_2_3=g_navNode_0_0_2_14_2.addNode('502042','Dextrose',ssUrlPrefix + 'na/en/products/sweeteners/specialty-sweeteners/dextrose/index.jsp','Description==Cargill\\x27s dextrose has become an essential ingredient in a wide range of food and beverage applications for its functional, sensorial and nutritional properties.','ExcludeTopNavSubSections==true','Keywords==crystalline dextrose, food sweetener, sugar substitutes, sugar free sweetener, dextrose, osmalarity, browning, high fermentability, high cooling','PageTitle==Dextrose - crystalline dextrose sugar substitute - Cargill Food Ingredients');
g_navNode_0_0_2_14_3=g_navNode_0_0_2_14.addNode('502043','Locations',ssUrlPrefix + 'na/en/products/sweeteners/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_0_0_2_14_4=g_navNode_0_0_2_14.addNode('502044','Contacts',ssUrlPrefix + 'na/en/products/sweeteners/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502044');
g_navNode_0_0_2_17=g_navNode_0_0_2.addNode('505633','Contact Us',ssUrlPrefix + 'na/en/products/contactus/index.jsp','ExcludeInLeftNav==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','HideInLeftNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d505633');
g_navNode_0_0_3=g_navNode_0_0.addNode('1842','Brands',ssUrlPrefix + 'na/en/brands/index.jsp','Description==Cargill food ingredient and product line brands available in North America.','RestartLeftNav==true');
g_navNode_0_0_3_0=g_navNode_0_0_3.addNode('503411','Ingredient Brands',ssUrlPrefix + 'na/en/brands/ingredient-brands/index.jsp');
g_navNode_0_0_3_1=g_navNode_0_0_3.addNode('503412','Product Line Brands',ssUrlPrefix + 'na/en/brands/product-line-brands/index.jsp');
g_navNode_0_0_4=g_navNode_0_0.addNode('1843','News',ssUrlPrefix + 'na/en/news/index.jsp','NewsQueryFilter==xIdcLanguage \x3cmatches\x3e \x60en\x60 \x3cAND\x3e \x28xRegion \x3ccontains\x3e \x60na\x60 \x3cOR\x3e xRegion \x3cmatches\x3e \x60\x60\x29 ','secondaryUrlVariableField==region3');
g_navNode_0_0_4_0=g_navNode_0_0_4.addNode('508653','2011',ssUrlPrefix + 'na/en/news/2011/index.jsp','NewsQueryFilter==xIdcLanguage \x3cmatches\x3e \x60en\x60 \x3cAND\x3e \x28xRegion \x3ccontains\x3e \x60na\x60 \x3cOR\x3e xRegion \x3cmatches\x3e \x60\x60\x29 ','QueryYearFilter==2011','secondaryUrlVariableField==region3');
g_navNode_0_0_4_1=g_navNode_0_0_4.addNode('505606','2010',ssUrlPrefix + 'na/en/news/2010/index.jsp','NewsQueryFilter==xIdcLanguage \x3cmatches\x3e \x60en\x60 \x3cAND\x3e \x28xRegion \x3ccontains\x3e \x60na\x60 \x3cOR\x3e xRegion \x3cmatches\x3e \x60\x60\x29 ','QueryYearFilter==2010','secondaryUrlVariableField==region3');
g_navNode_0_0_4_2=g_navNode_0_0_4.addNode('1908','2009',ssUrlPrefix + 'na/en/news/2009/index.jsp','NewsQueryFilter==xIdcLanguage \x3cmatches\x3e \x60en\x60 \x3cAND\x3e \x28xRegion \x3ccontains\x3e \x60na\x60 \x3cOR\x3e xRegion \x3cmatches\x3e \x60\x60\x29 ','QueryYearFilter==2009','secondaryUrlVariableField==region3');
g_navNode_0_0_5=g_navNode_0_0.addNode('1844','Contact Us',ssUrlPrefix + 'na/en/contact-us/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d1844');
g_navNode_0_0_9=g_navNode_0_0.addNode('508327','Review',ssUrlPrefix + 'na/en/review/index.jsp','ExcludeFromSearch==true','ExcludeInLeftNav==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_0_0_9_0=g_navNode_0_0_9.addNode('508701','Innovation Exchange',ssUrlPrefix + 'na/en/review/innovation-exchange/index.jsp','Description==Discover the creative ideas behind winning products.','ExcludeFromSearch==true','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==food innovation, food ingredients, food prototype, research, development, food news, reduced calorie','PageTitle==Cargill Innovation Exchange','RestartLeftNav==true');
g_navNode_0_0_9_1=g_navNode_0_0_9.addNode('509093','Perspectives Archive',ssUrlPrefix + 'na/en/review/perspectives-archive/index.jsp','ExcludeFromSearch==true');
g_navNode_0_0_9_2=g_navNode_0_0_9.addNode('510231','Horizon Milling',ssUrlPrefix + 'na/en/review/horizon-milling/index.jsp','Description==Horizon Milling, LLC offers a unique blend of resources, food ingredient solutions and the broadest range of quality flour products in the industry.  Our collaboration with customers helps them strengthen their competitive advantage and take advantage of new opportunities in the marketplace.','ExcludeFromSearch==true','ExcludeTopNavSubSections==true','Keywords==lour, food ingredient solutions, flour products, wheat flour, whole grains, white flour, baking flour, bakery flours, gluten-free flour, flour suppliers, flour manufacturer','PageTitle==Horizon Milling - Flour Supplier - Cargill Food Ingredients','RestartLeftNav==true');
if (SSContributor)
{
g_navNode_0_0_9_3=g_navNode_0_0_9.addNode('501982','Corn Sweeteners',ssUrlPrefix + 'na/en/review/corn-sweeteners/index.jsp','Description==Corn sweeteners are used in wide variety of applications. Corn Syrup Fructose, Fructose Glucose and Maltose Syrup are included in our corn sweetener offerings. Choose Cargill for your corn sweetener needs.\x09\x09\x09','ExcludeInTopNav==true','Keywords==fructose glucose, glucose carbohydrate, high fructose corn syrup, corn sugar, beer adjuncts, brewing adjuncts, natural sweeteners, hfcs, hfcs foods, maltose corn syrup, high maltose corn syrup\x09\x09\x09','PageTitle==Corn Sweeteners - Corn Syrup, Fructose, Glucose, Maltose Syrup - Cargill Food Ingredients\x09\x09\x09','contributorOnly==true');
g_navNode_0_0_9_3_0=g_navNode_0_0_9_3.addNode('501983','Cleardex\xae Corn Syrups \x2825/42 - 36/43\x29',ssUrlPrefix + 'na/en/review/corn-sweeteners/cleardex-corn-syrups/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers Cleardex\xae corn syrup, a line of corn syrups that enhance body and mouthfeel in many applications.\x09','ExcludeInTopNav==true','Keywords==low dextrose sweetener, fructose corn syrup, fructose corn syrup commercial, hfcs, hfcs foods, corn syrup fructose, glucose sugars, low hygroscopic corn syrup, low SO2 corn syrup','PageTitle==Cleardex\xae corn syrup sweetener - Cargill Food Ingredients\x09');
g_navNode_0_0_9_3_1=g_navNode_0_0_9_3.addNode('501984','Clearsweet\xae Corn Syrups \x2843/43 - 63/44\x29',ssUrlPrefix + 'na/en/review/corn-sweeteners/clearsweet-corn-syrups/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers Clearsweet\xae corn syrup, a line of corn syrups perfect for applications needing moderate levels of sweetness and body.\x09\x09\x09','ExcludeInTopNav==true','Keywords==high maltose corn syrup, carbon refined syrup, fructose corn syrup, fructose corn syrup commercial, corn syrup fructose, glucose sugars, high maltose corn syrup','PageTitle==Clearsweet\xae corn syrup sweetener - Cargill Food Ingredients\x09\x09');
g_navNode_0_0_9_3_2=g_navNode_0_0_9_3.addNode('501985','IsoClear\xae High Fructose Corn Syrups \x2842\x25, 55\x25\x29',ssUrlPrefix + 'na/en/review/corn-sweeteners/isoclear-high-fructose-corn-syrups/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers IsoClear\xae high fructose corn syrup, a line of corn syrups with mild sweetness that doesn\\x27t mask natural flavors.','ExcludeInTopNav==true','Keywords==high fructose sweetener, fructose corn syrup, fructose corn syrup commercial, hfcs, hfcs foods, corn syrup fructose, glucose sugars, solids corn syrup, multiple enzyme','PageTitle==IsoClear\xae high fructose corn syrup sweetener - Cargill Food Ingredients\x09\x09');
g_navNode_0_0_9_3_3=g_navNode_0_0_9_3.addNode('501986','Satin Sweet\xae 65\x25 High Maltose Corn Syrup',ssUrlPrefix + 'na/en/review/corn-sweeteners/satin-sweet-65-high-maltose-corn-syrup/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers Satin Sweet\xae high maltose corn syrup, a  demineralized corn syrup with a sweeter taste than most corn syrups.','ExcludeInTopNav==true','PageTitle==Satin Sweet\xae high maltose corn syrup sweetener - Cargill Food Ingredients\x09');
g_navNode_0_0_9_3_4=g_navNode_0_0_9_3.addNode('501987','Clearsweet\xae 95\x25 Refined Liquid Dextrose Corn Syrup',ssUrlPrefix + 'na/en/review/corn-sweeteners/clearsweet-95-refined-liquid-dextrose-corn-syrup/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers Clearsweet\xae 95\x25 refined liquid dextrose corn syrup, a demineralized corn syrup with a ideal for flavor enhancement and fermentability.','ExcludeInTopNav==true','Keywords==high dextrose sweetener, dextrose corn syrup, dextrose corn syrup commercial, dcs, dcs foods, corn syrup fructose, glucose sugars, enzyme-enzyme, refined corn syrup, unrefined corn syrup','PageTitle==Clearsweet\xae 95\x25 refined dextrose corn syrup sweetener - Cargill Food Ingredients\x09');
g_navNode_0_0_9_3_5=g_navNode_0_0_9_3.addNode('501988','Clearsweet\xae 99\x25 Refined Liquid Dextrose Corn Syrup',ssUrlPrefix + 'na/en/review/corn-sweeteners/clearsweet-99-refined-liquid-dextrose-corn-syrup/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers Clearsweet\xae 99\x25 refined liquid dextrose corn syrup, a demineralized corn syrup with a ideal for fermentation.','ExcludeInTopNav==true','Keywords==high dextrose sweetener, dextrose corn syrup, dextrose corn syrup commercial, dcs, dcs foods, corn syrup fructose, glucose sugars, enzyme-enzyme, refined corn syrup, unrefined corn syrup','PageTitle==Cargill Food Ingredients\x3a Clearsweet\xae 99\x25 refined dextrose corn syrup sweetener');
g_navNode_0_0_9_3_6=g_navNode_0_0_9_3.addNode('502942','Clearbrew\xae Liquid Adjuncts \x2843 HMIX \u2013 63/44\x29',ssUrlPrefix + 'na/en/review/corn-sweeteners/clearbrew-liquid-adjuncts/index.jsp','Description==Choose Cargill for your corn sweetener needs. Cargill offers Clearbrew\xae liquid adjuncts, a line of of fermentable carbohydrates that provide consistent quality products.','ExcludeInTopNav==true','Keywords==high maltose sweetener, maltose corn syrup, maltose corn syrup commercial, mcs, mcs foods, corn syrup fructose, glucose sugars, solids corn syrup, brewing adjunct, fermentable carbohydrate','PageTitle==Cargill Food Ingredients\x3a Clearbrew\xae liquid adjuncts for brewers');
g_navNode_0_0_9_3_7=g_navNode_0_0_9_3.addNode('503606','Contacts',ssUrlPrefix + 'na/en/review/corn-sweeteners/contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503606');
}
g_navNode_0_0_9_4=g_navNode_0_0_9.addNode('510662','Malt',ssUrlPrefix + 'na/en/review/malt/index.jsp','Description==Malts, malting, malts and malting, malt barley, beer ingredients, brewing','Keywords==From malts to the brewing kettle, Cargill supports customers in all aspects towards successfully brewing great beer.','PageTitle==Cargill Malt - Brewing ingredients, Malts and Malting, Specialty and Base Malts - Cargill Food Ingredients');
g_navNode_0_0_9_4_0=g_navNode_0_0_9_4.addNode('510852','Malt Solutions Construction',ssUrlPrefix + 'na/en/review/malt/malt-solutions-construction/index.jsp');
if (SSContributor)
{
g_navNode_0_0_9_5=g_navNode_0_0_9.addNode('510800','Related Products',ssUrlPrefix + 'na/en/review/related-products/index.jsp','contributorOnly==true');
}
g_navNode_0_0_9_6=g_navNode_0_0_9.addNode('510663','Brewers\' Specialty Malt',ssUrlPrefix + 'na/en/review/specialty-malt/index.jsp','Description==Malts, malting, malts and malting, roasted malt, caramel malt, chocolate malt','Keywords==At Cargill Malt - Specialty Products Group, our goal is to work in partnership with our brewing customers to deliver malt ingredient and technical solutions.','PageTitle==Specialty malts - Munich, 2Row Caramel, 6Row Caramel, Chocolate, or Roasted - Cargill Food Ingredients');
g_navNode_0_0_10=g_navNode_0_0.addNode('506909','Preview',ssUrlPrefix + 'na/en/preview/index.jsp','ExcludeFromSearch==true','ExcludeInTopNav==true','RestartLeftNav==true');
g_navNode_0_0_10_1=g_navNode_0_0_10.addNode('510444','Sampling Program Test',ssUrlPrefix + 'na/en/preview/sampling-program-test/index.jsp','contributorOnly==false');
g_navNode_0_0_10_3=g_navNode_0_0_10.addNode('510808','Perspectives construction',ssUrlPrefix + 'na/en/preview/perspectives-construction/index.jsp');
if (SSContributor)
{
g_navNode_0_0_10_4=g_navNode_0_0_10.addNode('510837','Events and Tradeshows Construction',ssUrlPrefix + 'na/en/preview/events-and-tradeshows/index.jsp','Description==View upcoming events and tradeshows where Cargill\\x27s food ingredient business will be present.','Keywords==Cargill, IFT, events, tradeshows, speakers, food, beverage, innovation, ingredients','PageTitle==Cargill Events and Tradeshows - Food and Beverage Ingredients','contributorOnly==true');
}
if (SSContributor)
{
g_navNode_0_0_10_5=g_navNode_0_0_10.addNode('510858','Super footer design',ssUrlPrefix + 'na/en/preview/super-footer-design/index.jsp','contributorOnly==true');
}
g_navNode_0_0_10_6=g_navNode_0_0_10.addNode('511159','404 error construction',ssUrlPrefix + 'na/en/preview/404-error-construction/index.jsp');
g_navNode_0_0_10_7=g_navNode_0_0_10.addNode('511164','IE Revamp Construction',ssUrlPrefix + 'na/en/preview/ie-revamp-construction/index.jsp');
if (SSContributor)
{
g_navNode_0_0_10_7_0=g_navNode_0_0_10_7.addNode('511167','Reduced Calories Revamp',ssUrlPrefix + 'na/en/preview/ie-revamp-construction/reduced-calorie-revamp/index.jsp','contributorOnly==true');
}
if (SSContributor)
{
g_navNode_0_0_10_7_1=g_navNode_0_0_10_7.addNode('511207','Reduced Fat Revamp',ssUrlPrefix + 'na/en/preview/ie-revamp-construction/reduced-fat-revamp/index.jsp','contributorOnly==true');
}
if (SSContributor)
{
g_navNode_0_0_10_7_2=g_navNode_0_0_10_7.addNode('511208','Cost Management Revamp',ssUrlPrefix + 'na/en/preview/ie-revamp-construction/cost-management-revamp/index.jsp','contributorOnly==true');
}
if (SSContributor)
{
g_navNode_0_0_10_7_3=g_navNode_0_0_10_7.addNode('511209','Indulgence Revamp',ssUrlPrefix + 'na/en/preview/ie-revamp-construction/indulgence-revamp/index.jsp','contributorOnly==true');
}
if (SSContributor)
{
g_navNode_0_0_10_8=g_navNode_0_0_10.addNode('511256','HM Solutions Mock-up',ssUrlPrefix + 'na/en/preview/hm-solutions-mockup/index.jsp','contributorOnly==true');
}
g_navNode_0_0_10_9=g_navNode_0_0_10.addNode('511549','Oils',ssUrlPrefix + 'na/en/preview/Oils/index.jsp');
g_navNode_1=g_navNode_Root.addNode('1834','EMEA',ssUrlPrefix + 'emea/index.jsp','Description==We offer the broadest \x26 deepest food ingredient portfolio for global food manufacturers, and help you create safe, economical foods.','PageTitle==Cargill\x3a Food Ingredients Europe, Middle East, and Africa');
g_navNode_1_0=g_navNode_1.addNode('1835','English',ssUrlPrefix + 'emea/en/index.jsp','AltLabel==Home','Description==We offer the broadest \x26 deepest food ingredient portfolio for global food manufacturers, and help you create safe, consistent, economical foods.','PageTitle==Cargill\x3a Food Ingredients Europe, Middle East, and Africa','SegmentName==Food Ingredients');
g_navNode_1_0_0=g_navNode_1_0.addNode('1910','Market Categories',ssUrlPrefix + 'emea/en/market-categories/index.jsp');
g_navNode_1_0_0_0=g_navNode_1_0_0.addNode('501590','Bakery',ssUrlPrefix + 'emea/en/market-categories/bakery/index.jsp','Description==Cargill helps customers in the bakery industry to innovate by offering marketplace knowledge, technical capabilities and bakery ingredients.','ExcludeTopNavSubSections==true','Keywords==the bakery industry,uk bakery industry,bakery industry analysis,bakery industry report,bakery industry statistics,bakery industry news,bakery products industry,us bakery industry,retail bakery industry,bakery industry','PageTitle==Innovation in the bakery industry \x7c Cargill Food Ingredients EMEA','RestartLeftNav==true');
g_navNode_1_0_0_0_0=g_navNode_1_0_0_0.addNode('502726','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/bakery/marketplace-knowledge/index.jsp','Description==Bakery industry trends\x3a smarter consumer spending, conscientious consumption and healthy products. See more on bakery industry trends on our website.','Keywords==the bakery industry,uk bakery industry,bakery industry analysis,bakery industry report,bakery industry statistics,bakery industry news,bakery products industry,us bakery industry,retail bakery industry,bakery industry','PageTitle==Bakery industry trends \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_1=g_navNode_1_0_0_0.addNode('502727','Capabilities',ssUrlPrefix + 'emea/en/market-categories/bakery/capabilities/index.jsp','Description==To customers in bakery manufacturing we offer access to some of the world\u2019s most advanced research \x26 development, technical \x26 food science expertise.','Keywords==bakery manufacturers,bakery manufacturer,bakery manufacturing,bakery manufacture,bakery product manufacturer,bakery products manufacturers,bakery products manufacturer,manufacturing bakery,bakery manufacturing process','PageTitle==Partners in bakery manufacturing \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_2=g_navNode_1_0_0_0.addNode('502728','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/bakery/ingredients-systems/index.jsp','Description==Cargill is a bulk bakery ingredients supplier. We offer 80\x25 of all bakery ingredients, from classic bakery ingredients to on-trend product forms, flavors and nutritional attributes.','Keywords==wholesale bakery ingredients,bakery ingredients suppliers,bulk bakery ingredients,bakery ingredients supplier,bakery ingredient suppliers,bakery ingredient supplies,bakery ingredient supply,bakery ingredient supplier,bakery ingredients,bakery ingredient','PageTitle==Bulk bakery ingredients supplier \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3=g_navNode_1_0_0_0.addNode('502729','Applications',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/index.jsp','Description==Bakery applications\x3a our team will assist you in winning bakery product development through consumer insights, technical resources and ingredients. ','PageTitle==Bakery applications - Bakery product development \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3_0=g_navNode_1_0_0_0_3.addNode('502731','Bread',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/bread/index.jsp','Description==Cargill is a leading bread ingredients supplier. Partner with us - benefit from our wide bread ingredients portfolio to innovate your bread products.','Keywords==bread ingredients,bread ingredient,bread improver ingredients,gluten free bread ingredients,bread ingredients and functions,functions of ingredients in bread,bread ingredients suppliers','PageTitle==Bread ingredients supplier \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3_1=g_navNode_1_0_0_0_3.addNode('502732','Biscuits \x26 Cookies',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/biscuits-cookies/index.jsp','Description==Cargill\\x27s offers a large selection of ingredients for biscuits and cookies. Visit our website for details on ingredients for biscuits and cookies.','Keywords==ingredients for cookies,ingredients cookies,ingredients in cookies,ingredients to cookies,cookies ingredients,ingredients for biscuits,ingredients in biscuits,ingredients of biscuits,ingredients biscuits,biscuits ingredients','PageTitle==Ingredients for biscuits and cookies \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3_2=g_navNode_1_0_0_0_3.addNode('502733','Crackers',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/crackers/index.jsp','Description==Cargill\\x27s crackers ingredients\x3a oils, shortenings, starches, texturizing ingredients and more. Visit our website for details on crackers ingredients.','Keywords==crackers ingredients,ingredients in crackers,prawn crackers ingredients,ingredients prawn crackers,ingredients in prawn crackers,ingredients of prawn crackers,jacobs cream crackers ingredients,rice crackers ingredients,ritz crackers ingredients,ingredients in ritz crackers','PageTitle==Crackers ingredients \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3_3=g_navNode_1_0_0_0_3.addNode('502734','Pastries',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/pastries/index.jsp','Description==Cargill\\x27s pastry ingredients include premium chocolates, sweeteners and texturizing solutions. Visit our website for details on pastry ingredients.','Keywords==ingredients for pastry,ingredients in pastry,ingredients of pastry,ingredients pastry,ingredients for pastry dough,pastry dough ingredients,pastry ingredients,pastries ingredients','PageTitle==Pastry ingredients \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3_4=g_navNode_1_0_0_0_3.addNode('502735','Cakes',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/cakes/index.jsp','Description==Cargill\\x27s cake ingredients include a superior portfolio of chocolates, cocoas, flavors and oils. Visit our website for details on cake ingredients.','Keywords==ingredients for a cake,ingredients for cake,ingredients cake,ingredients of a cake,ingredients in a cake,ingredients in cake,ingredients to a cake,cake ingredients','PageTitle==Cake ingredients \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_3_5=g_navNode_1_0_0_0_3.addNode('502736','Cereals',ssUrlPrefix + 'emea/en/market-categories/bakery/applications/cereals/index.jsp','Description==Cargill\\x27s expertise covers both ready to eat cereals \x28RTE cereals\x29 and hot cereals. Contact us to help you innovate your ready to eat and hot cereals.','Keywords==production of cereals,hot cereals,ready to eat cereals,breakfast cereals production,cereals ready-to-eat,rte cereals,hot breakfast cereals,gluten free hot cereals','PageTitle==Hot cereals, ready to eat cereals \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_0_4=g_navNode_1_0_0_0.addNode('502730','Contacts',ssUrlPrefix + 'emea/en/market-categories/bakery/contacts/index.jsp','Description==If you are looking for winning bakery product development opportunities for your company, please contact us \x21 Our team is ready to help you innovate.','ExcludeFromSearch==false','Keywords==bakery applications,bakery application,bakery product,bakery products,bakery product development,science of bakery products,new bakery products,bakery products industry,the science of bakery products','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502730','PageTitle==Bakery product development - Contact us \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1=g_navNode_1_0_0.addNode('501595','Beverages',ssUrlPrefix + 'emea/en/market-categories/beverages/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_0_1_0=g_navNode_1_0_0_1.addNode('502737','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/beverages/marketplace-knowledge/index.jsp','Description==Beverage industry trends\x3a flavor innovation, calorie reduction and beverage premiumization. See more on beverage industry trends on our website.','Keywords==beverage trends,trends in beverages,beverages trends,beverage industry trends,trends in beverage industry,trends in the beverage industry,beverage market trends,beverage trends 2011,2011 beverage trends,new beverage trends','PageTitle==Beverage industry trends - Beverages \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_1=g_navNode_1_0_0_1.addNode('502738','Capabilities',ssUrlPrefix + 'emea/en/market-categories/beverages/capabilities/index.jsp','Description==Our customers in beverage manufacturing have access to some of the world\u2019s most advanced research \x26 development, technical \x26 food science expertise.','Keywords==beverage manufacturer,beverage manufacturers,beverage manufacturing,beverage manufacturers uk,food and beverage manufacturers,food \x26 beverage manufacturers,food beverage manufacturers,food and beverage manufacturing,food beverage manufacturing,food and beverage manufacturer','PageTitle==Partners in beverage manufacturing \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_2=g_navNode_1_0_0_1.addNode('502739','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/beverages/ingredients-systems/index.jsp','Description==With the broadest and deepest portfolio of beverage ingredients, Cargill is the leading beverage ingredients supplier to the beverage industry.','Keywords==beverages ingredient,beverage ingredients,beverages ingredients,beverage ingredient,alcoholic beverage ingredients,food and beverage ingredients,alcoholic beverages ingredients,ingredients in alcoholic beverages,ingredients of alcoholic beverages,malt beverage ingredients','PageTitle==Beverage ingredients supplier \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3=g_navNode_1_0_0_1.addNode('502740','Applications',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/index.jsp','Description==Beverage applications\x3a for any beverage products you develop, our team will assist you with consumer insights, technical resources and ingredients. ','Keywords==beverage products,beverage application,beverage product,beverage applications,food and beverage products,new beverage products,beverage product development','PageTitle==Beverage applications \x26 products \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_0=g_navNode_1_0_0_1_3.addNode('502742','Juice, Juice Drinks \x26 Nectars',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/juice-juice-drinks-nectars/index.jsp','Description==To help you innovate your juice, juice drinks and nectars, Cargill offers sweeteners, flavors, juices, texturizers and health \x26 specialty ingredients.','Keywords==juice,nectar,orange juice,lemon juice,fruit juice,apple juice,grape juice,juice drinks,juice drink,nectars','PageTitle==Juice, juice drinks and nectars \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_1=g_navNode_1_0_0_1_3.addNode('502743','Carbonated Soft Drinks',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/carbonated-soft-drinks/index.jsp','Description==Innovation in carbonated soft drinks\x3a discover Cargill\\x27s portfolio of zero-calorie sweeteners, flavors and texturizers for carbonated soft drinks.','Keywords==carbonated soft drinks market,carbonated soft drinks industry,carbonated soft drinks brands,carbonated soft drinks formulation and manufacture,carbonated soft drinks','PageTitle==Carbonated soft drinks \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_2=g_navNode_1_0_0_1_3.addNode('502744','Functional \x26 Flavored Waters',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/functional-flavored-waters/index.jsp','Description==Cargill offers flavored water ingredients and functional water ingredients as well as technical expertise for creating functional and flavored waters.','Keywords==water flavored,flavored water,functional water,flavored waters,flavored sparkling water,flavored carbonated water,flavored water ingredients,ingredients in flavored water,flavored vitamin water,functional waters','PageTitle==Flavored water - Functional water \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_3=g_navNode_1_0_0_1_3.addNode('502745','Dairy Drinks',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/dairy-drinks/index.jsp','Description==Cargill helps you develop appealing dairy drinks and soy drinks. In particular we help to deliver nutrition and flavor in dairy drinks and soy drinks.','Keywords==dairy drink,dairy drinks,soy drink,soy milk drink,soy drinks,soy milk drinks,dairy free drinks,soy protein drink,soy protein drinks,soy bean drink','PageTitle==Diary drinks - Soy drinks \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_4=g_navNode_1_0_0_1_3.addNode('502746','Functional Drinks',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/functional-drinks/index.jsp','Description==Cargill\\x27s functional drinks expertise covers meal replacement, dietary, protein fortified, sports and energy drinks. See more on functional drinks on our website.','Keywords==function drink,function drinks,functional drinks,functional drink,functional ingredients,functional beverages,functional drinks market,functional beverage market,functional beverages market,functional beverage','PageTitle==Functional drinks \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_5=g_navNode_1_0_0_1_3.addNode('502747','Powdered Beverages',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/powdered-beverages/index.jsp','Description==The powdered drinks and beverages category is undergoing rapid change. Health and wellness trends are driving innovation in powdered beverages.','Keywords==powdered drink,drink powdered,powdered drinks,powdered beverage,powdered drink mix,powdered drink mixes,powdered beverages,powdered energy drink,powdered juice drinks,powdered energy drinks','PageTitle==Beverages - Powdered drinks \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_6=g_navNode_1_0_0_1_3.addNode('502748','Beer',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/beer/index.jsp','Description==Cargill\\x27s beer ingredients offer includes bulk beer malts, specialty beer malts, flavors and glucose syrups. See more on beer ingredients on our website.','Keywords==ingredients of beer,ingredients in beer,ingredients for beer,ingredients beer,beer ingredients,malt beer,malt in beer,malt for beer,beer malt,ingredient in beer','PageTitle==Beer ingredients - Beer malt \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_3_7=g_navNode_1_0_0_1_3.addNode('502749','Spirits',ssUrlPrefix + 'emea/en/market-categories/beverages/applications/spirits/index.jsp','Description==Spirits and liquors. In the alcoholic drinks segment many European spirits and liquors producers use Cargill\u2019s alcohol and flavors in their brands.','Keywords==spirit,liquor,spirits,alcoholic drinks,alcoholic drink,liquors,spirits liquors,spirit liquor,spirits alcoholic drink,spirits alcoholic drinks','PageTitle==Alcoholic drinks \x7c Spirits \x26 Liquors \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_1_4=g_navNode_1_0_0_1.addNode('502741','Contacts',ssUrlPrefix + 'emea/en/market-categories/beverages/contacts/index.jsp','Description==Looking for winning beverage product development opportunities for your company ? Please contact us \x21 Our team is ready to help you innovate.','Keywords==beverage products,beverage application,beverage product,beverage applications,food and beverage products,new beverage products,beverage product development','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502741','PageTitle==Beverage product development - Contact us \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2=g_navNode_1_0_0.addNode('501591','Confectionery',ssUrlPrefix + 'emea/en/market-categories/confectionery/index.jsp','Description==Cargill is a trusted confectionery industry supplier. We offer marketplace knowledge, technical capabilities and ingredients to confectionery manufacturers.','ExcludeTopNavSubSections==true','Keywords==confectionery industry,confectionary industry,the confectionery industry,confectionery industry analysis,global confectionery industry,confectionery industry trends,confectionary suppliers,confectionery suppliers,confectionary supplier,confectionery supplier','PageTitle==Confectionery industry supplier \x7c Cargill Food Ingredients EMEA','RestartLeftNav==true');
g_navNode_1_0_0_2_0=g_navNode_1_0_0_2.addNode('502750','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/confectionery/marketplace-knowledge/index.jsp','Description==At Cargill we see two important confectionery market trends\x3a sustainable confectionery consumption and affordable indulgence. We can help you deal with these trends.','Keywords==confectionery market,the confectionery market,confectionary market,confectionery trends,confectionary trends,global confectionery market,confectionery market trends,confectionery market trends,confectionery industry trends,confectionery trends 2011','PageTitle==Confectionery market trends \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_1=g_navNode_1_0_0_2.addNode('502751','Capabilities',ssUrlPrefix + 'emea/en/market-categories/confectionery/capabilities/index.jsp','Description==Our customers in confectionery manufacturing have access to some of the world\u2019s most advanced research \x26 development, technical \x26 food science expertise.','Keywords==confectionary manufacturing,confectionery manufacturing,confectionery manufacturer,confectionery manufacturers,confectionery manufacturers uk,confectionery manufacturers in uk,uk confectionery manufacturers,confectionery supplies manufacturer,confectionery manufacturing process','PageTitle==Partners in confectionery manufacturing \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_2=g_navNode_1_0_0_2.addNode('502752','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/confectionery/ingredients-systems/index.jsp','Description==With an extremely broad and deep portfolio of confectionery ingredients, Cargill is a leading ingredients supplier to the confectionery industry.','Keywords==confectionery ingredient,confectionery ingredients,confectionary ingredients','PageTitle==Confectionery ingredients supplier \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_3=g_navNode_1_0_0_2.addNode('502753','Applications',ssUrlPrefix + 'emea/en/market-categories/confectionery/applications/index.jsp','Description==For any confectionery products you develop, our team will assist you with consumer insights, technical resources and ingredients.','Keywords==confectionery product,confectionary product,confectionery products,confectionary products,new confectionery products','PageTitle==Confectionery products - Applications \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_3_0=g_navNode_1_0_0_2_3.addNode('502755','Sugar Confectionery',ssUrlPrefix + 'emea/en/market-categories/confectionery/applications/sugar-confectionery/index.jsp','Description==Cargill helps sugar confectionery market players to tackle obesity and health concerns by reducing sugar, using fruit juices and functional ingredients.','Keywords==confectionary sugar,sugar confectionary,sugar confectionery,confectionery sugar,sugar confectionery market,sugar confectionery manufacture,sugar confectionery recipes and methods,the science of sugar confectionery','PageTitle==Sugar confectionery market trends \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_3_1=g_navNode_1_0_0_2_3.addNode('502756','Chewing Gums',ssUrlPrefix + 'emea/en/market-categories/confectionery/applications/chewing-gums/index.jsp','Description==The chewing gum market is focused on sugar-free products, changed packaging, center-filled gums, new fruity flavors , oral care and well-being.','Keywords==chewing gum,chewing gums,chewing gum ingredients,calories in chewing gum,chewing gum ingredient,chewing gum health,chewing gum facts,facts about chewing gum,sugar free chewing gum,healthy chewing gum,gum market','PageTitle==Chewing gum market trends \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_3_2=g_navNode_1_0_0_2_3.addNode('502757','Chocolates',ssUrlPrefix + 'emea/en/market-categories/confectionery/applications/chocolates/index.jsp','Description==Manufacturers respond to chocolate market trends with reduced-sugar chocolate, limited edition, special occasion, single origin and organic products.','Keywords==chocolate market,the chocolate market,market chocolate,market for chocolate,chocolate trends,trends in chocolate,trends chocolate,chocolate trend,chocolate market trends,chocolate industry trends','PageTitle==Chocolate market trends \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_3_3=g_navNode_1_0_0_2_3.addNode('502758','Fillings',ssUrlPrefix + 'emea/en/market-categories/confectionery/applications/fillings/index.jsp','Description==Cargill offers ingredients for food fillings or final food fillings such as fat-based fillings, fruity fillings or a calcium-enriched yogurt fillings.','Keywords==food filling,food fillings','PageTitle==Food fillings \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_2_4=g_navNode_1_0_0_2.addNode('502754','Contacts',ssUrlPrefix + 'emea/en/market-categories/confectionery/contacts/index.jsp','Description==Cargill helps confectionery companies to identify winning product development opportunities. Please contact us \x21 Our team is ready to help you innovate.','Keywords==confectionery company,confectionery companies,confectionary company,confectionary companies','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502754','PageTitle==Confectionery companies - Contact us \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3=g_navNode_1_0_0.addNode('501617','Convenience Foods',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/index.htm','Description==The main convenience food industry trends are more convenient food preparation and consumption as a result of busy lifestyles and an aging population. ','ExcludeTopNavSubSections==true','Keywords==convenience food,food convenience,convenience foods,convenience food systems,convenience food system,convenience food market,convenience food facts,convenience food products,convenience food industry,convenience food trends','PageTitle==Convenience food industry trends \x7c Cargill Food Ingredients EMEA','RestartLeftNav==true');
g_navNode_1_0_0_3_0=g_navNode_1_0_0_3.addNode('502759','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/marketplace-knowledge/index.jsp','Description==The main convenience food industry trends are more convenient food preparation and consumption as a result of busy lifestyles and an aging population.','Keywords==convenience food,food convenience,convenience foods,convenience food systems,convenience food system,convenience food market,convenience food facts,convenience food products,convenience food industry,convenience food trends','PageTitle==Convenience food industry trends \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_1=g_navNode_1_0_0_3.addNode('502760','Capabilities',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/capabilities/index.jsp','Description==Our customers in the convenience foods market have access to some of the world\u2019s most advanced research \x26 development, technical \x26 food science expertise.','Keywords==convenience food,food convenience,convenience foods,convenience food systems,convenience food system,convenience food market,convenience food facts,convenience food products,convenience food industry,convenience food trends','PageTitle==Partners in convenience foods \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_2=g_navNode_1_0_0_3.addNode('502761','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/ingredients-systems/index.jsp','Description==Cargill\\x27s convenience food ingredients and systems include functional systems, hydrocolloids, lecithins, oils, fats, starches, derivatives and sweeteners.','Keywords==convenience food,food convenience,convenience foods,convenience food systems,convenience food system,convenience food market,convenience food facts,convenience food products,convenience food industry,convenience food trends','PageTitle==Convenience food ingredients \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_3=g_navNode_1_0_0_3.addNode('502762','Applications',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/applications/index.jsp','Keywords==convenience food,food convenience,convenience foods,convenience food systems,convenience food system,convenience food market,convenience food facts,convenience food products,convenience food industry,convenience food trends','PageTitle==Convenience food products \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_3_0=g_navNode_1_0_0_3_3.addNode('502764','Ready Meals',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/applications/ready-meals/index.jsp','Description==Ready meals manufacturers turn to  Cargill for its extensive range of food ingredients and expertise in freeze/thaw stability and microwave quality.','Keywords==ready meals,ready meal,ready made meals,ready prepared meals,ready made meal,frozen ready meals,ready meal manufacturers,ready meals manufacturers,ready meals market,frozen ready meal manufacturers','PageTitle==Ready meals manufacturers \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_3_1=g_navNode_1_0_0_3_3.addNode('502765','Sauces \x26 Dips',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/applications/sauces-dips/index.jsp','Description==Sauce manufacturing and dip manufacturing customers turn to Cargill for smooth textures, consistent dispersion of flavors, and improved freeze/thaw stability.','Keywords==sauce manufacturer,sauce manufacturers,sauces manufacturer,sauces manufacturers,dip manufacturer,dip manufacturers,sauce manufacturing,dip manufacturing,manufacturing sauces','PageTitle==Sauce manufacturing, dip manufacturing \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_3_2=g_navNode_1_0_0_3_3.addNode('502766','Dressings \x26 Mayonnaises ',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/applications/dressing-mayonnaises/index.jsp','Description==Salad dressing manufacturers and mayonnaise manufacturers turn to Cargill for starches and oils that are tailored for the salad dressing industry.','Keywords==mayonnaise manufacturing,mayonnaise manufacturer,mayonnaise manufacturers,salad dressing manufacturer,salad dressing manufacturers,salad dressing manufacturing','PageTitle==Salad dressing \x26 mayonnaise manufacturers \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_3_3=g_navNode_1_0_0_3_3.addNode('502767','Oils, Fats \x26 Spreads',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/applications/oils-fats-spreads/index.jsp','Description==Cargill\\x27s edible vegetable oil and fat offering includes an extensive range of low trans and low saturate versions. We also help you achieve stable emulsions.','Keywords==edible oil,oil edible,edible vegetable oil,edible cooking oil,edible vegetable oils,edible oil manufacturers,edible oil manufacturer,edible oil companies,edible oil producers,edible oil suppliers,edible oils manufacturers','PageTitle==Edible vegetable oil, fat \x26 spreads \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_3_4=g_navNode_1_0_0_3_3.addNode('502768','Ready to Use Mixes',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/applications/ready-to-use-mixes/index.jsp','Description==Cargill produces a variety of products that can be used to ensure improved processing, storage stability and texture in ready-to-use \x28RTU\x29 mixes. ','Keywords==ready-to-use,ready to use,RTU','PageTitle==Ready-to-use mixes \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_3_4=g_navNode_1_0_0_3.addNode('502763','Contacts',ssUrlPrefix + 'emea/en/market-categories/convenience-foods/contacts/index.jsp','Description==Looking for winning convenience food product development opportunities for your company ? Please contact us \x21 Our team is ready to help you innovate.','Keywords==convenience food,food convenience,convenience foods,convenience food systems,convenience food system,convenience food market,convenience food facts,convenience food products,convenience food industry,convenience food trends','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502763','PageTitle==Convenience foods - Contact us \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_0_4=g_navNode_1_0_0.addNode('501592','Dairy',ssUrlPrefix + 'emea/en/market-categories/dairy/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_0_4_0=g_navNode_1_0_0_4.addNode('502769','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/dairy/marketplace-knowledge/index.jsp');
g_navNode_1_0_0_4_1=g_navNode_1_0_0_4.addNode('502770','Capabilities',ssUrlPrefix + 'emea/en/market-categories/dairy/capabilities/index.jsp');
g_navNode_1_0_0_4_2=g_navNode_1_0_0_4.addNode('502771','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/dairy/ingredients-systems/index.jsp');
g_navNode_1_0_0_4_3=g_navNode_1_0_0_4.addNode('502772','Applications',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/index.jsp');
g_navNode_1_0_0_4_3_0=g_navNode_1_0_0_4_3.addNode('502795','Cheeses',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/cheeses/index.jsp');
g_navNode_1_0_0_4_3_1=g_navNode_1_0_0_4_3.addNode('502796','Dairy Desserts',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/dairy-desserts/index.jsp');
g_navNode_1_0_0_4_3_2=g_navNode_1_0_0_4_3.addNode('502797','Yogurts \x26 Quark',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/yogurts-quark/index.jsp');
g_navNode_1_0_0_4_3_3=g_navNode_1_0_0_4_3.addNode('503162','Ice Creams \x26 Frozen Desserts',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/ice-creams-frozen-desserts/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_0_4_3_4=g_navNode_1_0_0_4_3.addNode('502798','Dairy Beverages',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/dairy-beverages/index.jsp');
g_navNode_1_0_0_4_3_5=g_navNode_1_0_0_4_3.addNode('502799','Creams',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/creams/index.jsp');
g_navNode_1_0_0_4_3_6=g_navNode_1_0_0_4_3.addNode('502800','Creamers',ssUrlPrefix + 'emea/en/market-categories/dairy/applications/creamers/index.jsp');
g_navNode_1_0_0_4_4=g_navNode_1_0_0_4.addNode('502773','Contacts',ssUrlPrefix + 'emea/en/market-categories/dairy/contacts/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502773');
g_navNode_1_0_0_5=g_navNode_1_0_0.addNode('501594','Fruit',ssUrlPrefix + 'emea/en/market-categories/fruit/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_0_5_0=g_navNode_1_0_0_5.addNode('502774','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/fruit/marketplace-knowledge/index.jsp');
g_navNode_1_0_0_5_1=g_navNode_1_0_0_5.addNode('502775','Capabilities',ssUrlPrefix + 'emea/en/market-categories/fruit/capabilities/index.jsp');
g_navNode_1_0_0_5_2=g_navNode_1_0_0_5.addNode('502777','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/fruit/ingredients-systems/index.jsp');
g_navNode_1_0_0_5_3=g_navNode_1_0_0_5.addNode('502778','Applications',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/index.jsp');
g_navNode_1_0_0_5_3_0=g_navNode_1_0_0_5_3.addNode('502903','Fruit Preparations',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/fruit-preparations/index.jsp');
g_navNode_1_0_0_5_3_1=g_navNode_1_0_0_5_3.addNode('502904','Reformed Fruit \x26 Vegetables',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/reformed-fruit-vegetables/index.jsp');
g_navNode_1_0_0_5_3_2=g_navNode_1_0_0_5_3.addNode('502905','Jams \x26 Jellies',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/jams-jellies/index.jsp');
g_navNode_1_0_0_5_3_3=g_navNode_1_0_0_5_3.addNode('502906','Fruit Sauces, Syrups \x26 Ripple',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/fruit-sauces-syrups-ripple/index.jsp');
g_navNode_1_0_0_5_3_4=g_navNode_1_0_0_5_3.addNode('502907','Fillings \x26 Toppings',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/fillings-toppings/index.jsp');
g_navNode_1_0_0_5_3_5=g_navNode_1_0_0_5_3.addNode('502908','Glazing \x26 Piping',ssUrlPrefix + 'emea/en/market-categories/fruit/applications/glazing-piping/index.jsp');
g_navNode_1_0_0_5_4=g_navNode_1_0_0_5.addNode('502779','Contacts',ssUrlPrefix + 'emea/en/market-categories/fruit/contacts/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502779');
g_navNode_1_0_0_6=g_navNode_1_0_0.addNode('501598','Infant \x26 Baby Food',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_0_6_0=g_navNode_1_0_0_6.addNode('502780','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/marketplace-knowledge/index.jsp');
g_navNode_1_0_0_6_1=g_navNode_1_0_0_6.addNode('502781','Capabilities',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/capabilities/index.jsp');
g_navNode_1_0_0_6_2=g_navNode_1_0_0_6.addNode('502782','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/ingredients-systems/index.jsp');
g_navNode_1_0_0_6_3=g_navNode_1_0_0_6.addNode('502783','Applications',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/applications/index.jsp');
g_navNode_1_0_0_6_3_0=g_navNode_1_0_0_6_3.addNode('502909','Prepared Baby Food',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/applications/prepared-baby-food/index.jsp');
g_navNode_1_0_0_6_3_1=g_navNode_1_0_0_6_3.addNode('502910','Dried Baby Food',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/applications/dried-baby-food/index.jsp');
g_navNode_1_0_0_6_3_2=g_navNode_1_0_0_6_3.addNode('502911','Infant Formula',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/applications/infant-formula/index.jsp');
g_navNode_1_0_0_6_4=g_navNode_1_0_0_6.addNode('502784','Contacts',ssUrlPrefix + 'emea/en/market-categories/infant-baby-food/contacts/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502784');
g_navNode_1_0_0_7=g_navNode_1_0_0.addNode('501596','Meat',ssUrlPrefix + 'emea/en/market-categories/meat/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_0_7_0=g_navNode_1_0_0_7.addNode('502785','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/meat/marketplace-knowledge/index.jsp');
g_navNode_1_0_0_7_1=g_navNode_1_0_0_7.addNode('502786','Capabilities',ssUrlPrefix + 'emea/en/market-categories/meat/capabilities/index.jsp');
g_navNode_1_0_0_7_2=g_navNode_1_0_0_7.addNode('502787','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/meat/ingredients-systems/index.jsp');
g_navNode_1_0_0_7_3=g_navNode_1_0_0_7.addNode('502788','Applications',ssUrlPrefix + 'emea/en/market-categories/meat/applications/index.jsp');
g_navNode_1_0_0_7_3_0=g_navNode_1_0_0_7_3.addNode('502912','Cooked Cured Meat',ssUrlPrefix + 'emea/en/market-categories/meat/applications/cooked-cured-meat/index.jsp');
g_navNode_1_0_0_7_3_1=g_navNode_1_0_0_7_3.addNode('502913','Cooked Emulsified Meat',ssUrlPrefix + 'emea/en/market-categories/meat/applications/cooked-emulsified-meat/index.jsp');
g_navNode_1_0_0_7_3_2=g_navNode_1_0_0_7_3.addNode('502914','Dried Processed Meat',ssUrlPrefix + 'emea/en/market-categories/meat/applications/dried-processed-meats/index.jsp');
g_navNode_1_0_0_7_3_3=g_navNode_1_0_0_7_3.addNode('502915','Fresh Meat Products',ssUrlPrefix + 'emea/en/market-categories/meat/applications/fresh-meat-products/index.jsp');
g_navNode_1_0_0_7_3_4=g_navNode_1_0_0_7_3.addNode('502916','Specialty \x26 Meat Analogs',ssUrlPrefix + 'emea/en/market-categories/meat/applications/specialty-meat-analogs/index.jsp');
g_navNode_1_0_0_7_4=g_navNode_1_0_0_7.addNode('502789','Contacts',ssUrlPrefix + 'emea/en/market-categories/meat/contacts/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502789');
g_navNode_1_0_0_8=g_navNode_1_0_0.addNode('501600','Snacks \x26 Cereals',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_0_8_0=g_navNode_1_0_0_8.addNode('502790','Marketplace Knowledge',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/marketplace-knowledge/index.jsp');
g_navNode_1_0_0_8_1=g_navNode_1_0_0_8.addNode('502791','Capabilities',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/capabilities/index.jsp');
g_navNode_1_0_0_8_2=g_navNode_1_0_0_8.addNode('502792','Ingredients \x26 Systems',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/ingredients-systems/index.jsp');
g_navNode_1_0_0_8_3=g_navNode_1_0_0_8.addNode('502793','Applications',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/applications/index.jsp');
g_navNode_1_0_0_8_3_0=g_navNode_1_0_0_8_3.addNode('502917','Chips \x26 Crisps',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/applications/chips-crisps/index.jsp');
g_navNode_1_0_0_8_3_1=g_navNode_1_0_0_8_3.addNode('502918','Crackers',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/applications/crackers/index.jsp');
g_navNode_1_0_0_8_4=g_navNode_1_0_0_8.addNode('502794','Contacts',ssUrlPrefix + 'emea/en/market-categories/snacks-cereals/contacts/index.jsp','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502794');
g_navNode_1_0_1=g_navNode_1_0.addNode('1913','Products',ssUrlPrefix + 'emea/en/products/index.jsp');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('509567','Alcohol',ssUrlPrefix + 'emea/en/products/alcohol/index.jsp','Description==Cargill\\x27s grain alcohol and potable alcohol feature constant pure quality and are essential and value-added raw materials for the food sector. ','ExcludeInLeftNav==false','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','HideInLeftNav==false','Keywords==grain alcohol,alcohol grain,grain alcohol uk,pure grain alcohol,pure grain alcohol uk,organic grain alcohol,natural grain alcohol,grain based alcohol,grain alcohol brands','PageTitle==Grain alcohol \x7c Potable alcohol \x7c Cargill Food Ingredients EMEA','RestartLeftNav==true');
g_navNode_1_0_1_0_0=g_navNode_1_0_1_0.addNode('509570','Products',ssUrlPrefix + 'emea/en/products/alcohol/products/index.jsp','Description==Cargill\u2019s grain alcohol and potable alcohol are used in spirits, flavors, fragrances, preservatives, solvents for coloring, disinfection of food production lines, etc.','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','Keywords==grain alcohol,alcohol grain,grain alcohol uk,pure grain alcohol,pure grain alcohol uk,organic grain alcohol,natural grain alcohol,grain based alcohol,grain alcohol brands,potable alcohol','PageTitle==Potable \x26 grain alcohol products \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_0=g_navNode_1_0_1_0_0.addNode('510854','Grain High Purity Alcohol',ssUrlPrefix + 'emea/en/products/alcohol/products/grain-high-purity-alcohol/index.jsp','Description==Cargill\\x27s natural grain alcohol, Grain High Purity Alcohol, is used to produce premium brands\\x27 grain alcohol-based beverages such as vodka, gin and jenever.','Keywords==grain alcohol,alcohol grain,grain alcohol uk,pure grain alcohol,pure grain alcohol uk,organic grain alcohol,natural grain alcohol,grain based alcohol,grain alcohol brands','PageTitle==Natural grain alcohol \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_1=g_navNode_1_0_1_0_0.addNode('510855','Potable High Pure Alcohol',ssUrlPrefix + 'emea/en/products/alcohol/products/potable-high-pure-alcohol/index.jsp','Description==Cargill\\x27s potable alcohol, called Potable High Pure Alcohol, is used for the production of premium brands \x28cream\x29 liquors, akvavit, anised products etc..','Keywords==potable alcohol','PageTitle==Potable alcohol \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_2=g_navNode_1_0_1_0_0.addNode('509575','96\x25 Alcohol Fortior ',ssUrlPrefix + 'emea/en/products/alcohol/products/96-alcohol-fortior/index.jsp','Description==Cargill\\x27s 96\x25 alcohol, called 96\x25 Alcohol Fortior, is an excellent disinfectant when diluted to 60-80\x25. It can be used for undamaged skin, small surfaces, objects, pipes, etc.','ExcludeInTopNav==true','Keywords==96\x25 alcohol fortior,96\x25 alcohol,alcohol fortior,96 alcohol,ethyl alcohol 96','PageTitle==96\x25 Alcohol Fortior \x7c Cargill Food Ingredients EMEA','contributorOnly==false');
g_navNode_1_0_1_0_0_3=g_navNode_1_0_1_0_0.addNode('509588','70\x25 Alcohol Dilutus',ssUrlPrefix + 'emea/en/products/alcohol/products/70-alcohol-dilutus/index.jsp','Description==Cargill\\x27s 70\x25 ethyl alcohol, called 70\x25 Alcohol Dilutus, is used as a disinfectant, an ingredient/processing aid, a solvent for colorants and flavors and in the pharma industry.','ExcludeInTopNav==true','Keywords==70\x25 alcohol,ethyl alcohol 70,70 ethyl alcohol,70 percent alcohol,70 alcohol disinfectant,alcohol 70 disinfectant','PageTitle==Ethyl Alcohol \x7c 70\x25 Alcohol Dilutus \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_4=g_navNode_1_0_1_0_0.addNode('509589','96\x25 Alcohol with 5\x25 Methanol',ssUrlPrefix + 'emea/en/products/alcohol/products/96-alcohol-with-5-methanol/index.jsp','Description==Cargill\\x27s 96\x25 Alcohol \x2b 5\x25 Methanol is used in pharmaceutical products such as anesthetics, antiseptics, drugs, liniments, lotions, and also for cosmetics.','ExcludeInTopNav==true','Keywords==96\x25 alcohol,96 alcohol,ethyl alcohol 96','PageTitle==96\x25 Alcohol with 5\x25 Methanol \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_5=g_navNode_1_0_1_0_0.addNode('509590','96\x25 Alcohol with 2\x25 MEK',ssUrlPrefix + 'emea/en/products/alcohol/products/96-alcohol-with-2-MEK/index.jsp','Description==Cargill\\x27s 96\x25 Alcohol \x2b 2\x25 MEK \x28methyl ethyl ketone\x29 is used in products such as anesthetics, antiseptics, drugs, lotions, and also for cosmetics.','ExcludeInTopNav==true','Keywords==mek methyl ethyl ketone,mek ketone,methyl alcohol,methylethylketone,methylethyl ketone,96\x25 alcohol,96 alcohol,methyl ethyl alcohol,mek suppliers,methyl ethyl ketone suppliers','PageTitle==96\x25 Alcohol with 2\x25 MEK \x28methyl ethyl ketone\x29\x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_6=g_navNode_1_0_1_0_0.addNode('509591','99,9\x25 Alcohol Absolutus',ssUrlPrefix + 'emea/en/products/alcohol/products/99.9-alcohol-absolutus/index.jsp','Description==99.9\x25 Alcohol Absolutus is used in the pharmaceutical preparations industry, in cosmetics and as a process aid for the food and cosmetic industry.','ExcludeInTopNav==true','Keywords==99,9\x25 alcohol absolutus,alcohol absolutus,99,9\x25 alcohol,99.9\x25 alcohol absolutus,99.9\x25 alcohol,99.9 alcohol,99.9 isopropyl alcohol','PageTitle==99.9\x25 Alcohol Absolutus \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_0_7=g_navNode_1_0_1_0_0.addNode('509592','99,9 \x25 Alcohol with 5\x25 Methanol',ssUrlPrefix + 'emea/en/products/alcohol/products/99.9-alcohol-with-5-methanol/index.jsp','Description==\"Cargill\\x27s 99.9\x25 Alcohol \x2b 5\x25 Methanol is used in the pharmaceutical industry as well as for cosmetics such as fragrances, deodorants and shampoos.','ExcludeInTopNav==true','Keywords==methanol alcohol,99,9\x25 alcohol with 5\x25 methanol,99,9\x25 alcohol with methanol,99,9\x25 alcohol,99.9\x25 alcohol with 5\x25 methanol,99.9\x25 alcohol with methanol,99.9\x25 alcohol,alcohol with methanol,alcohol methanol','PageTitle==99.9\x25 Alcohol with 5\x25 Methanol \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_1=g_navNode_1_0_1_0.addNode('509571','Organoleptics',ssUrlPrefix + 'emea/en/products/alcohol/organoleptics/index.jsp','Description==Organoleptics\x3a for the fine tuning and monitoring of the organoleptical score of our alcohol, Cargill has developed a dedicated sensoric language. ','ExcludeInTopNav==true','Keywords==organoleptics','PageTitle==Organoleptics - Alcohol \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_2=g_navNode_1_0_1_0.addNode('509572','Locations',ssUrlPrefix + 'emea/en/products/alcohol/locations/index.jsp','Description==Cargill has several alcohol production locations in Europe where we produce grain alcohol and potable alcohol for applications in food and spirits.','ExcludeInTopNav==true','Keywords==grain alcohol,potable alcohol,alcohol production,alcohol producer,alcohol supplier,alcohol manufacturer','PageTitle==Alcohol production locations \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_0_3=g_navNode_1_0_1_0.addNode('509573','Contacts',ssUrlPrefix + 'emea/en/products/alcohol/contacts/index.jsp','Description==Cargill is an alcohol producer with alcohol production locations in Europe. Contact us for more information about our grain and potable alcohol.','ExcludeInTopNav==true','Keywords==grain alcohol,potable alcohol,alcohol production,alcohol producer,alcohol supplier,alcohol manufacturer','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d509573','PageTitle==Contact us \x7c Alcohol producer \x7c Cargill Food Ingredients EMEA');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('501619','Cocoa \x26 Chocolate',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_2_3=g_navNode_1_0_1_2.addNode('502149','Gerkens\xae  Cocoa Powder',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/gerkens-cocoa-powder/index.jsp','Description==Cargill\\x27s Gerkens\xae brand offers a complete range of low to high fat cocoa powders.','ExcludeInTopNav==true','Keywords==Gerkens cocoa powder, lecithinated cocoa, high fat cocoa powder, low fat cocoa powder.');
g_navNode_1_0_1_2_3_0=g_navNode_1_0_1_2_3.addNode('502150','Color Flavor Profile',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/gerkens-cocoa-powder/color-flavor-profile/index.jsp','Description==Cargill\\x27s cocoa producing process balances dark cocoa powders and rich flavor profiles.','ExcludeInTopNav==true');
g_navNode_1_0_1_2_3_1=g_navNode_1_0_1_2_3.addNode('502151','Classic',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/gerkens-cocoa-powder/classic/index.jsp','Description==Cargill offers a complete range of cocoa powders with different levels of fat content.','ExcludeInTopNav==true','Keywords==bulk cocoa powder');
g_navNode_1_0_1_2_3_2=g_navNode_1_0_1_2_3.addNode('502152','Gerkens\xae  Powders Around the World',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/gerkens-cocoa-powder/gerkens-powders-around-world/index.jsp','Description==Information about Gerkens\xae powders around the world.','ExcludeInTopNav==true');
g_navNode_1_0_1_2_3_3=g_navNode_1_0_1_2_3.addNode('502153','Specialties',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/gerkens-cocoa-powder/specialties/index.jsp','Description==Cargill offers single origin cocoa powders and organic cocoa powders.','Keywords==Organic chocolate supplier, single origin cocoa powders');
g_navNode_1_0_1_2_4=g_navNode_1_0_1_2.addNode('502154','Cocoa Liquor',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/cocoa-liquor/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_5=g_navNode_1_0_1_2.addNode('502158','Cocoa Butter',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/cocoa-butter/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_6=g_navNode_1_0_1_2.addNode('502160','Chocolate',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/chocolate/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_6_0=g_navNode_1_0_1_2_6.addNode('502184','Customized',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/chocolate/customized/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_6_1=g_navNode_1_0_1_2_6.addNode('502185','Classic',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/chocolate/classic/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_6_2=g_navNode_1_0_1_2_6.addNode('502187','Specialties',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/chocolate/specialties/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_7=g_navNode_1_0_1_2.addNode('502189','Coatings',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/coatings/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_7_0=g_navNode_1_0_1_2_7.addNode('502195','Classic',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/coatings/classic/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_7_1=g_navNode_1_0_1_2_7.addNode('502196','Specialties',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/coatings/specialties/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_8=g_navNode_1_0_1_2.addNode('502198','Fillings',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/fillings/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_8_0=g_navNode_1_0_1_2_8.addNode('502200','Classic',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/fillings/classic/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_8_1=g_navNode_1_0_1_2_8.addNode('502202','Specialties',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/fillings/specialties/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_9=g_navNode_1_0_1_2.addNode('502204','Locations',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_2_10=g_navNode_1_0_1_2.addNode('502205','Contacts',ssUrlPrefix + 'emea/en/products/cocoa-chocolate/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502205');
g_navNode_1_0_1_3=g_navNode_1_0_1.addNode('501620','Cultures \x26 Enzymes',ssUrlPrefix + 'emea/en/products/cultures-enzymes/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_3_6=g_navNode_1_0_1_3.addNode('502212','Starter Cultures - Surface \x26 Ripening ',ssUrlPrefix + 'emea/en/products/cultures-enzymes/starter-cultures-surface-ripening/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_3_6_0=g_navNode_1_0_1_3_6.addNode('502213','Direct Vat \x26 Bulk Set',ssUrlPrefix + 'emea/en/products/cultures-enzymes/starter-cultures-surface-ripening/direct-vat-bulk-set/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_3_7=g_navNode_1_0_1_3.addNode('502214','Mesophilic Bulk Systems',ssUrlPrefix + 'emea/en/products/cultures-enzymes/mesophilic-bulk-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_3_8=g_navNode_1_0_1_3.addNode('502215','Enzyme Systems',ssUrlPrefix + 'emea/en/products/cultures-enzymes/enzyme-systems/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_3_9=g_navNode_1_0_1_3.addNode('502224','Locations',ssUrlPrefix + 'emea/en/products/cultures-enzymes/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_3_10=g_navNode_1_0_1_3.addNode('502226','Contacts',ssUrlPrefix + 'emea/en/products/cultures-enzymes/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502226');
g_navNode_1_0_1_5=g_navNode_1_0_1.addNode('507162','Functional Systems',ssUrlPrefix + 'emea/en/products/functional-systems/index.jsp','ExcludeInTopNav==false','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_5_7=g_navNode_1_0_1_5.addNode('507889','Locations',ssUrlPrefix + 'emea/en/products/functional-systems/Locations/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_1_0_1_5_8=g_navNode_1_0_1_5.addNode('507890','Contacts',ssUrlPrefix + 'emea/en/products/functional-systems/Contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d507890');
g_navNode_1_0_1_6=g_navNode_1_0_1.addNode('501624','Health Promoting Ingredients',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_6_0=g_navNode_1_0_1_6.addNode('509072','Arachadonic Acid \x28ARA\x29',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/arachadonic-acid/index.jsp','Description==arachadonic acid, omega 6 polyunsaturated fatty acid, infant formula products, ','ExcludeInTopNav==true','PageTitle==Cargill Food Ingredients EMEA\x3a Arachadonic Acid');
g_navNode_1_0_1_6_1=g_navNode_1_0_1_6.addNode('502290','Arthred\u2122 Hydrolized Collagen',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/arthred-hydrolized-collagen/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_6_1_0=g_navNode_1_0_1_6_1.addNode('503682','Contacts',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/arthred-hydrolized-collagen/contacts/index.jsp','ExcludeInTopNav==true','HideInLeftNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503682');
g_navNode_1_0_1_6_2=g_navNode_1_0_1_6.addNode('502291','Barliv\u2122 Barley Betafiber',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/barliv-barley-betafiber/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_6_2_3=g_navNode_1_0_1_6_2.addNode('503683','Contacts',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/barliv-barley-betafiber/contacts/index.jsp','ExcludeInTopNav==true','HideInLeftNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d503683');
g_navNode_1_0_1_6_3=g_navNode_1_0_1_6.addNode('502295','CoroWise\u2122 Plant Sterols',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/corowise-plant-sterols/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_6_4=g_navNode_1_0_1_6.addNode('503131','Leci-PS\u2122 Phosphatidylserine',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/leci-ps-phosphatidylserine/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_6_5=g_navNode_1_0_1_6.addNode('502298','Leci-Choline\u2122 Phosphatidylcholine',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/leci-choline-phosphatidylcholine/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_6_6=g_navNode_1_0_1_6.addNode('502299','Locations',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_6_7=g_navNode_1_0_1_6.addNode('502300','Contacts',ssUrlPrefix + 'emea/en/products/health-promoting-ingredients/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502300');
g_navNode_1_0_1_7=g_navNode_1_0_1.addNode('507447','Hydrocolloids',ssUrlPrefix + 'emea/en/products/hydrocolloids/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_7_0=g_navNode_1_0_1_7.addNode('507448','Alginates',ssUrlPrefix + 'emea/en/products/hydrocolloids/alginates/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_7_1=g_navNode_1_0_1_7.addNode('507449','Carrageenans',ssUrlPrefix + 'emea/en/products/hydrocolloids/carrageenans/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_7_2=g_navNode_1_0_1_7.addNode('507450','Galactomannans',ssUrlPrefix + 'emea/en/products/hydrocolloids/galactomannans/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_7_3=g_navNode_1_0_1_7.addNode('507451','Pectins',ssUrlPrefix + 'emea/en/products/hydrocolloids/pectins/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_7_4=g_navNode_1_0_1_7.addNode('507452','Xanthan Gum',ssUrlPrefix + 'emea/en/products/hydrocolloids/xanthan-gum/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_7_5=g_navNode_1_0_1_7.addNode('507891','Locations',ssUrlPrefix + 'emea/en/products/hydrocolloids/Locations/index.jsp');
g_navNode_1_0_1_7_6=g_navNode_1_0_1_7.addNode('507892','Contacts',ssUrlPrefix + 'emea/en/products/hydrocolloids/Contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d507892');
g_navNode_1_0_1_8=g_navNode_1_0_1.addNode('501631','Juices',ssUrlPrefix + 'emea/en/products/juices/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_8_0=g_navNode_1_0_1_8.addNode('502337','Fruit Juice Blends',ssUrlPrefix + 'emea/en/products/juices/fruitjuiceblends/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_0_0=g_navNode_1_0_1_8_0.addNode('502338','Fruit Juice Concentrates',ssUrlPrefix + 'emea/en/products/juices/fruitjuiceblends/fruit-juice-concentrates/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_0_1=g_navNode_1_0_1_8_0.addNode('502339','Not From Concentrate Juice \x28NFC\x29',ssUrlPrefix + 'emea/en/products/juices/fruitjuiceblends/not-from-concentrate-juice/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_0_2=g_navNode_1_0_1_8_0.addNode('502340','Single Fruit Blends',ssUrlPrefix + 'emea/en/products/juices/fruitjuiceblends/single-fruit-blends/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_0_3=g_navNode_1_0_1_8_0.addNode('502341','Multi-Fruit Blends',ssUrlPrefix + 'emea/en/products/juices/fruitjuiceblends/multi-fruit-blends/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_0_4=g_navNode_1_0_1_8_0.addNode('502342','Food Service Products',ssUrlPrefix + 'emea/en/products/juices/fruitjuiceblends/food-service-products/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_1=g_navNode_1_0_1_8.addNode('502343','Beverage Compounds ',ssUrlPrefix + 'emea/en/products/juices/beverage-compounds/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_2=g_navNode_1_0_1_8.addNode('502344','Locations',ssUrlPrefix + 'emea/en/products/juices/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_8_3=g_navNode_1_0_1_8.addNode('502345','Contacts',ssUrlPrefix + 'emea/en/products/juices/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502345');
g_navNode_1_0_1_9=g_navNode_1_0_1.addNode('507057','Lecithins',ssUrlPrefix + 'emea/en/products/lecithins/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_9_8=g_navNode_1_0_1_9.addNode('507887','Locations',ssUrlPrefix + 'emea/en/products/lecithins/Locations/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_1_0_1_9_9=g_navNode_1_0_1_9.addNode('507888','Contacts',ssUrlPrefix + 'emea/en/products/lecithins/Contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d507888');
g_navNode_1_0_1_10=g_navNode_1_0_1.addNode('501627','Malt',ssUrlPrefix + 'emea/en/products/malt/index.jsp','Description==Cargill EMEA provides brewers, distillers and food manufacturers with a wide range of the highest quality malts.','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_10_0=g_navNode_1_0_1_10.addNode('502365','Brewers Base Malt',ssUrlPrefix + 'emea/en/products/malt/brewers-base-malt/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_10_1=g_navNode_1_0_1_10.addNode('502374','Wheat Malt',ssUrlPrefix + 'emea/en/products/malt/wheat-malt/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_10_2=g_navNode_1_0_1_10.addNode('502368','Diastatic Malt',ssUrlPrefix + 'emea/en/products/malt/diastatic-malt/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_10_3=g_navNode_1_0_1_10.addNode('502370','Distillers Malt',ssUrlPrefix + 'emea/en/products/malt/distillers-malt/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_10_4=g_navNode_1_0_1_10.addNode('502385','Locations',ssUrlPrefix + 'emea/en/products/malt/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_10_5=g_navNode_1_0_1_10.addNode('502394','Contacts',ssUrlPrefix + 'emea/en/products/malt/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502394');
g_navNode_1_0_1_11=g_navNode_1_0_1.addNode('501628','Oils \x26 Fats',ssUrlPrefix + 'emea/en/products/oils-fats/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_11_0=g_navNode_1_0_1_11.addNode('502443','Vegetable Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_1=g_navNode_1_0_1_11_0.addNode('502450','Soy Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/soy-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_2=g_navNode_1_0_1_11_0.addNode('502469','Corn Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/corn-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_3=g_navNode_1_0_1_11_0.addNode('502474','Rapeseed Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/rapeseed-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_4=g_navNode_1_0_1_11_0.addNode('502475','Sunflower Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/sunflower-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_5=g_navNode_1_0_1_11_0.addNode('502477','Olive Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/olive-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_6=g_navNode_1_0_1_11_0.addNode('502494','Tropical Oils',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/tropical-oils/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_0_7=g_navNode_1_0_1_11_0.addNode('502496','Blends',ssUrlPrefix + 'emea/en/products/oils-fats/vegetable-oils/blends/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_1=g_navNode_1_0_1_11.addNode('502499','Locations',ssUrlPrefix + 'emea/en/products/oils-fats/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_11_2=g_navNode_1_0_1_11.addNode('502502','Contacts',ssUrlPrefix + 'emea/en/products/oils-fats/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502502');
g_navNode_1_0_1_12=g_navNode_1_0_1.addNode('502505','Proteins',ssUrlPrefix + 'emea/en/products/proteins/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_12_0=g_navNode_1_0_1_12.addNode('502524','GluVital\u2122 Vital Wheat Gluten ',ssUrlPrefix + 'emea/en/products/proteins/gluvital-vital-wheat-gluten/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_1=g_navNode_1_0_1_12.addNode('502534','Soy Proteins',ssUrlPrefix + 'emea/en/products/proteins/soy-proteins/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_1_3=g_navNode_1_0_1_12_1.addNode('502554','Prolia\u2122 Soy Flour',ssUrlPrefix + 'emea/en/products/proteins/soy-proteins/prolia-soy-flour/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_1_4=g_navNode_1_0_1_12_1.addNode('502559','Prosante\u2122 Textured Soy Flour',ssUrlPrefix + 'emea/en/products/proteins/soy-proteins/prosante-textured-soy-flour/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_1_5=g_navNode_1_0_1_12_1.addNode('502561','Prosante\u2122 Plus Flavored Soy Flour',ssUrlPrefix + 'emea/en/products/proteins/soy-proteins/prosante-plus-flavored-soy-flour/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_1_6=g_navNode_1_0_1_12_1.addNode('502564','Prosante\u2122 XCL Textured Soy Protein',ssUrlPrefix + 'emea/en/products/proteins/soy-proteins/prosante-xcl-textured-soy-protein/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_2=g_navNode_1_0_1_12.addNode('502568','Locations',ssUrlPrefix + 'emea/en/products/proteins/locations/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_12_3=g_navNode_1_0_1_12.addNode('502571','Contacts',ssUrlPrefix + 'emea/en/products/proteins/contacts/index.jsp','ExcludeInTopNav==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d502571');
g_navNode_1_0_1_13=g_navNode_1_0_1.addNode('507747','Starches \x26 Derivatives',ssUrlPrefix + 'emea/en/products/starches-derivatives/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_13_0=g_navNode_1_0_1_13.addNode('507748','Native Starches',ssUrlPrefix + 'emea/en/products/starches-derivatives/native-starches/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','RestartLeftNav==false');
g_navNode_1_0_1_13_1=g_navNode_1_0_1_13.addNode('507749','Thinned Starches',ssUrlPrefix + 'emea/en/products/starches-derivatives/thinned-starches/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','RestartLeftNav==false');
g_navNode_1_0_1_13_2=g_navNode_1_0_1_13.addNode('507750','Stabilized Starches',ssUrlPrefix + 'emea/en/products/starches-derivatives/stabilized-starches/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','RestartLeftNav==false');
g_navNode_1_0_1_13_3=g_navNode_1_0_1_13.addNode('507751','Pregelatinized Starches',ssUrlPrefix + 'emea/en/products/starches-derivatives/pregelatinized-starches/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','RestartLeftNav==false');
g_navNode_1_0_1_13_4=g_navNode_1_0_1_13.addNode('507752','Roll-dried Starches \x26 Cold Water Swelling Starches',ssUrlPrefix + 'emea/en/products/starches-derivatives/roll-dried-starches-cold-water-swelling-starches/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','RestartLeftNav==false');
g_navNode_1_0_1_13_5=g_navNode_1_0_1_13.addNode('507753','Specialty Starches',ssUrlPrefix + 'emea/en/products/starches-derivatives/specialty-starches/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','RestartLeftNav==false');
g_navNode_1_0_1_13_13=g_navNode_1_0_1_13.addNode('507893','Locations',ssUrlPrefix + 'emea/en/products/starches-derivatives/Locations/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true');
g_navNode_1_0_1_13_14=g_navNode_1_0_1_13.addNode('507894','Contacts',ssUrlPrefix + 'emea/en/products/starches-derivatives/Contacts/index.jsp','ExcludeInTopNav==true','ExcludeTopNavSubSections==true','LinkToExtURL==https\x3a//www.foodemailtracker.cargill.com/FOOD/fisemailtracker.nsf/emailformExt?OpenForm\x26sectionId\x3d507894');
g_navNode_1_0_1_14=g_navNode_1_0_1.addNode('501630','Sweeteners',ssUrlPrefix + 'emea/en/products/sweeteners/index.jsp','ExcludeTopNavSubSections==true','RestartLeftNav==true');
g_navNode_1_0_1_14_0=g_navNode_1_0_1_14.addNode('502583','Dextrose',ssUrlPrefix + 'emea/en/products/sweeteners/dextrose/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_1=g_navNode_1_0_1_14.addNode('502595','Glucose \x26 Fructose Syrups',ssUrlPrefix + 'emea/en/products/sweeteners/glucose-fructose-syrups/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_2=g_navNode_1_0_1_14.addNode('510499','Organic Syrups',ssUrlPrefix + 'emea/en/products/sweeteners/organic-syrups/index.jsp','ExcludeFromSearch==false','ExcludeInLeftNav==false','ExcludeInTopNav==true','ExcludeTopNavSubSections==false','HideInLeftNav==false','contributorOnly==false');
g_navNode_1_0_1_14_3=g_navNode_1_0_1_14.addNode('502600','Polyols',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_0=g_navNode_1_0_1_14_3.addNode('503488','C\x2aIsoMaltidex\u2122 Isomalt',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/c-isomaltidex-isomalt/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_0_5=g_navNode_1_0_1_14_3_0.addNode('503496','Functional Properties',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/c-isomaltidex-isomalt/functional-properties/index.jsp','ExcludeFromSearch==false','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_1=g_navNode_1_0_1_14_3.addNode('502603','Zerose\u2122 Erythritol',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/zerose-erythritol/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_1_6=g_navNode_1_0_1_14_3_1.addNode('505301','Functional Properties',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/zerose-erythritol/functional-properties/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_2=g_navNode_1_0_1_14_3.addNode('502616','Maltidex\u2122  Maltitol',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/maltidex-maltitol/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_3=g_navNode_1_0_1_14_3.addNode('502619','C\x2aMannidex\u2122 Mannitol',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/c-mannidex-mannitol/index.jsp','ExcludeInTopNav==true');
g_navNode_1_0_1_14_3_4=g_navNode_1_0_1_14_3.addNode('502621','C\x2aSorbidex\u2122 Sorbitol',ssUrlPrefix + 'emea/en/products/sweeteners/polyols/c-sorbidex-sorbitol/index.jsp','E
